From 82aa10c925266abdeda7e39874b942c182dc13cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:10:51 +0000 Subject: [PATCH] chore(deps-dev): bump llamaindex in /packages/instrumentation-llamaindex Bumps [llamaindex](https://github.com/run-llama/LlamaIndexTS/tree/HEAD/packages/llamaindex) from 0.11.21 to 0.12.0. - [Release notes](https://github.com/run-llama/LlamaIndexTS/releases) - [Changelog](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/CHANGELOG.md) - [Commits](https://github.com/run-llama/LlamaIndexTS/commits/llamaindex@0.12.0/packages/llamaindex) --- updated-dependencies: - dependency-name: llamaindex dependency-version: 0.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/instrumentation-llamaindex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/instrumentation-llamaindex/package.json b/packages/instrumentation-llamaindex/package.json index ea6b7c30..42695c08 100644 --- a/packages/instrumentation-llamaindex/package.json +++ b/packages/instrumentation-llamaindex/package.json @@ -54,7 +54,7 @@ "@pollyjs/persister-fs": "^6.0.6", "@types/lodash": "^4.14.0", "@types/mocha": "^10.0.10", - "llamaindex": "^0.11.19", + "llamaindex": "^0.12.0", "ts-mocha": "^11.1.0" }, "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-llamaindex",