aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-05-11 05:37:40 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commitff7549bb3ce874dc5775003ce89cfbf3ac5e2107 (patch)
treecec325647a074e33d33b795b9771b6ba475f9420 /vnext
parent2dc5c0c73df55969c7f3f16ece0bab1ce5c415fb (diff)
Bump webpack from 5.36.2 to 5.37.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.36.2 to 5.37.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.36.2...v5.37.0) 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 37fb5ce3..90616d5a 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -6451,9 +6451,9 @@
}
},
"enhanced-resolve": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.0.tgz",
- "integrity": "sha512-Sl3KRpJA8OpprrtaIswVki3cWPiPKxXuFxJXBp+zNb6s6VwNWwFRUdtmzd2ReUut8n+sCPx7QCtQ7w5wfJhSgQ==",
+ "version": "5.8.2",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz",
+ "integrity": "sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==",
"dev": true,
"requires": {
"graceful-fs": "^4.2.4",
@@ -16987,9 +16987,9 @@
"dev": true
},
"webpack": {
- "version": "5.36.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.36.2.tgz",
- "integrity": "sha512-XJumVnnGoH2dV+Pk1VwgY4YT6AiMKpVoudUFCNOXMIVrEKPUgEwdIfWPjIuGLESAiS8EdIHX5+TiJz/5JccmRg==",
+ "version": "5.37.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.37.0.tgz",
+ "integrity": "sha512-yvdhgcI6QkQkDe1hINBAJ1UNevqNGTVaCkD2SSJcB8rcrNNl922RI8i2DXUAuNfANoxwsiXXEA4ZPZI9q2oGLA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -17024,9 +17024,9 @@
"dev": true
},
"acorn": {
- "version": "8.2.2",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.2.tgz",
- "integrity": "sha512-VrMS8kxT0e7J1EX0p6rI/E0FbfOVcvBpbIqHThFv+f8YrZIlMfVotYcXKVPmTvPW8sW5miJzfUFrrvthUZg8VQ==",
+ "version": "8.2.4",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.4.tgz",
+ "integrity": "sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==",
"dev": true
},
"schema-utils": {
diff --git a/vnext/package.json b/vnext/package.json
index e6029963..fce1bba1 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.36.2",
+ "webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},