From f61a1626a899806c281fb282ea8fd23ff06138bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:54:30 +0000 Subject: [PATCH] fix: upgrade react-resizable-panels from 2.0.22 to 2.1.0 Snyk has created this PR to upgrade react-resizable-panels from 2.0.22 to 2.1.0. 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dffcda..c2272de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "ioredis": "^5.4.1", "lottie-react": "^2.4.0", "lucide-react": "^0.416.0", - "next": "^14.2.5", + "next": "14.2.5", "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.17.0", @@ -51,7 +51,7 @@ "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.22", + "react-resizable-panels": "^2.1.0", "react-share": "^5.1.0", "rimraf": "^5.0.10", "tailwind-merge": "^2.4.0", @@ -8404,9 +8404,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.22.tgz", - "integrity": "sha512-G8x8o7wjQxCG+iF4x4ngKVBpe0CY+DAZ/SaiDoqBEt0yuKJe9OE/VVYMBMMugQ3GyQ65NnSJt23tujlaZZe75A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.0.tgz", + "integrity": "sha512-k2gGjGyCNF9xq8gVkkHBK1mlWv6xetPtvRdEtD914gTdhJcy02TLF0xMPuVLlGRuLoWGv7Gd/O1rea2KIQb3Qw==", "license": "MIT", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", diff --git a/package.json b/package.json index 3b38024..36176f0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-chartjs-2": "^5.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.22", + "react-resizable-panels": "^2.1.0", "react-share": "^5.1.0", "rimraf": "^5.0.10", "tailwind-merge": "^2.4.0",