aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-11-05 21:09:36 +0000
committerGravatar vitalyster2021-11-06 00:29:20 +0300
commitef7e583e0b237623e7c1c555eac364358bdf50a7 (patch)
treeea75fe179a7c11f20ae4695b176ea8702161b3b0
parent3ad6fbe176b46cbc5b60e5c3bc544ee6f1cc090b (diff)
Bump webpack from 5.61.0 to 5.62.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.62.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 4 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 28a87945..820d022c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8884,9 +8884,9 @@
"integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q=="
},
"webpack": {
- "version": "5.61.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz",
- "integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==",
+ "version": "5.62.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz",
+ "integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -8927,12 +8927,6 @@
"integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==",
"dev": true
},
- "acorn": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz",
- "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==",
- "dev": true
- },
"schema-utils": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
diff --git a/package.json b/package.json
index 120c03bd..b5288f5b 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"regenerator-runtime": "^0.13.9",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.61.0",
+ "webpack": "^5.62.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {