diff --git a/package-lock.json b/package-lock.json index c85b86f..20b54da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-katex": "^3.1.0", "react-redux": "^9.1.2", "react-router": "^7.0.2", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.5", "redux-persist": "^6.0.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", @@ -6655,16 +6655,16 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz", + "integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==", "license": "MIT", "dependencies": { - "clsx": "^2.1.0" + "clsx": "^2.1.1" }, "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" + "react": "^18 || ^19", + "react-dom": "^18 || ^19" } }, "node_modules/read-cache": { diff --git a/package.json b/package.json index 302035a..36fa9f8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-katex": "^3.1.0", "react-redux": "^9.1.2", "react-router": "^7.0.2", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.5", "redux-persist": "^6.0.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7",