From b837d0b4e01b113023396281fe526a8c81d7a1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 05:14:28 +0000 Subject: [PATCH] Bump @next/third-parties from 15.4.4 to 15.4.5 in /landing-page Bumps [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) from 15.4.4 to 15.4.5. - [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/v15.4.5/packages/third-parties) --- updated-dependencies: - dependency-name: "@next/third-parties" dependency-version: 15.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- landing-page/package-lock.json | 8 ++++---- landing-page/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index c0be4684..02f90165 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -8,7 +8,7 @@ "name": "landingpagev2", "version": "0.1.0", "dependencies": { - "@next/third-parties": "^15.4.4", + "@next/third-parties": "^15.4.5", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.2.3", "@shikijs/transformers": "^3.8.1", @@ -940,9 +940,9 @@ } }, "node_modules/@next/third-parties": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.4.4.tgz", - "integrity": "sha512-0GIEDSxfl9hTU4Ne1TVr/lZUS1wGhDPB4gt6TNvLBA3Fioum+qZRoPt3fiOW9hHQynyLsojglRDaB97T92h0Og==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-15.4.5.tgz", + "integrity": "sha512-R5k6b2y9NijeJX2fQNYOCd3dNOH1HmxlfT/TQt6PQzQkl9KZshJ0BCvb4QNC9XgIjAAhMmmMxuTfuymDd1xnpQ==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/landing-page/package.json b/landing-page/package.json index 0f402d36..3df0c17d 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@next/third-parties": "^15.4.4", + "@next/third-parties": "^15.4.5", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.2.3", "@shikijs/transformers": "^3.8.1",