diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-11-05 09:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 09:28:38 +0100 |
commit | 765c5760291487966c2fa35ba53bcd85a17344ed (patch) | |
tree | 18e0ac4a615941611848cc7beef32fe53f389f65 /apps/accessibility/package.json | |
parent | d4b6a8739ab71c9674812606a4f383c9976aea70 (diff) | |
parent | f749ab0da8bc3ef7dee58b258d795647e73d090c (diff) | |
download | nextcloud-server-765c5760291487966c2fa35ba53bcd85a17344ed.tar.gz nextcloud-server-765c5760291487966c2fa35ba53bcd85a17344ed.zip |
Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0
Bump webpack from 4.23.1 to 4.24.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 0c4226a95ed..36028c81c26 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -26,7 +26,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", - "webpack": "^4.23.1", + "webpack": "^4.24.0", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } |