From fb76e122a9a4a010c0a18b29a3b1fdd81ebc80cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 01:21:01 +0000 Subject: [PATCH] fix: upgrade react-resizable-panels from 2.0.16 to 2.0.19 Snyk has created this PR to upgrade react-resizable-panels from 2.0.16 to 2.0.19. See this package in npm: react-resizable-panels See this project in Snyk: https://app.snyk.io/org/vigneshshettyin/project/f292640c-2272-4ab3-b7a3-dc7f2f3bba3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 662c2a6..5963304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lucide-react": "^0.366.0", - "next": "^14.2.3", + "next": "14.2.3", "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.13.0", @@ -47,7 +47,7 @@ "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.16", + "react-resizable-panels": "^2.0.19", "react-share": "^5.1.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", @@ -6233,9 +6233,10 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.16.tgz", - "integrity": "sha512-UrnxmTZaTnbCl/xIOX38ig35RicqGfLuqt2x5fytpNlQvCRuxyXZwIBEhmF+pmrEGxfajyXFBoCplNxLvhF0CQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.19.tgz", + "integrity": "sha512-v3E41kfKSuCPIvJVb4nL4mIZjjKIn/gh6YqZF/gDfQDolv/8XnhJBek4EiV2gOr3hhc5A3kOGOayk3DhanpaQw==", + "license": "MIT", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index b4e2073..11a91d7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.16", + "react-resizable-panels": "^2.0.19", "react-share": "^5.1.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7",