From d7cef703cd68f549a40d27ab086f8441c85af93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:04:06 +0000 Subject: [PATCH] chore(deps-dev): bump msw in /integrations/langchain-js Bumps [msw](https://github.com/mswjs/msw) from 2.13.6 to 2.15.0. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.13.6...v2.15.0) --- updated-dependencies: - dependency-name: msw dependency-version: 2.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integrations/langchain-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/langchain-js/package.json b/integrations/langchain-js/package.json index 2664255e8..febab0b0b 100644 --- a/integrations/langchain-js/package.json +++ b/integrations/langchain-js/package.json @@ -31,7 +31,7 @@ "@langchain/openai": "^1.2.0", "@types/node": "^20.10.5", "braintrust": "workspace:*", - "msw": "^2.6.6", + "msw": "^2.15.0", "tsup": "^8.5.1", "typescript": "^5.3.3", "vitest": "4.1.11",