From 952c64fc8bb41a4ba97f0666e92cedc95b6cf6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 16:10:56 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.19 in /server Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19) Signed-off-by: dependabot[bot] --- server/package-lock.json | 6 +++--- server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index b2c5fb9..5661be4 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -264,9 +264,9 @@ "integrity": "sha512-6hHxsp9e6zQU8nXsP+02HGWXwTkOEw6IROhF2ZA28cYbUk4eJ6QbtZvdqZOdD9YPKghG3apk5eOCvs+tLl3lRg==" }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "media-typer": { "version": "0.3.0", diff --git a/server/package.json b/server/package.json index e0cee71..f48e945 100644 --- a/server/package.json +++ b/server/package.json @@ -13,7 +13,7 @@ "express": "^4.16.4", "express-graphql": "^0.7.1", "graphql": "^14.0.2", - "lodash": "^4.17.11", + "lodash": "^4.17.19", "mongoose": "^5.4.2" } }