From 3666bbe0642b969eb37805dec6248648be6bd386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:44:58 +0000 Subject: [PATCH] Bump hnswlib-node from 1.4.2 to 3.0.0 Bumps [hnswlib-node](https://github.com/yoshoku/hnswlib-node) from 1.4.2 to 3.0.0. - [Changelog](https://github.com/yoshoku/hnswlib-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/yoshoku/hnswlib-node/compare/v1.4.2...v3.0.0) --- updated-dependencies: - dependency-name: hnswlib-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccac270..9f70f6b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "electron-store": "8.2.0", "electron-updater": "^6.1.8", "framer-motion": "^11.1.7", - "hnswlib-node": "^1.4.2", + "hnswlib-node": "^3.0.0", "html-to-text": "^9.0.5", "immer": "9.0.2", "jspdf": "^2.5.1",