diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-06 17:52:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 17:52:36 +0000 |
commit | f2a2cc7c66f1d2d5bf8c7562ac75e137cadfbb16 (patch) | |
tree | 6fd1a0ac276681f8418f9ea8af6a96c0f3ac2d03 /build/package-lock.json | |
parent | 42f0f27240544a689afd8690d81b81df5c19d73c (diff) | |
download | nextcloud-server-f2a2cc7c66f1d2d5bf8c7562ac75e137cadfbb16.tar.gz nextcloud-server-f2a2cc7c66f1d2d5bf8c7562ac75e137cadfbb16.zip |
[Security] Bump lodash from 4.17.19 to 4.17.21 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/package-lock.json')
-rw-r--r-- | build/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index b8a1af54068..f7d1a91dd9d 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -2337,9 +2337,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.get": { |