diff options
author | dependabot-preview[bot] | 2020-11-27 06:52:29 +0000 |
---|---|---|
committer | vitalyster | 2020-11-27 09:57:49 +0300 |
commit | 680eb388f0548237ae7c18ed1977095340c22513 (patch) | |
tree | a2173b5d2252b3908fbed6c002087f314863aacb | |
parent | d83b8f2440851cec7b944b4f141e4dff65d8dfa3 (diff) |
Bump webpack from 5.7.0 to 5.8.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.7.0...v5.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 817d4275..6971e5bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7409,9 +7409,9 @@ } }, "webpack": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.7.0.tgz", - "integrity": "sha512-U0AshArzQX5X+L2eViVEjrE7nNLUs80BQYcPUyRnaUMT2EyZiIbXAYWL7GLx6qRu0ykxAwXytRoC1+jqWQZExw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.8.0.tgz", + "integrity": "sha512-X2yosPiHip3L0TE+ylruzrOqSgEgsdGyBOGFWKYChcwlKChaw9VodZIUovG1oo7s0ss6e3ZxBMn9tXR+nkPThA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -7434,7 +7434,7 @@ "neo-async": "^2.6.2", "pkg-dir": "^4.2.0", "schema-utils": "^3.0.0", - "tapable": "^2.0.0", + "tapable": "^2.1.1", "terser-webpack-plugin": "^5.0.3", "watchpack": "^2.0.0", "webpack-sources": "^2.1.1" diff --git a/package.json b/package.json index 9bc9e9da..56cf5ed9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.1", - "webpack": "^5.7.0", + "webpack": "^5.8.0", "webpack-cli": "^4.2.0" }, "dependencies": { |