From 5f50c53d16fd315e3eebe8964bb68a0fff7242e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:44:12 +0000 Subject: [PATCH] chore(deps-dev): bump hnswlib-node 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/instrumentation-langchain/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/instrumentation-langchain/package.json b/packages/instrumentation-langchain/package.json index 7aa7568b..a6107b9a 100644 --- a/packages/instrumentation-langchain/package.json +++ b/packages/instrumentation-langchain/package.json @@ -49,7 +49,7 @@ "@pollyjs/core": "^6.0.6", "@pollyjs/persister-fs": "^6.0.6", "@types/mocha": "^10.0.6", - "hnswlib-node": "^1.4.2", + "hnswlib-node": "^3.0.0", "langchain": "^0.1.25", "mocha": "^10.2.0", "ts-mocha": "^10.0.0"