diff options
author | dependabot[bot] | 2021-04-08 07:34:25 +0000 |
---|---|---|
committer | vitalyster | 2021-04-08 10:40:44 +0300 |
commit | 40ef03e133018b86446fed9463a7c10385c0fe2f (patch) | |
tree | de50c6640bee07579b1c7ecd05be4b6cd561f229 | |
parent | 1f2abaa7f3b2554741dd97a82fbd8a22d5a1a436 (diff) |
Bump webpack from 5.30.0 to 5.31.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.30.0 to 5.31.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.30.0...v5.31.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 100748be..be059dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9241,9 +9241,9 @@ } }, "webpack": { - "version": "5.30.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.30.0.tgz", - "integrity": "sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.31.0.tgz", + "integrity": "sha512-3fUfZT/FUuThWSSyL32Fsh7weUUfYP/Fjc/cGSbla5KiSo0GtI1JMssCRUopJTvmLjrw05R2q7rlLtiKdSzkzQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 83ec9327..d6dbe953 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.7", "stylelint": "^13.11.0", "stylelint-config-standard": "^21.0.0", - "webpack": "^5.30.0", + "webpack": "^5.31.0", "webpack-cli": "^4.6.0" }, "dependencies": { |