From e2347924adbdf0fcc1ad714a498c1789f4f87428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:47:28 +0000 Subject: [PATCH] Bump next from 10.0.4 to 16.1.5 in /examples/with-paste-typescript Bumps [next](https://github.com/vercel/next.js) from 10.0.4 to 16.1.5. - [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.4...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-paste-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-paste-typescript/package.json b/examples/with-paste-typescript/package.json index 4205af84ed729..7cfd590f6cdc9 100644 --- a/examples/with-paste-typescript/package.json +++ b/examples/with-paste-typescript/package.json @@ -8,7 +8,7 @@ "dependencies": { "@twilio-paste/core": "^4.2.4", "@twilio-paste/icons": "^3.10.5", - "next": "10.0.4", + "next": "16.1.5", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0"