aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-03-08 21:57:59 +0000
committerGravatar vitalyster2023-03-09 09:12:48 +0300
commit99669838b6af07566b64b8a72e01c159c5949661 (patch)
tree0ca90daaec58b25dfe38c26dcbdcc75a4e0557bf /package.json
parent1bf4e5cbcd8a7b060c37837a81f2554389a2cb88 (diff)
build(deps-dev): bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 54eed36a..430cb53d 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"style-loader": "^3.3.1",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
- "webpack": "^5.75.0",
+ "webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},