From 6012a55ca58fe49b5d9b844c8784bb8b1859238d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:02:51 +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 /templates/react-devsecops directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /templates/nextjs-secure directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /templates/fullstack-secure/client directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 4.5.14 to 7.3.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite) Updates `next` from 14.0.0 to 14.2.35 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.0.0...v14.2.35) Updates `vite` from 4.5.14 to 7.3.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 7.3.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- templates/fullstack-secure/client/package.json | 2 +- templates/nextjs-secure/package.json | 2 +- templates/react-devsecops/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/fullstack-secure/client/package.json b/templates/fullstack-secure/client/package.json index 19a3862..b7cac7f 100644 --- a/templates/fullstack-secure/client/package.json +++ b/templates/fullstack-secure/client/package.json @@ -25,7 +25,7 @@ "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.3.2", + "vite": "^7.3.0", "eslint": "^8.39.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/templates/nextjs-secure/package.json b/templates/nextjs-secure/package.json index eb3d525..9e6d65e 100644 --- a/templates/nextjs-secure/package.json +++ b/templates/nextjs-secure/package.json @@ -15,7 +15,7 @@ "security:headers": "node scripts/check-security-headers.js" }, "dependencies": { - "next": "14.0.0", + "next": "14.2.35", "react": "^18.2.0", "react-dom": "^18.2.0", "axios": "^1.4.0" diff --git a/templates/react-devsecops/package.json b/templates/react-devsecops/package.json index afce81d..84a0930 100644 --- a/templates/react-devsecops/package.json +++ b/templates/react-devsecops/package.json @@ -25,7 +25,7 @@ "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", - "vite": "^4.3.2", + "vite": "^7.3.0", "eslint": "^8.39.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0",