From fb737e0365772cc2738bcc1064a9737e6c7c11fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:44:05 +0000 Subject: [PATCH] chore(deps): bump next from 12.1.5 to 13.5.1 in /packages/documentation Bumps [next](https://github.com/vercel/next.js) from 12.1.5 to 13.5.1. - [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.1.5...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/documentation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 681e48b8a6..042b6488f0 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -29,7 +29,7 @@ "js-cookie": "^3.0.1", "lodash": "^4.17.21", "mobile-detect": "^1.4.5", - "next": "12.1.5", + "next": "13.5.1", "prismjs": "^1.28.0", "qs": "^6.10.3", "react": "^17.0.2",