aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-04 06:41:52 +0000
committerGravatar vitalyster2021-02-04 09:48:11 +0300
commitb999f376c2e7889ff5a95f7e44aefc6f48cf095e (patch)
tree712b5d97a7e83aa1138c0f4e38487d969e2b2ac6
parent3b0a8e4ba64e5cbc4b59e0c9e397f095656fb0e0 (diff)
Bump webpack from 5.20.0 to 5.20.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.0 to 5.20.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.20.0...v5.20.1) 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 415d521e..c749016d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7115,9 +7115,9 @@
}
},
"webpack": {
- "version": "5.20.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.0.tgz",
- "integrity": "sha512-k7X/+gisrvirr4bzv8JVLzy2RhWiVzd3gA9qzS5je3lwqYrMc5F549vLOk34BoNkkUp4SIpt1rQp48pTxBMXvA==",
+ "version": "5.20.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.1.tgz",
+ "integrity": "sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/package.json b/package.json
index 39db0372..8a600f42 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^4.1.1",
- "webpack": "^5.20.0",
+ "webpack": "^5.20.1",
"webpack-cli": "^4.5.0"
},
"dependencies": {