Merge pull request #747 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.26.1

Bump webpack from 4.26.0 to 4.26.1 in /js
This commit is contained in:
Julius Härtl
2018-11-26 11:53:08 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@@ -6751,9 +6751,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

@@ -30,7 +30,7 @@
"karma": "^3.1.1",
"mini-css-extract-plugin": "^0.4.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
},