Merge pull request #12658 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.26.1

Bump webpack from 4.26.0 to 4.26.1 in /apps/accessibility
This commit is contained in:
Roeland Jago Douma 2018-11-26 14:13:01 +01:00 committed by GitHub
commit 324efc00d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5629,9 +5629,9 @@
}
},
"webpack": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.26.0.tgz",
"integrity": "sha512-J/dP9SJIc5OtX2FZ/+U9ikQtd6H6Mcbqt0xeXtmPwYGDKf8nkbOQQA9KL2Y0rJOsN1Al9Pdn+/j63X58ub8gvQ==",
"version": "4.26.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.26.1.tgz",
"integrity": "sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

View File

@ -26,7 +26,7 @@
"file-loader": "^1.1.11",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.26.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}