diff --git a/package-lock.json b/package-lock.json index 2f956a7a..1c6c8abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-timezone-select": "3.2.8", - "react-toastify": "10.0.6", + "react-toastify": "11.0.5", "remix-utils": "7.7.0", "remix-validated-form": "5.1.5", "standardized-audio-context": "25.3.77", @@ -13513,16 +13513,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 d4bd8a88..1f54b481 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-timezone-select": "3.2.8", - "react-toastify": "10.0.6", + "react-toastify": "11.0.5", "remix-utils": "7.7.0", "remix-validated-form": "5.1.5", "standardized-audio-context": "25.3.77",