diff --git a/package-lock.json b/package-lock.json index 7587699c..4a013422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-dom": "18.2.0", "react-hook-form": "^7.49.3", "react-resizable-panels": "^1.0.9", - "react-toastify": "^9.1.3", + "react-toastify": "^10.0.5", "sonner": "^1.3.1", "swr": "^2.2.4", "tailwind-merge": "^2.2.0", @@ -7556,23 +7556,15 @@ } }, "node_modules/react-toastify": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", - "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", + "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", "dependencies": { - "clsx": "^1.1.1" + "clsx": "^2.1.0" }, "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" - } - }, - "node_modules/react-toastify/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" + "react": ">=18", + "react-dom": ">=18" } }, "node_modules/read-cache": { diff --git a/package.json b/package.json index 5080121f..4d1ca57d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-dom": "18.2.0", "react-hook-form": "^7.49.3", "react-resizable-panels": "^1.0.9", - "react-toastify": "^9.1.3", + "react-toastify": "^10.0.5", "sonner": "^1.3.1", "swr": "^2.2.4", "tailwind-merge": "^2.2.0",