aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-17 13:59:42 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-01-17 14:41:41 +0000
commit8300f44440db173da7bedae128264347abf55f7e (patch)
treee5fcfb456fe7f1ab5605f6ba236ede897f9929bf /package.json
parent789974528c86f047a61a4927f5f1810c280117d4 (diff)
downloadnextcloud-server-8300f44440db173da7bedae128264347abf55f7e.tar.gz
nextcloud-server-8300f44440db173da7bedae128264347abf55f7e.zip
Bump webpack from 5.46.0 to 5.66.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.66.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.66.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 53270279de3..fb6e3eaab1a 100644
--- a/package.json
+++ b/package.json
@@ -122,7 +122,7 @@
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
- "webpack": "~5.46.0",
+ "webpack": "~5.66.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},