From 7b4a1fa95c0527917f5f581cda231b24d7a59a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:02:00 +0000 Subject: [PATCH] chore(deps): bump @next/third-parties from 16.1.6 to 16.2.2 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 16.1.6 to 16.2.2. - [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.2/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 16.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/analytics/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index de2a5f7..5e33828 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -7,7 +7,7 @@ "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { - "@next/third-parties": "16.2.1", + "@next/third-parties": "16.2.2", "@t3-oss/env-nextjs": "^0.13.11", "@vercel/analytics": "^2.0.1", "posthog-js": "^1.363.4",