Merge pull request #16350 from nextcloud/dependabot/npm_and_yarn/settings/stable15/lodash-4.17.13

[Security] Bump lodash from 4.17.11 to 4.17.13 in /settings
This commit is contained in:
Morris Jobke 2019-07-11 12:51:27 +02:00 committed by GitHub
commit 9c6213bf50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -4726,9 +4726,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"lodash.assign": {
"version": "4.2.0",

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.13",
"nextcloud-axios": "^0.1.2",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-vue": "^0.3.2",