From cfd12acc4c90902a61482e0fa9cb570b088f6f3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 17:49:39 +0000 Subject: [PATCH] chore(deps-dev): [security] 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. **This update includes a security fix.** - [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-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e960b0dec..f8e3cf949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7690,9 +7690,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==", "dev": true }, "lodash.once": { diff --git a/package.json b/package.json index 31122a15e..03a71df52 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-svelte3": "^2.7.3", "jest": "^26.6.3", "jest-junit": "^12.0.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "npm-run-all": "^4.1.5", "rollup": "^2.34.2", "rollup-plugin-commonjs": "^10.1.0",