Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-04-22 12:18:55 +0300
committerGitHub <noreply@github.com>2022-04-22 12:18:55 +0300
commitc3a78242d5508c136bd67d568f2f36caafd37951 (patch)
treed09fe3a8adfcbf603dc1d4115d0103bb9dd95c27 /package.json
parentcb0d7bf72ca3c62dc6e68a18b9cf35fc6d49dc16 (diff)
parentf35d34265ca0e9b93b7f6ce755cf1f07f05836c9 (diff)
Merge pull request #6163 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.9.2
Bump webpack-cli from 4.9.1 to 4.9.2
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 63779881a..89c8e746b 100644
--- a/package.json
+++ b/package.json
@@ -123,7 +123,7 @@
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
- "webpack-cli": "^4.9.1",
+ "webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
}