diff options
author | dependabot[bot] | 2021-06-15 06:31:44 +0000 |
---|---|---|
committer | vitalyster | 2021-06-15 09:34:48 +0300 |
commit | de8ba6bf9e343ad4e08241ab727152958f023869 (patch) | |
tree | adcd39db760c3b10e729be24bd0e214f27d5f537 /package.json | |
parent | bf9db6c7b51dffd691f1b988e0cb6056a2879c8d (diff) |
Bump webpack from 5.38.1 to 5.39.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.38.1 to 5.39.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.38.1...v5.39.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c8052725..8de41eb0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.7", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.38.1", + "webpack": "^5.39.0", "webpack-cli": "^4.7.2" }, "dependencies": { |