From 2789487e8414cb9bad6bf320cf75f1f2fef63847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 05:28:02 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /apps/api directory: [sharp](https://github.com/lovell/sharp). Bumps the npm_and_yarn group with 2 updates in the /apps/web directory: [sharp](https://github.com/lovell/sharp) and [next](https://github.com/vercel/next.js). Updates `sharp` from 0.34.5 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.4) Updates `sharp` from 0.34.5 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.4) Updates `next` from 16.2.6 to 16.2.11 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- apps/web/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index f1bd6eba..738f8206 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -64,7 +64,7 @@ "qrcode": "^1.5.4", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", - "sharp": "^0.34.5", + "sharp": "^0.35.4", "speakeasy": "^2.0.0", "ua-parser-js": "^2.0.9", "winston": "^3.19.0" diff --git a/apps/web/package.json b/apps/web/package.json index b2b736ab..985ea17a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -51,7 +51,7 @@ "date-fns": "^4.2.1", "lucide-react": "^1.16.0", "motion": "^12.39.0", - "next": "16.2.6", + "next": "16.2.11", "next-mdx-remote": "^6.0.0", "react": "19.2.6", "react-big-calendar": "^1.19.4", @@ -79,7 +79,7 @@ "eslint-config-prettier": "^10.1.8", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.8.1", - "sharp": "^0.34.5", + "sharp": "^0.35.4", "tailwindcss": "^4.3.3", "tsx": "^4.22.3", "tw-animate-css": "^1.4.0",