aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-01-20 06:42:10 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit36ab8dfde15c62248f86361674bc7e968ffb40e9 (patch)
tree1194a564d5b3aba10d98e7ff2fe898ecb76d1dc5
parent38efdce5d145a2533af0121eea77d2c76e5c137c (diff)
Bump webpack from 5.15.0 to 5.16.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.15.0 to 5.16.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.15.0...v5.16.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 4237fa0a..70294e93 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16028,9 +16028,9 @@
"dev": true
},
"webpack": {
- "version": "5.15.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.15.0.tgz",
- "integrity": "sha512-y/xG+ONDz78yn3VvP6gAvGr1/gkxOgitvHSXBmquyN8KDtrGEyE3K9WkXOPB7QmfcOBCpO4ELXwNcCYQnEmexA==",
+ "version": "5.16.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.16.0.tgz",
+ "integrity": "sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 2c9468af..50406bbd 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.15.0",
+ "webpack": "^5.16.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},