diff --git a/package-lock.json b/package-lock.json index ee296fa..a563a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "18.3.1", "react-kofi": "0.0.2", "react-select": "^5.10.0", - "react-toastify": "10.0.6" + "react-toastify": "11.0.5" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0", @@ -17365,16 +17365,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/react-transition-group": { diff --git a/package.json b/package.json index fe0972a..df1cb34 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-dom": "18.3.1", "react-kofi": "0.0.2", "react-select": "^5.10.0", - "react-toastify": "10.0.6" + "react-toastify": "11.0.5" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0",