aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-04-12 21:57:47 +0000
committerGravatar Vitaly Takmazov2023-04-13 19:49:42 +0300
commit3a1e45d3015df62eb5768a8e6929cb41dcaf9913 (patch)
tree08a4c652e96eed6a35ad037beed6922b0b440d6f /package.json
parent9b15a2b8e0861436d43ff8f59d2ec70899f7ee33 (diff)
build(deps-dev): bump webpack from 5.78.0 to 5.79.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.78.0...v5.79.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 f91ff3b5..1e35768a 100644
--- a/package.json
+++ b/package.json
@@ -80,7 +80,7 @@
"style-loader": "^3.3.2",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^32.0.0",
- "webpack": "^5.78.0",
+ "webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},