aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-13 01:03:12 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-08-13 10:19:29 +0000
commit12a13daeb7affaed0e9aac8d172e78b4c2c20036 (patch)
tree28c27db93f33b9571efa97bed59bae2c6b3b3759 /package.json
parent6209026794962a02d882f30f5f927df81ac22a28 (diff)
downloadnextcloud-server-12a13daeb7affaed0e9aac8d172e78b4c2c20036.tar.gz
nextcloud-server-12a13daeb7affaed0e9aac8d172e78b4c2c20036.zip
Bump webpack from 5.73.0 to 5.74.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.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 b8609ab80bb..4870f52a9c8 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.73.0",
+ "webpack": "^5.74.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},