Skip to content

Commit ad38a4b

Browse files
Merge pull request #15538 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.101.2
2 parents d16986f + 7e5d13b commit ad38a4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/08-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"start-server-webpack-plugin": "2.2.5",
3232
"ts-loader": "9.5.2",
3333
"ts-node": "10.9.2",
34-
"webpack": "5.101.0",
34+
"webpack": "5.101.2",
3535
"webpack-cli": "6.0.1",
3636
"webpack-node-externals": "3.0.0",
3737
"typescript-eslint": "8.39.1"

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tsconfig-paths": "4.2.0",
5656
"typescript": "5.7.3",
5757
"typescript-eslint": "8.39.1",
58-
"webpack": "5.101.0"
58+
"webpack": "5.101.2"
5959
},
6060
"jest": {
6161
"moduleFileExtensions": [

sample/31-graphql-federation-code-first/users-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ts-node": "10.9.2",
5757
"tsconfig-paths": "4.2.0",
5858
"typescript": "5.7.3",
59-
"webpack": "5.101.0",
59+
"webpack": "5.101.2",
6060
"typescript-eslint": "8.39.1"
6161
},
6262
"jest": {

0 commit comments

Comments
 (0)