diff options
author | dependabot[bot] | 2022-01-12 21:06:26 +0000 |
---|---|---|
committer | vitalyster | 2022-01-13 00:08:56 +0300 |
commit | cb2ece4995b0f0773607040da294cc74662a0536 (patch) | |
tree | 2942afcfff6da4b4b453d3a6da62696b2a59902b /package.json | |
parent | 7f14f2a2f512b64b0805193067894e0f78a23baf (diff) |
Bump webpack from 5.65.0 to 5.66.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.65.0 to 5.66.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.65.0...v5.66.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 6228fd48..3faa8ced 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.9", "stylelint": "^14.2.0", "stylelint-config-standard": "^24.0.0", - "webpack": "^5.65.0", + "webpack": "^5.66.0", "webpack-cli": "^4.9.1" }, "dependencies": { |