aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-05-25 21:57:44 +0000
committerGravatar vitalyster2023-05-26 08:53:34 +0300
commit65a95a77d015c544ee76e0d5bf38f906444e99ae (patch)
tree86f4ac3a3332da6df3fd1c391710a2e753b73acb /package.json
parentd2e9afc882f400cec314282c709ce5dd5fbf2824 (diff)
build(deps-dev): bump webpack from 5.84.0 to 5.84.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.84.0 to 5.84.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... 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 5502bf1a..48c19f50 100644
--- a/package.json
+++ b/package.json
@@ -80,7 +80,7 @@
"style-loader": "^3.3.3",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
- "webpack": "^5.84.0",
+ "webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},