From 93e7ed5b09f4f058465995f88c7a6473c8351c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:08:45 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /examples/next-app-csp directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.0.3 to 14.2.21 - [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.3...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/next-app-csp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-app-csp/package.json b/examples/next-app-csp/package.json index 8cc8d820746..46bd073a2f5 100644 --- a/examples/next-app-csp/package.json +++ b/examples/next-app-csp/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.0.3" + "next": "14.2.21" }, "devDependencies": { "typescript": "^5",