From e4355724e930ad9b3a6e069bdb52aa13726a0d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 17:08:34 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.19 in /08-exports-object 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] --- 08-exports-object/package-lock.json | 6 +++--- 08-exports-object/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/08-exports-object/package-lock.json b/08-exports-object/package-lock.json index a709cf3..2c885d8 100644 --- a/08-exports-object/package-lock.json +++ b/08-exports-object/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" } } } diff --git a/08-exports-object/package.json b/08-exports-object/package.json index a4bf718..0df79a8 100644 --- a/08-exports-object/package.json +++ b/08-exports-object/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "lodash": "^4.17.11" + "lodash": "^4.17.19" } }