From 1afc65791d50cf727c42b42215f10c96fbcd0ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:30:59 +0000 Subject: [PATCH] build(deps): bump next from 12.3.4 to 14.1.0 Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 14.1.0. - [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/v12.3.4...v14.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index db6adc0e..7ef755bb 100644 --- a/www/package.json +++ b/www/package.json @@ -18,7 +18,7 @@ "eslint": "^8.3.0", "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", - "next": "^12.2.2", + "next": "^14.1.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-redux": "^8.0.1",