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 Sep 16, 2024
1 parent cf5fb85 commit 892167d
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 346 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"typesafe-actions": "^4.2.1",
"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 @@ -169,6 +169,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 892167d

Please sign in to comment.