diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-07-11 12:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 12:53:45 +0200 |
commit | 77d059fce7cbe448f00766f3949bb5557c2c3d71 (patch) | |
tree | 609fdb531f2a312913b55c3119165c1665de2366 /apps | |
parent | 2618b152a4c12a753f91d477105dcc0a6ea7b0d5 (diff) | |
parent | b40ec9b38bb67443499f8be196aa5b54f664138e (diff) | |
download | nextcloud-server-77d059fce7cbe448f00766f3949bb5557c2c3d71.tar.gz nextcloud-server-77d059fce7cbe448f00766f3949bb5557c2c3d71.zip |
Merge pull request #16351 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/stable15/lodash-4.17.14
[Security] Bump lodash from 4.17.11 to 4.17.14 in /apps/updatenotification
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 9772bebc596..c2931253c9a 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -3663,9 +3663,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.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", "dev": true }, "lodash.debounce": { |