diff --git a/packages/adapter-vue/package-lock.json b/packages/adapter-vue/package-lock.json index 944634e..f2bd862 100644 --- a/packages/adapter-vue/package-lock.json +++ b/packages/adapter-vue/package-lock.json @@ -23,9 +23,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "minimist": { "version": "1.2.0", diff --git a/packages/adapter-vue/package.json b/packages/adapter-vue/package.json index 671a0c8..b5ad99b 100644 --- a/packages/adapter-vue/package.json +++ b/packages/adapter-vue/package.json @@ -4,7 +4,7 @@ "dependencies": { "common-tags": "^1.8.0", "json5": "^2.1.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "node-html-parser": "^1.1.14", "strip-indent": "^2.0.0" }