diff --git "a/javascript/\345\207\275\346\225\260\345\274\217\347\274\226\347\250\213\346\214\207\345\214\227/test/package-lock.json" "b/javascript/\345\207\275\346\225\260\345\274\217\347\274\226\347\250\213\346\214\207\345\214\227/test/package-lock.json" index 04c0278..aaf0b4f 100644 --- "a/javascript/\345\207\275\346\225\260\345\274\217\347\274\226\347\250\213\346\214\207\345\214\227/test/package-lock.json" +++ "b/javascript/\345\207\275\346\225\260\345\274\217\347\274\226\347\250\213\346\214\207\345\214\227/test/package-lock.json" @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz?cache=0&sync_timestamp=1597336147792&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.20.tgz", - "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=", + "version": "4.17.21", + "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "ramda": {