aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-06-05 21:59:18 +0000
committerGravatar vitalyster2023-06-06 00:59:29 +0300
commit5d6bd602506de0fae8a9c07ceeee2292668e1205 (patch)
tree7ca5e38d3d599c39c766d7bc4190d1d4c9408f21 /package.json
parent45b89fe88cb4b40c3852701e7d5f102bba5ca143 (diff)
build(deps-dev): bump webpack from 5.85.0 to 5.85.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.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 db04d54d..bd322224 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"style-loader": "^3.3.3",
"stylelint": "^15.6.3",
"stylelint-config-standard": "^33.0.0",
- "webpack": "^5.85.0",
+ "webpack": "^5.85.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},