aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-08 07:38:12 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit3acc116631fe2d33121d00a9f412e3d906d04abe (patch)
tree891963d4ca9f57bb322eaa4f2a9fceb6d63c3b10 /vnext
parentf43d01dfe845a2e97512363c21c21852dffa7a59 (diff)
Bump webpack from 5.20.2 to 5.21.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.2 to 5.21.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.20.2...v5.21.2) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json18
-rw-r--r--vnext/package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 361f6b24..e7ff0f35 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -3358,9 +3358,9 @@
"integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow=="
},
"@types/eslint": {
- "version": "7.2.4",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.4.tgz",
- "integrity": "sha512-YCY4kzHMsHoyKspQH+nwSe+70Kep7Vjt2X+dZe5Vs2vkRudqtoFoUIv1RlJmZB8Hbp7McneupoZij4PadxsK5Q==",
+ "version": "7.2.6",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz",
+ "integrity": "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==",
"dev": true,
"requires": {
"@types/estree": "*",
@@ -16615,9 +16615,9 @@
}
},
"watchpack": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.1.0.tgz",
- "integrity": "sha512-UjgD1mqjkG99+3lgG36at4wPnUXNvis2v1utwTgQ43C22c4LD71LsYMExdWXh4HZ+RmW+B0t1Vrg2GpXAkTOQw==",
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.1.1.tgz",
+ "integrity": "sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==",
"dev": true,
"requires": {
"glob-to-regexp": "^0.4.1",
@@ -16640,9 +16640,9 @@
"dev": true
},
"webpack": {
- "version": "5.20.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.2.tgz",
- "integrity": "sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ==",
+ "version": "5.21.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.21.2.tgz",
+ "integrity": "sha512-xHflCenx+AM4uWKX71SWHhxml5aMXdy2tu/vdi4lClm7PADKxlyDAFFN1rEFzNV0MAoPpHtBeJnl/+K6F4QBPg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index f84d2f5a..a43cdc34 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.20.2",
+ "webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},