diff --git a/package-lock.json b/package-lock.json index 34165847e61..7723883002b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-dom": "^18.3.1", "react-intersection-observer": "^9.14.0", "react-stately": "^3.34.0", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.2", "server-only": "^0.0.1", "uuid": "^11.0.3", "winston": "^3.17.0" @@ -22312,15 +22312,15 @@ } }, "node_modules/react-toastify": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz", - "integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", + "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", "dependencies": { - "clsx": "^2.1.0" + "clsx": "^2.1.1" }, "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" + "react": "^18 || ^19", + "react-dom": "^18 || ^19" } }, "node_modules/readable-stream": { diff --git a/package.json b/package.json index 7d61c164dd9..bf1c818c2b1 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "react-dom": "^18.3.1", "react-intersection-observer": "^9.14.0", "react-stately": "^3.34.0", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.2", "server-only": "^0.0.1", "uuid": "^11.0.3", "winston": "^3.17.0"