aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-09 10:01:34 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitb3555c2a1e7790e6c1697b0a07127007c4e8473d (patch)
tree469afbe74143ded8be3aec708aa3ab8e9fc5c0e0 /vnext
parente17f1882e52915378ad8d167251b00aee8b6a70c (diff)
Bump webpack from 5.3.2 to 5.4.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.3.2 to 5.4.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.3.2...v5.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 a3c88ad3..f4b3427c 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5190,9 +5190,9 @@
},
"dependencies": {
"tapable": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.0.0.tgz",
- "integrity": "sha512-bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.1.0.tgz",
+ "integrity": "sha512-J89ZFmbrfc/qQ5xkAo5EOCaEQ+2vzPRqS/KjUThzcneD1ipIZ9M9z/nWRwUxK2elHr3REYANoivNDHcBDrjshQ==",
"dev": true
}
}
@@ -15093,9 +15093,9 @@
"dev": true
},
"webpack": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.2.tgz",
- "integrity": "sha512-DXsfHoI6lQAR3KnQh7+FsRfs9fs+TEvzXCA35UbKv4kVuzslg7QCMAcpFRZNDMjdtm9N/PoO54XEzGN9TeacQg==",
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.4.0.tgz",
+ "integrity": "sha512-udpYTyqz8toTTdaOsL2QKPLeZLt2IEm9qY7yTXuFEQhKu5bk0yQD9BtAdVQksmz4jFbbWOiWmm3NHarO0zr/ng==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -15157,9 +15157,9 @@
}
},
"tapable": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.0.0.tgz",
- "integrity": "sha512-bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.1.0.tgz",
+ "integrity": "sha512-J89ZFmbrfc/qQ5xkAo5EOCaEQ+2vzPRqS/KjUThzcneD1ipIZ9M9z/nWRwUxK2elHr3REYANoivNDHcBDrjshQ==",
"dev": true
},
"webpack-sources": {
diff --git a/vnext/package.json b/vnext/package.json
index 58db2af3..9ebe0f68 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.3.2",
+ "webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"babel": {