summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-10-20 14:15:27 +0200
committerGitHub <noreply@github.com>2019-10-20 14:15:27 +0200
commitd0928222634b021028eb44ab954e6e671528114d (patch)
treeb43653f7b8c47d355b494f8fd9b767d6ebf124c6 /package.json
parent75b8b76844976748780b96c06fc3606137017aa5 (diff)
parent051cfedcbde3985ce15f4880a134e7a9dbe2e950 (diff)
downloadnextcloud-server-d0928222634b021028eb44ab954e6e671528114d.tar.gz
nextcloud-server-d0928222634b021028eb44ab954e6e671528114d.zip
Merge pull request #17601 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.2
Bump webpack from 4.41.1 to 4.41.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 96893584bed..dfea33a30b4 100644
--- a/package.json
+++ b/package.json
@@ -98,7 +98,7 @@
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
- "webpack": "^4.41.1",
+ "webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
},