From aacbef3e33a31a1c9195784397e22a04b4e4d956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Commaret?= Date: Mon, 18 Nov 2024 12:58:42 +0100 Subject: [PATCH] lodash : package added to extension --- extensions/void/package-lock.json | 8 ++++++++ extensions/void/package.json | 1 + 2 files changed, 9 insertions(+) diff --git a/extensions/void/package-lock.json b/extensions/void/package-lock.json index d8e80af14..e4eb8e556 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 4a8e39954..4c5f67d2d 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",