From 2b7592f8f9d2907674512e4f6a55511abfcb8c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 03:05:35 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the / directory: [sharp](https://github.com/lovell/sharp). Bumps the npm_and_yarn group with 1 update in the /apps/mcp-server directory: [fast-uri](https://github.com/fastify/fast-uri). Bumps the npm_and_yarn group with 1 update in the /packages/integrations directory: [sharp](https://github.com/lovell/sharp). Updates `sharp` from 0.34.5 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.3) Updates `fast-uri` from 3.1.2 to 4.1.1 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v4.1.1) Updates `sharp` from 0.34.5 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.3) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 4.1.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/mcp-server/package-lock.json | 6 +++--- apps/mcp-server/package.json | 2 +- package.json | 2 +- packages/integrations/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/mcp-server/package-lock.json b/apps/mcp-server/package-lock.json index 20a64896d4..d4b45afe7a 100644 --- a/apps/mcp-server/package-lock.json +++ b/apps/mcp-server/package-lock.json @@ -2145,9 +2145,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.1.tgz", + "integrity": "sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==", "funding": [ { "type": "github", diff --git a/apps/mcp-server/package.json b/apps/mcp-server/package.json index 13aa5cd1a1..f91cd5405e 100644 --- a/apps/mcp-server/package.json +++ b/apps/mcp-server/package.json @@ -29,7 +29,7 @@ "overrides": { "@modelcontextprotocol/sdk": "1.26.0", "hono": ">=4.12.25", - "fast-uri": ">=3.1.2" + "fast-uri": ">=4.1.1" }, "devDependencies": { "@anthropic-ai/mcpb": "^1.2.0", diff --git a/package.json b/package.json index 98a4a21af9..165e26cf2f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-email": "^4.3.2", "react-hook-form": "^7.81.0", "semantic-release": "^25.0.7", - "sharp": "^0.34.5", + "sharp": "^0.35.3", "syncpack": "^13.0.4", "tsup": "^8.5.1", "turbo": "^2.10.5", diff --git a/packages/integrations/package.json b/packages/integrations/package.json index b8e4ba161d..60182f174e 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -11,7 +11,7 @@ "jsonwebtoken": "^9.0.2", "node-fetch": "^2.6.7", "react": "^19.0.0", - "sharp": "^0.34.2", + "sharp": "^0.35.3", "stoppable": "^1.1.0", "zod": "^4.0.14" },