From 4e8cf1e919b112eca3771717fd22ccbff310bbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:40:36 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.6 to 15.1.7 in /examples/non-monorepo Bumps [next](https://github.com/vercel/next.js) from 15.1.6 to 15.1.7. - [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/v15.1.6...v15.1.7) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/non-monorepo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index c83b72fd258e7..3e39e8404e64b 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.1.6", + "next": "15.1.7", "react": "^19.0.0", "react-dom": "^19.0.0", "turb": "^0.1.2"