From d51dedb031418baf11d973b36f2fba9cb3d86433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:05:30 +0000 Subject: [PATCH] chore(crx-deps)(deps): bump the crx-prod-minor group across 1 directory with 3 updates Bumps the crx-prod-minor group with 3 updates in the /chrome-crx directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [katex](https://github.com/KaTeX/KaTeX) and [openai](https://github.com/openai/openai-node). Updates `@anthropic-ai/sdk` from 0.95.2 to 0.115.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.95.2...sdk-v0.115.0) Updates `katex` from 0.16.47 to 0.18.1 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.47...v0.18.1) Updates `openai` from 6.38.0 to 6.49.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.38.0...v6.49.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crx-prod-minor - dependency-name: katex dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crx-prod-minor - dependency-name: openai dependency-version: 6.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crx-prod-minor ... Signed-off-by: dependabot[bot] --- chrome-crx/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome-crx/package.json b/chrome-crx/package.json index 6f34a77d..da8d33cf 100644 --- a/chrome-crx/package.json +++ b/chrome-crx/package.json @@ -28,7 +28,7 @@ "docs:check": "typedoc --options typedoc.json --emit none" }, "dependencies": { - "@anthropic-ai/sdk": "^0.95.1", + "@anthropic-ai/sdk": "^0.115.0", "@base-ui/react": "^1.6.0", "@fontsource-variable/noto-sans": "^5.2.10", "@honeycombio/opentelemetry-web": "^1.1.0", @@ -45,9 +45,9 @@ "cmdk": "^1.1.1", "diff": "^9.0.0", "framer-motion": "^12.38.0", - "katex": "^0.16.33", + "katex": "^0.18.1", "lucide-react": "^1.17.0", - "openai": "6.38.0", + "openai": "6.49.0", "react": "^19.2.4", "react-calendar": "^6.0.1", "react-dom": "^19.2.4",