Skip to content

Commit

Permalink
fix: security vulnerability in webpack (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Aug 29, 2024
1 parent 0fec811 commit 5575829
Show file tree
Hide file tree
Showing 68 changed files with 781 additions and 410 deletions.
694 changes: 441 additions & 253 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"string_decoder": "^1.3.0",
"url": "^0.11.3",
"util": "^0.12.4",
"webpack": "^5.76.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"typescript": "^3.9.5",
"url": "^0.11.3",
"util": "^0.12.4",
"webpack": "^5.76.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"url": "^0.11.3",
"utf-8-validate": "^5.0.9",
"util": "^0.12.4",
"webpack": "^5.76.1",
"webpack": "^5.94.0",
"ws": "^8.17.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"url": "^0.11.3",
"util": "^0.12.4",
"wasm-x11-hash": "~0.0.2",
"webpack": "^5.76.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/wasm-dpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"typescript": "^3.9.5",
"url": "^0.11.3",
"util": "^0.12.4",
"webpack": "^5.76.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1"
}
}
Loading

0 comments on commit 5575829

Please sign in to comment.