From d12e822d09405bd6f69982c73ed0beced6a83264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 01:24:07 +0000 Subject: [PATCH] Bump next from 10.0.8 to 15.5.18 in /examples/styled-jsx-with-csp Bumps [next](https://github.com/vercel/next.js) from 10.0.8 to 15.5.18. - [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/v10.0.8...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/styled-jsx-with-csp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styled-jsx-with-csp/package.json b/examples/styled-jsx-with-csp/package.json index f2a1ff90b782..1ed3a6f022ba 100644 --- a/examples/styled-jsx-with-csp/package.json +++ b/examples/styled-jsx-with-csp/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "nanoid": "3.1.21", - "next": "10.0.8", + "next": "15.5.18", "react": "^17.0.2", "react-dom": "^17.0.2" }