diff --git a/package-lock.json b/package-lock.json index fd2c04a..f455c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.3.0", "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 008adba..c15eade 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.3.0", "tailwindcss-animate": "^1.0.7",