We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ff377 + 7d6243b commit 50393b3Copy full SHA for 50393b3
2 files changed
package.json
@@ -54,6 +54,9 @@
54
"https": false
55
},
56
"private": true,
57
+ "resolutions": {
58
+ "webpack": "5.105.4"
59
+ },
60
"dependencies": {
61
"@angular/animations": "^17.3.11",
62
"@angular/cdk": "^17.3.10",
@@ -197,7 +200,7 @@
197
200
"sass-resources-loader": "^2.2.5",
198
201
"ts-node": "^8.10.2",
199
202
"typescript": "~5.4.5",
- "webpack": "5.101.0",
203
+ "webpack": "5.105.4",
204
"webpack-cli": "^5.1.4"
205
}
206
0 commit comments