Merge pull request #12663 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.26.1
Bump webpack from 4.26.0 to 4.26.1 in /apps/updatenotification
This commit is contained in:
commit
b3f5cf09de
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4426,9 +4426,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",
|
||||
|
|
|
@ -33,7 +33,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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue