From 74b05f3a60473129419466fd05518e26ac30f63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 21:35:30 +0800 Subject: [PATCH] build(deps): bump lodash from 4.17.20 to 4.17.21 in /litemall-vue (#480) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- litemall-vue/package-lock.json | 6 +++--- litemall-vue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litemall-vue/package-lock.json b/litemall-vue/package-lock.json index a31ec06b..4d17e2a6 100644 --- a/litemall-vue/package-lock.json +++ b/litemall-vue/package-lock.json @@ -6824,9 +6824,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=" + "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 index af636e0e..c060043c 100644 --- a/litemall-vue/package.json +++ b/litemall-vue/package.json @@ -18,7 +18,7 @@ "axios": ">=0.21.1", "dayjs": "^1.7.7", "js-cookie": "2.2.0", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "vant": "^2.0.6", "vue": "^2.5.17", "vue-router": "^3.0.1",