Bump webpack from 5.16.0 to 5.17.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.16.0 to 5.17.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.16.0...v5.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-25 11:05:23 +00:00 committed by Benjamin Staneck
parent 35d2e24da3
commit 3f8a6969f1
2 changed files with 10 additions and 10 deletions

View file

@ -121,6 +121,6 @@
"terser": "5.5.1", "terser": "5.5.1",
"ts-node": "9.1.1", "ts-node": "9.1.1",
"typescript": "4.1.3", "typescript": "4.1.3",
"webpack": "5.16.0" "webpack": "5.17.0"
} }
} }

View file

@ -676,10 +676,10 @@
"@types/estree" "*" "@types/estree" "*"
"@types/json-schema" "*" "@types/json-schema" "*"
"@types/estree@*", "@types/estree@^0.0.45": "@types/estree@*", "@types/estree@^0.0.46":
version "0.0.45" version "0.0.46"
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884" resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
"@types/fs-extra@9.0.6", "@types/fs-extra@^9.0.5": "@types/fs-extra@9.0.6", "@types/fs-extra@^9.0.5":
version "9.0.6" version "9.0.6"
@ -7750,13 +7750,13 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1" source-list-map "^2.0.1"
source-map "^0.6.1" source-map "^0.6.1"
webpack@5.16.0, webpack@^5.1.0: webpack@5.17.0, webpack@^5.1.0:
version "5.16.0" version "5.17.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.16.0.tgz#796e093c2d92c229f013aefefde82b50c0572570" resolved "https://registry.npmjs.org/webpack/-/webpack-5.17.0.tgz#e92aebad45be25f86f788dc72fc11daacdcfd55d"
integrity sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g== integrity sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA==
dependencies: dependencies:
"@types/eslint-scope" "^3.7.0" "@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.45" "@types/estree" "^0.0.46"
"@webassemblyjs/ast" "1.11.0" "@webassemblyjs/ast" "1.11.0"
"@webassemblyjs/wasm-edit" "1.11.0" "@webassemblyjs/wasm-edit" "1.11.0"
"@webassemblyjs/wasm-parser" "1.11.0" "@webassemblyjs/wasm-parser" "1.11.0"