From 9905f2c48d05bd06dc0a7c65f41340173780b24a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Aug 2024 10:14:26 +0000 Subject: [PATCH] fix: upgrade react-resizable-panels from 2.0.20 to 2.0.22 Snyk has created this PR to upgrade react-resizable-panels from 2.0.20 to 2.0.22. 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 265b32e..a1e78af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.20", + "react-resizable-panels": "^2.0.22", "react-share": "^5.1.0", "rimraf": "^5.0.8", "tailwind-merge": "^2.4.0", @@ -8404,9 +8404,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.20.tgz", - "integrity": "sha512-aMbK3VF8U+VBICG+rwhE0Rr/eFZaRzmNq3akBRL1TrayIpLXz7Rbok0//kYeWj6SQRsjcQ3f4eRplJicM+oL6w==", + "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==", "license": "MIT", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", diff --git a/package.json b/package.json index d2c9114..37f22be 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.20", + "react-resizable-panels": "^2.0.22", "react-share": "^5.1.0", "rimraf": "^5.0.8", "tailwind-merge": "^2.4.0",