aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-01-27 06:55:34 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit656c2230e4cc58a8ce83d24c403b2d76d288ff07 (patch)
tree8589e8b010ca5185533f0639715f1da55ff750fa /vnext
parent49a0ad11be0bc125ef90de6911e2991060984512 (diff)
Bump webpack from 5.17.0 to 5.18.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.17.0 to 5.18.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.17.0...v5.18.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 97731c24..738d36c2 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -15995,9 +15995,9 @@
"dev": true
},
"webpack": {
- "version": "5.17.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.17.0.tgz",
- "integrity": "sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA==",
+ "version": "5.18.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.18.0.tgz",
+ "integrity": "sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 43a936c9..a601748b 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.17.0",
+ "webpack": "^5.18.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},