From c29cb9e96694e32a190988c38952e40bea7bcb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:25:00 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 10.0.5 to 11.1.0 in /apps/web Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.5 to 11.1.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.5...v11.1.0) --- updated-dependencies: - dependency-name: react-toastify dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package-lock.json | 31 +++++++------------------------ apps/web/package.json | 2 +- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index 4568fff..1f90d4e 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -22,7 +22,7 @@ "react-icons": "^5.3.0", "react-router-dom": "^6.26.1", "react-select": "^5.8.0", - "react-toastify": "^10.0.5" + "react-toastify": "^11.1.0" }, "devDependencies": { "@types/react": "^18.0.0", @@ -3918,16 +3918,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.1.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.1.0.tgz", + "integrity": "sha512-e9h23x3phN0wbFeB6yovmWp7lobzV4CaCH0LO8nVP6H7Y+3GbcLpIzMm9dJhcp1RXbpyfvjgpfXqO80QAmn7sg==", "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": { @@ -4277,23 +4277,6 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true - }, - "node_modules/yaml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", - "dev": true, - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } } } } diff --git a/apps/web/package.json b/apps/web/package.json index e0dd57b..f711169 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,7 +22,7 @@ "react-icons": "^5.3.0", "react-router-dom": "^6.26.1", "react-select": "^5.8.0", - "react-toastify": "^10.0.5" + "react-toastify": "^11.1.0" }, "devDependencies": { "@types/react": "^18.0.0",