From 69bf8e0eb9eab2ff555127ac3cdf1eb76ea61821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:47:03 +0000 Subject: [PATCH] chore(deps): bump @next/third-parties from 16.2.1 to 16.2.4 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 16.2.1 to 16.2.4. - [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.4/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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..7dab099 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.4", "@t3-oss/env-nextjs": "^0.13.11", "@vercel/analytics": "^2.0.1", "posthog-js": "^1.363.4",