diff options
author | dependabot[bot] | 2022-03-03 21:23:34 +0000 |
---|---|---|
committer | vitalyster | 2022-03-04 10:35:45 +0300 |
commit | feecc7c332038220b0e14d2168ea1a82d5fb8682 (patch) | |
tree | 3098ba21b4e9813d5d25bcbacf06503ae8602513 /package.json | |
parent | c5d03ea70ce732e0eabc7ea90b13b8ab95601c07 (diff) |
Bump webpack from 5.69.1 to 5.70.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.70.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.69.1...v5.70.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 a6b2c19f..b417c192 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.9", "stylelint": "^14.5.3", "stylelint-config-standard": "^25.0.0", - "webpack": "^5.69.1", + "webpack": "^5.70.0", "webpack-cli": "^4.9.2" }, "dependencies": { |