aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-11 10:50:17 +0000
committerGitHub <noreply@github.com>2019-07-11 10:50:17 +0000
commit02733bc5fa4f694613146721ca2a2316415fbb30 (patch)
tree91f550588e3e85f9719152b323e5015b6efb0401 /settings
parent40d7dc2615d866ef70f3337ea453028dd0d880a5 (diff)
downloadnextcloud-server-02733bc5fa4f694613146721ca2a2316415fbb30.tar.gz
nextcloud-server-02733bc5fa4f694613146721ca2a2316415fbb30.zip
[Security] Bump lodash from 4.17.11 to 4.17.13 in /settings
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/package-lock.json6
-rw-r--r--settings/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json
index bab8c5222dc..c733162f48c 100644
--- a/settings/package-lock.json
+++ b/settings/package-lock.json
@@ -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",
diff --git a/settings/package.json b/settings/package.json
index 7cb42d3eed7..5efad735c7f 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -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",