Skip to content

Commit

Permalink
Bump karma-webpack to ^5.0.1 (mui#11916)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and thomasmoon committed Sep 6, 2024
1 parent 72159ae commit 62fdf6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"karma-mocha": "^2.0.1",
"karma-parallel": "^0.3.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"karma-webpack": "^5.0.1",
"lerna": "^8.0.2",
"markdownlint-cli2": "^0.12.1",
"mocha": "^10.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9560,13 +9560,13 @@ karma-sourcemap-loader@^0.4.0:
dependencies:
graceful-fs "^4.2.10"

karma-webpack@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.0.tgz#2a2c7b80163fe7ffd1010f83f5507f95ef39f840"
integrity sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA==
karma-webpack@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.1.tgz#4eafd31bbe684a747a6e8f3e4ad373e53979ced4"
integrity sha512-oo38O+P3W2mSPCSUrQdySSPv1LvPpXP+f+bBimNomS5sW+1V4SuhCuW8TfJzV+rDv921w2fDSDw0xJbPe6U+kQ==
dependencies:
glob "^7.1.3"
minimatch "^3.0.4"
minimatch "^9.0.3"
webpack-merge "^4.1.5"

karma@^6.4.2:
Expand Down

0 comments on commit 62fdf6a

Please sign in to comment.