From 65da3ebb9c6a799d9d43cbd04ad11b0d2f212465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:39:27 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f269364..ba3bf42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fhir-starter", - "version": "0.13.5", + "version": "0.13.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fhir-starter", - "version": "0.13.5", + "version": "0.13.6", "license": "MIT", "dependencies": { "@babel/core": "^7.12.9", @@ -16,7 +16,7 @@ "@babel/preset-react": "^7.12.7", "@babel/runtime": "^7.12.5", "babel-loader": "^8.0.6", - "lodash": "4.17.20", + "lodash": "4.17.21", "lodash-es": "4.17.15", "moment": "2.24.0", "prop-types": "15.7.2", @@ -12921,9 +12921,9 @@ } }, "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { "version": "4.17.15", @@ -32422,9 +32422,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { "version": "4.17.15", diff --git a/package.json b/package.json index 59a7479..f2fe46a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/preset-react": "^7.12.7", "@babel/runtime": "^7.12.5", "babel-loader": "^8.0.6", - "lodash": "4.17.20", + "lodash": "4.17.21", "lodash-es": "4.17.15", "moment": "2.24.0", "prop-types": "15.7.2",