Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Webpack 5.4.0 vulnerability remediation
Browse files Browse the repository at this point in the history
Differential Revision: D61996926

fbshipit-source-id: 8417a277bfee7c7c1eaab7c023e21c7e564eddbf
  • Loading branch information
ide-2 authored and facebook-github-bot committed Sep 9, 2024
1 parent 8dba801 commit 00be6b8
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 928 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"prettier": "^2.0.5",
"react-dom": "^16.10.2",
"semver": "^7.3.5",
"webpack": "^5.4.0",
"webpack": "^5.76.0",
"webpack-stream": "^5.2.1"
},
"dependencies": {
Expand Down Expand Up @@ -110,7 +110,8 @@
"**/@babel/core": "^7.2.0",
"**/@babel/generator": "^7.2.0",
"**/cross-spawn": "^6.0.5",
"**/loader-utils": "^1.4.2"
"**/loader-utils": "^1.4.2",
"**/webpack": "^5.76.0"
},
"workspaces": [
"demo-app",
Expand Down
Loading

0 comments on commit 00be6b8

Please sign in to comment.