aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-09-29 21:07:16 +0000
committerGravatar vitalyster2021-09-30 15:06:58 +0300
commit14c2fa29124640f865ae6938aad5b4b144796cc6 (patch)
treee06ba934572e125ad8dc8fcc02808612ed68c212
parentbc931d8b4b7f5e7d7df2e7b1545036830879cb10 (diff)
Bump webpack from 5.55.0 to 5.55.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.55.0 to 5.55.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.55.0...v5.55.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index b5e02410..5ef4775f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8072,9 +8072,9 @@
"integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q=="
},
"webpack": {
- "version": "5.55.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.0.tgz",
- "integrity": "sha512-/1LyoAG+4+YRt+RLN3H2cz4dcw8+iO/GwKhL54GQDmqONCi0ZISXZF6aCCrCRDJFK685h+RGLCZd61Y+SEqdWQ==",
+ "version": "5.55.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.1.tgz",
+ "integrity": "sha512-EYp9lwaOOAs+AA/KviNZ7bQiITHm4bXQvyTPewD2+f5YGjv6sfiClm40yeX5FgBMxh5bxcB6LryiFoP09B97Ug==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/package.json b/package.json
index 2bdab49f..9885b1c8 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.55.0",
+ "webpack": "^5.55.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {