summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-02 01:05:04 +0000
committerGitHub <noreply@github.com>2022-04-02 01:05:04 +0000
commit30b127960a915a47db9ef896a73c8e6e44d288b4 (patch)
treeb8f674a0a1229d536ab0a4cdb7c7a693825115cf /package.json
parent5f2afad84ed1fc8559f4313343ec48c696816f7b (diff)
downloadnextcloud-server-30b127960a915a47db9ef896a73c8e6e44d288b4.tar.gz
nextcloud-server-30b127960a915a47db9ef896a73c8e6e44d288b4.zip
Bump webpack from 5.70.0 to 5.71.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.71.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.71.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 78083e7cc3d..a44182032a9 100644
--- a/package.json
+++ b/package.json
@@ -136,7 +136,7 @@
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
- "webpack": "^5.70.0",
+ "webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},