diff options
author | dependabot[bot] | 2021-02-01 11:13:37 +0000 |
---|---|---|
committer | vitalyster | 2021-02-01 16:59:43 +0300 |
commit | c57a9ea77484897f80480a265d1a082c35cb1245 (patch) | |
tree | 17045a8c893307273510f93ad1736b327c78d3da | |
parent | c3684fbf8197a6056ee24cc822156fddf2aa153a (diff) |
Bump webpack from 5.18.0 to 5.19.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.19.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 7adb4108..21c05258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7162,9 +7162,9 @@ } }, "webpack": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.18.0.tgz", - "integrity": "sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.19.0.tgz", + "integrity": "sha512-egX19vAQ8fZ4cVYtA9Y941eqJtcZAK68mQq87MMv+GTXKZOc3TpKBBxdGX+HXUYlquPxiluNsJ1VHvwwklW7CQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index afbd49d7..f453f6c8 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.18.0", + "webpack": "^5.19.0", "webpack-cli": "^4.4.0" }, "dependencies": { |