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

github.com/nextcloud/text.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-26 12:54:59 +0300
committerGitHub <noreply@github.com>2021-01-26 12:54:59 +0300
commitc487d60c79a2f72d0a1db638d95c4b9ddb6b8e8d (patch)
treedf5e6b8d6c03a6c233dbe88f67db9f7b4b988d66 /package.json
parent0fde139359c18ee4d026341c5e27976bc34e8610 (diff)
parentcdad021a2d21b8891520bf65de10ec52b2920c55 (diff)
Merge pull request #1358 from nextcloud/dependabot/npm_and_yarn/webpack-4.46.0
Bump webpack from 4.44.2 to 4.46.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 e240c0925..e5eebf259 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
- "webpack": "^4.44.2",
+ "webpack": "^4.46.0",
"webpack-cli": "^4.3.1",
"webpack-merge": "^5.7.3"
},