From 4dc05f1920aecab7544410b760cce9dc3582bbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:52:35 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.3 to 14.2.10 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.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.2.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa3ba2d..be9da08 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-tailwindcss": "^3.17.4", "framer-motion": "^11.3.30", "js-cookie": "^3.0.5", - "next": "14.2.3", + "next": "14.2.10", "nodemailer": "^6.9.14", "posthog-js": "^1.157.2", "prettier-plugin-tailwindcss": "^0.5.14",