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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-01-11 10:18:19 +0300
committerGitHub <noreply@github.com>2021-01-11 10:18:19 +0300
commit89fece3a2726c867092ed4e3865a8dba7b4748e6 (patch)
treee5070a714c2ac0f107c3e8f75536c1353ea5471e /package.json
parent7dd2be24f91cd2688a2cda94f40c2d5c8012d6ad (diff)
parent67dbd842f8b0079ac47b644ee03c31a70c15bfb2 (diff)
Merge pull request #1310 from nextcloud/dependabot/npm_and_yarn/webpack-4.45.0
Bump webpack from 4.44.2 to 4.45.0
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 e7b69a1c..10c17c8a 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.12",
- "webpack": "^4.44.2",
+ "webpack": "^4.45.0",
"webpack-cli": "^4.3.1",
"webpack-merge": "^5.7.3"
},