diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-11-23 07:50:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 07:50:00 +0100 |
commit | db09a5b830870f969583be87026528d0ed15f5db (patch) | |
tree | 804fc5012b47c5541665a4b275d725f0b59b5acf /apps/accessibility/package.json | |
parent | 7365464c7a97d6f630ca1ff57a95728b93487da3 (diff) | |
parent | 7d98e695ff29516ee26a790474d3a9dc57221a7a (diff) | |
download | nextcloud-server-db09a5b830870f969583be87026528d0ed15f5db.tar.gz nextcloud-server-db09a5b830870f969583be87026528d0ed15f5db.zip |
Merge pull request #12608 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.26.0
Bump webpack from 4.24.0 to 4.26.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 17950c5489a..facf2b00442 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.24.0", + "webpack": "^4.26.0", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } |