diff options
author | dependabot[bot] | 2021-11-05 21:09:36 +0000 |
---|---|---|
committer | vitalyster | 2021-11-06 00:29:20 +0300 |
commit | ef7e583e0b237623e7c1c555eac364358bdf50a7 (patch) | |
tree | ea75fe179a7c11f20ae4695b176ea8702161b3b0 /package.json | |
parent | 3ad6fbe176b46cbc5b60e5c3bc544ee6f1cc090b (diff) |
Bump webpack from 5.61.0 to 5.62.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.62.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.1)
---
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 120c03bd..b5288f5b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.9", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.61.0", + "webpack": "^5.62.1", "webpack-cli": "^4.9.1" }, "dependencies": { |