From 49f6648b36234cf264e262551d5686ccd4e4c63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 09:03:55 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /litemall-vue Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- litemall-vue/package-lock.json | 6 +++--- litemall-vue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 litemall-vue/package.json diff --git a/litemall-vue/package-lock.json b/litemall-vue/package-lock.json index dbd194f..fda09a1 100644 --- a/litemall-vue/package-lock.json +++ b/litemall-vue/package-lock.json @@ -7183,9 +7183,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.defaultsdeep": { "version": "4.6.1", diff --git a/litemall-vue/package.json b/litemall-vue/package.json old mode 100755 new mode 100644 index 5ac7c7f..48e27a8 --- a/litemall-vue/package.json +++ b/litemall-vue/package.json @@ -18,7 +18,7 @@ "axios": ">=0.18.1", "dayjs": "^1.7.7", "js-cookie": "2.2.0", - "lodash": "^4.17.11", + "lodash": "^4.17.21", "vant": "^2.0.6", "vue": "^2.5.17", "vue-router": "^3.0.1",