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",