diff --git a/vue_shop/package-lock.json b/vue_shop/package-lock.json index 3b98757..c0fa270 100644 --- a/vue_shop/package-lock.json +++ b/vue_shop/package-lock.json @@ -9106,9 +9106,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.19.tgz?cache=0&sync_timestamp=1594226931791&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.19.tgz", - "integrity": "sha1-5I3e2+MLMyF4PFtDAfvTU7weSks=" + "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/vue_shop/package.json b/vue_shop/package.json index fa4d0f4..e85496c 100644 --- a/vue_shop/package.json +++ b/vue_shop/package.json @@ -12,7 +12,7 @@ "core-js": "^3.6.5", "echarts": "^4.8.0", "element-ui": "^2.13.2", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "nprogress": "^0.2.0", "vue": "^2.6.11", "vue-quill-editor": "^3.0.6",