From d423c32bc237750355aac9ab340ccb776ac7119e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 06:33:22 +0000 Subject: [PATCH] build(deps): bump @next/third-parties from 16.2.9 to 16.2.10 Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 16.2.9 to 16.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98d15ca..913a75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "resume-website", "version": "0.1.0", "dependencies": { - "@next/third-parties": "^16.2.9", + "@next/third-parties": "^16.2.10", "@radix-ui/react-dialog": "^1.1.17", "@radix-ui/react-navigation-menu": "^1.2.16", "@radix-ui/react-slot": "^1.3.0", @@ -1305,9 +1305,9 @@ } }, "node_modules/@next/third-parties": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.9.tgz", - "integrity": "sha512-JZPGQRN8eQs2WMfBXOf6Zjrma+JIN0KyA24MvmIa3bUI4BwTaJ1UlxmYVc5ri6l30LQ8fPv6Kmx20447hCltrg==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-16.2.10.tgz", + "integrity": "sha512-H3yxCMLziM1JKXnjQv83WBH2cp1fB1vMxpC1/bBTpvvaesBEuRuprpzq5RI32atis0VhUZflgdpJdGNZIGpQaQ==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index b5bd12b..48a5b84 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prepare": "husky" }, "dependencies": { - "@next/third-parties": "^16.2.9", + "@next/third-parties": "^16.2.10", "@radix-ui/react-dialog": "^1.1.17", "@radix-ui/react-navigation-menu": "^1.2.16", "@radix-ui/react-slot": "^1.3.0",