diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-04 14:12:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 14:12:21 +0100 |
commit | 4f5563735f5ea80b6013e6c7cee4f4885786a0d9 (patch) | |
tree | 02354f941cb1f213164b45b6ce79718b092bd6e7 /apps/accessibility/package.json | |
parent | a1267d56d819b7a44b3e81aa40fe20fa7fd642b8 (diff) | |
parent | 14fbcc8abdd0e6de1738d320b8ac255a0c6807b6 (diff) | |
download | nextcloud-server-4f5563735f5ea80b6013e6c7cee4f4885786a0d9.tar.gz nextcloud-server-4f5563735f5ea80b6013e6c7cee4f4885786a0d9.zip |
Merge pull request #13340 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-cli-3.2.0
Bump webpack-cli from 3.1.2 to 3.2.0 in /apps/accessibility
Diffstat (limited to 'apps/accessibility/package.json')
-rw-r--r-- | apps/accessibility/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json index 77341b8c178..0cff7fc9c28 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -27,7 +27,7 @@ "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", "webpack": "^4.28.3", - "webpack-cli": "^3.1.2", + "webpack-cli": "^3.2.0", "webpack-merge": "^4.1.5" } } |