Skip to content

Commit

Permalink
Security: fix webpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Oct 8, 2024
1 parent d30ca39 commit 4020959
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 349 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"tsm": "^2.3.0",
"typescript": "^4.8",
"victory-core": "^35.4.4",
"webpack": "5.74.0",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "4.5.x",
"yup": "^0.32.11"
Expand Down Expand Up @@ -164,6 +164,9 @@
"stylelint-order": "^4.1.0",
"webpack-dev-server": "^4.9.2"
},
"resolutions": {
"webpack": "5.94.0"
},
"engines": {
"node": ">=14.17.0"
},
Expand Down
Loading

0 comments on commit 4020959

Please sign in to comment.