Skip to content

Commit 1365429

Browse files
chore(deps): update dependency webpack to ^5.101.3
1 parent 904cff9 commit 1365429

File tree

6 files changed

+245
-166
lines changed

6 files changed

+245
-166
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"playwright": "1.54.2",
2929
"terser-webpack-plugin": "^5.3.14",
3030
"typescript": "^5.9.2",
31-
"webpack": "^5.97.1"
31+
"webpack": "^5.101.3"
3232
}
3333
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"ts-loader": "^9.5.2",
9797
"tslib": "2.8.1",
9898
"typescript": "^5.9.2",
99-
"webpack": "^5.97.1"
99+
"webpack": "^5.101.3"
100100
},
101101
"publishConfig": {
102102
"access": "public",

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"fs-extra": "^11.1.1",
4444
"tslib": "2.8.1",
4545
"typescript": "^5.9.2",
46-
"webpack": "^5.97.1"
46+
"webpack": "^5.101.3"
4747
},
4848
"publishConfig": {
4949
"access": "public",

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/tapable": "2.2.7",
4141
"tslib": "2.8.1",
4242
"typescript": "^5.9.2",
43-
"webpack": "^5.97.1"
43+
"webpack": "^5.101.3"
4444
},
4545
"peerDependencies": {
4646
"webpack": "5.x"

0 commit comments

Comments
 (0)