Skip to content

Commit 527906b

Browse files
authored
Merge pull request #4682 from easyops-cn/renovate/next-webpack-5.x
chore(deps): Update dependency webpack to ^5.99.6 (next)
2 parents 606b8e5 + 6628c01 commit 527906b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/build-next-bricks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prettier": "^3.5.3",
5454
"style-loader": "^4.0.0",
5555
"typescript": "^5.8.3",
56-
"webpack": "^5.99.5"
56+
"webpack": "^5.99.6"
5757
},
5858
"devDependencies": {
5959
"@next-core/brick-manifest": "^0.7.1"

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"copy-webpack-plugin": "^13.0.0"
2020
},
2121
"devDependencies": {
22-
"webpack": "^5.99.5"
22+
"webpack": "^5.99.6"
2323
},
2424
"peerDependencies": {
25-
"webpack": "^5.99.5"
25+
"webpack": "^5.99.6"
2626
}
2727
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13744,10 +13744,10 @@ webpack-sources@^3.2.3:
1374413744
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz"
1374513745
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1374613746

13747-
webpack@^5.99.5:
13748-
version "5.99.5"
13749-
resolved "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz#86e3b3a5a03377ea5da271c929934003f5ac5dd8"
13750-
integrity sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==
13747+
webpack@^5.99.6:
13748+
version "5.99.6"
13749+
resolved "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d"
13750+
integrity sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==
1375113751
dependencies:
1375213752
"@types/eslint-scope" "^3.7.7"
1375313753
"@types/estree" "^1.0.6"

0 commit comments

Comments
 (0)