From a97b1a49315fc8158e0864a9469987f9a412eb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 03:21:47 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /litemall-vue Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) 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..1943b0a 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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "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..59dac83 --- 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.19", "vant": "^2.0.6", "vue": "^2.5.17", "vue-router": "^3.0.1",