From fec51d3ca888ec2745aa197ba57d2c7acb58b918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:37:15 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /examples/next-appDir directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.1.3 to 14.2.10 - [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.1.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/next-appDir/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-appDir/package.json b/examples/next-appDir/package.json index 87689eb..6c73e6b 100644 --- a/examples/next-appDir/package.json +++ b/examples/next-appDir/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@fingerprintjs/fingerprintjs-pro-react": "workspace:*", - "next": "14.1.3" + "next": "14.2.10" }, "peerDependencies": { "@types/node": "*",