From ad24c81fd31196dbe9dadd525c0ef5dc464fb14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:00:40 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /waltid-applications/waltid-web-portal directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.4 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.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- waltid-applications/waltid-web-portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waltid-applications/waltid-web-portal/package.json b/waltid-applications/waltid-web-portal/package.json index 39c805b27..82749edb8 100644 --- a/waltid-applications/waltid-web-portal/package.json +++ b/waltid-applications/waltid-web-portal/package.json @@ -22,7 +22,7 @@ "axios": "^1.7.2", "eslint": "9.5.0", "eslint-config-next": "14.2.4", - "next": "14.2.4", + "next": "14.2.10", "postcss": "8.4.38", "react": "18.3.1", "react-dom": "18.3.1",