diff options
author | dependabot[bot] | 2023-05-03 21:58:29 +0000 |
---|---|---|
committer | vitalyster | 2023-05-04 01:00:56 +0300 |
commit | 7546e9928bb58a138fe9a18a2f687bff8bb20a08 (patch) | |
tree | d567de1f258e72da31724fa35d2f386555a14a27 | |
parent | b4e2d8a9bc0e30276420f65a6e825733e952269b (diff) |
build(deps-dev): bump webpack from 5.81.0 to 5.82.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index f91375a1..483ce4a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "style-loader": "^3.3.2", "stylelint": "^15.6.1", "stylelint-config-standard": "^33.0.0", - "webpack": "^5.81.0", + "webpack": "^5.82.0", "webpack-cli": "^5.0.2", "webpack-dev-server": "^4.13.3" } @@ -17920,9 +17920,9 @@ } }, "node_modules/webpack": { - "version": "5.81.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.81.0.tgz", - "integrity": "sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==", + "version": "5.82.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.0.tgz", + "integrity": "sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -31430,9 +31430,9 @@ "dev": true }, "webpack": { - "version": "5.81.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.81.0.tgz", - "integrity": "sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==", + "version": "5.82.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.0.tgz", + "integrity": "sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index 2f50887b..61a5db8e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "style-loader": "^3.3.2", "stylelint": "^15.6.1", "stylelint-config-standard": "^33.0.0", - "webpack": "^5.81.0", + "webpack": "^5.82.0", "webpack-cli": "^5.0.2", "webpack-dev-server": "^4.13.3" }, |