From cc37e7e65b23982901e0e8eccb5da429106964f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:27:33 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.3 to 11.0.5 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 11.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v11.0.5) --- updated-dependencies: - dependency-name: react-toastify dependency-version: 11.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++---------------- package.json | 2 +- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6268efb2..85830bd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-dropzone": "^14.3.5", "react-select": "^5.10.1", "react-sticky-box": "2.0.5", - "react-toastify": "^9.1.3", + "react-toastify": "^11.0.5", "what-input": "^5.2.12", "yup": "^1.4.0" }, @@ -24010,25 +24010,16 @@ } }, "node_modules/react-toastify": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", - "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", + "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": "^1.1.1" + "clsx": "^2.1.1" }, "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" - } - }, - "node_modules/react-toastify/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "license": "MIT", - "engines": { - "node": ">=6" + "react": "^18 || ^19", + "react-dom": "^18 || ^19" } }, "node_modules/react-transition-group": { diff --git a/package.json b/package.json index 33819bf5..47771783 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-dropzone": "^14.3.5", "react-select": "^5.10.1", "react-sticky-box": "2.0.5", - "react-toastify": "^9.1.3", + "react-toastify": "^11.0.5", "what-input": "^5.2.12", "yup": "^1.4.0" },