aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-22 08:10:48 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit1bfbb16cca3e89d0842cdfa85734f4662df39042 (patch)
tree9e222b93af430b765f3eaf51fa1df2b69d48f5c4 /vnext
parent0bfe741b8c8d43ce7e3d9061b300f4a5e16f117b (diff)
Bump webpack from 5.26.3 to 5.27.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.1) 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 90fe4cfe..6a34fb4f 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16837,9 +16837,9 @@
"dev": true
},
"webpack": {
- "version": "5.26.3",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz",
- "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==",
+ "version": "5.27.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.1.tgz",
+ "integrity": "sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index b1eefd24..066f9949 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
- "webpack": "^5.26.3",
+ "webpack": "^5.27.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},