From a1515ed0d294cc9e75c4ab8fa888edd6e294be71 Mon Sep 17 00:00:00 2001 From: "mchesterbot[bot]" <105906096+mchesterbot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:11:11 +0000 Subject: [PATCH] fix(deps): update dependency react-toastify to v11 | datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | npm | react-toastify | 10.0.5 | 11.0.0 | --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 74e7394..67ca39f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -20,7 +20,7 @@ "react-hot-toast": "^2.4.1", "react-icons": "^5.0.0", "react-router-dom": "^6.14.2", - "react-toastify": "^10.0.0", + "react-toastify": "^11.0.0", "sort-by": "^0.0.2" }, "devDependencies": { @@ -3484,16 +3484,16 @@ } }, "node_modules/react-toastify": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", - "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.0.tgz", + "integrity": "sha512-NLTt0hNNlVZPLnY+uzUvmE2H2jRHUpaPi7H3+84+3fMjZSpfngyL/r+2VcaepNItWuN0BCBiZdVluXixXYSFmw==", "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/web/package.json b/web/package.json index abe7f85..72ecc2c 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "react-hot-toast": "^2.4.1", "react-icons": "^5.0.0", "react-router-dom": "^6.14.2", - "react-toastify": "^10.0.0", + "react-toastify": "^11.0.0", "sort-by": "^0.0.2" }, "devDependencies": {