From b5d946f1adc21dcf8225013bcec87e07b8f86d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 19:33:51 +0000 Subject: [PATCH] build(deps): bump @next/third-parties from 16.1.6 to 16.2.1 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 16.1.6 to 16.2.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/commits/v16.2.1/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd7c043..99bd1d5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint ." }, "dependencies": { - "@next/third-parties": "16.1.6", + "@next/third-parties": "16.2.1", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-collapsible": "^1.1.11", "@radix-ui/react-dialog": "^1.1.14",