From 4fb01943d3977d5eb69c43def401c9ed9ea4cdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 03:58:50 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /packages/adapter-vue Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- packages/adapter-vue/package-lock.json | 6 +++--- packages/adapter-vue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/adapter-vue/package-lock.json b/packages/adapter-vue/package-lock.json index 944634e..f2bd862 100644 --- a/packages/adapter-vue/package-lock.json +++ b/packages/adapter-vue/package-lock.json @@ -23,9 +23,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "minimist": { "version": "1.2.0", diff --git a/packages/adapter-vue/package.json b/packages/adapter-vue/package.json index 671a0c8..b5ad99b 100644 --- a/packages/adapter-vue/package.json +++ b/packages/adapter-vue/package.json @@ -4,7 +4,7 @@ "dependencies": { "common-tags": "^1.8.0", "json5": "^2.1.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "node-html-parser": "^1.1.14", "strip-indent": "^2.0.0" }