From dce41ef2dd1646a6fdf8f2d70f68fc31f7eec873 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Dec 2024 07:25:17 +0000 Subject: [PATCH] fix: upgrade @next/third-parties from 14.2.15 to 14.2.19 Snyk has created this PR to upgrade @next/third-parties from 14.2.15 to 14.2.19. See this package in npm: @next/third-parties See this project in Snyk: https://app.snyk.io/org/evildevill/project/cb26d298-271c-4339-a501-a701ff51dfdf?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 87c9bdf..1df0079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@kinde-oss/kinde-auth-nextjs": "^2.3.10", - "@next/third-parties": "^14.2.15", + "@next/third-parties": "^14.2.19", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.1", @@ -2328,9 +2328,9 @@ } }, "node_modules/@next/third-parties": { - "version": "14.2.15", - "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.15.tgz", - "integrity": "sha512-15CvipE1p1GtlzVfbDfXPrAGIhzJJe75Yy6+GIBRTd36lu95BegRsUJwCxJYoKz47Q09stcU2gJDMduMGqrikw==", + "version": "14.2.19", + "resolved": "https://registry.npmjs.org/@next/third-parties/-/third-parties-14.2.19.tgz", + "integrity": "sha512-NH+4iNDfDHADok3t72lzHyd7dqAg5OceCGrNmyx9Xz3yKLi2pGBmQORb8vTznsIqO5cL0yB6kAfYlunFc+197g==", "license": "MIT", "dependencies": { "third-party-capital": "1.0.20" diff --git a/package.json b/package.json index 232caf4..6138618 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@kinde-oss/kinde-auth-nextjs": "^2.3.10", - "@next/third-parties": "^14.2.15", + "@next/third-parties": "^14.2.19", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.1",