From 7e70b9d8cd5fa0a3d7910958297996bedfca6fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:14:36 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [next](https://github.com/vercel/next.js), [jspdf](https://github.com/parallax/jsPDF) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `next` from 15.1.6 to 15.5.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.1.6...v15.5.21) Updates `jspdf` from 2.5.2 to 4.2.1 - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](https://github.com/parallax/jsPDF/compare/v2.5.2...v4.2.1) Updates `vitest` from 2.1.8 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94cc63c..2ad64b1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky" }, "dependencies": { - "next": "15.1.6", + "next": "15.5.21", "react": "19.0.0", "react-dom": "19.0.0", "typescript": "5.7.3", @@ -42,7 +42,7 @@ "date-fns": "4.1.0", "papaparse": "5.4.1", "xlsx": "0.18.5", - "jspdf": "2.5.2", + "jspdf": "4.2.1", "jspdf-autotable": "3.8.4", "sonner": "1.7.1", "next-themes": "0.4.4", @@ -73,7 +73,7 @@ "husky": "9.1.7", "@commitlint/cli": "19.6.1", "@commitlint/config-conventional": "19.6.0", - "vitest": "2.1.8", + "vitest": "3.2.6", "@vitejs/plugin-react": "4.3.4" }, "engines": {