-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(security): update webpack-dev-server to address cves (#1473)
* (security): update webpack & webpack-dev-server Signed-off-by: Daniel Rowe <[email protected]> * update changelog, fix types Signed-off-by: Daniel Rowe <[email protected]> * revert webpack-cli upgrade Signed-off-by: Daniel Rowe <[email protected]> * address breaking changes with webpack-cli upgrade Signed-off-by: Daniel Rowe <[email protected]> * update changelog Signed-off-by: Daniel Rowe <[email protected]> * revert change to main webpack release Signed-off-by: Daniel Rowe <[email protected]> --------- Signed-off-by: Daniel Rowe <[email protected]>
- Loading branch information
Showing
6 changed files
with
819 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"*.scss" | ||
], | ||
"scripts": { | ||
"start": "cross-env BABEL_MODULES=false webpack-dev-server --inline --hot --config=src-docs/webpack.config.js", | ||
"start": "cross-env BABEL_MODULES=false webpack-dev-server --hot --config=src-docs/webpack.config.js", | ||
"test-docker": "node ./scripts/test-docker.js", | ||
"sync-docs": "node ./scripts/docs-sync.js", | ||
"build-docs": "cross-env BABEL_MODULES=false cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 webpack --config=src-docs/webpack.config.js", | ||
|
@@ -50,6 +50,7 @@ | |
"@babel/cli/chokidar/glob-parent": "^6.0.1", | ||
"@elastic/charts/**/d3-color": "^3.1.0", | ||
"@types/jest/**/ansi-regex": "^5.0.1", | ||
"@types/ws": "8.5.4", | ||
"babel-plugin-add-module-exports/chokidar/glob-parent": "^6.0.1", | ||
"babel-plugin-inline-react-svg/**/ansi-regex": "^5.0.1", | ||
"babel-plugin-inline-react-svg/svgo/js-yaml": "^3.13.1", | ||
|
@@ -78,9 +79,6 @@ | |
"sass-lint/merge": "^2.1.1", | ||
"start-server-and-test/**/minimist": "^1.2.6", | ||
"start-server-and-test/wait-on": "^7.1.0", | ||
"webpack-dev-server/**/ansi-regex": "^5.0.1", | ||
"webpack-dev-server/chokidar/glob-parent": "^6.0.1", | ||
"webpack-dev-server/selfsigned": "^2.0.1", | ||
"webpack/**/chokidar/glob-parent": "^6.0.1", | ||
"webpack/terser-webpack-plugin/serialize-javascript": "^3.1.0", | ||
"yo/**/find-versions": "^4.0.0", | ||
|
@@ -239,8 +237,8 @@ | |
"typescript": "4.6.4", | ||
"url-loader": "^4.1.0", | ||
"webpack": "npm:@amoo-miki/[email protected]", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.11.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-server": "^4.15.2", | ||
"yeoman-generator": "^5.8.0", | ||
"yo": "^4.3.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.