diff --git a/extensions/void/package-lock.json b/extensions/void/package-lock.json index d8e80af1..e4eb8e55 100644 --- a/extensions/void/package-lock.json +++ b/extensions/void/package-lock.json @@ -41,6 +41,7 @@ "eslint-plugin-react": "^7.35.1", "eslint-plugin-react-hooks": "^4.6.2", "globals": "^15.9.0", + "lodash": "^4.17.21", "marked": "^14.1.0", "ollama": "^0.5.9", "openai": "^4.68.4", @@ -5041,6 +5042,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", diff --git a/extensions/void/package.json b/extensions/void/package.json index 4a8e3995..4c5f67d2 100644 --- a/extensions/void/package.json +++ b/extensions/void/package.json @@ -143,6 +143,7 @@ "eslint-plugin-react": "^7.35.1", "eslint-plugin-react-hooks": "^4.6.2", "globals": "^15.9.0", + "lodash": "^4.17.21", "marked": "^14.1.0", "ollama": "^0.5.9", "openai": "^4.68.4",