From 52ba149a5439db4193ebb812eebef518f81dd3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:39:40 +0100 Subject: [PATCH] chore(website): bump react-toastify from 10.0.6 to 11.0.2 in /website (#447) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.6 to 11.0.2. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.0.2) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 15 +++++++-------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 2021bb7b..cb527201 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -20,7 +20,7 @@ "patch-package": "^8.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.2", "uuid": "^11.0.3", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", @@ -10010,16 +10010,15 @@ } }, "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==", - "license": "MIT", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", + "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", "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/website/package.json b/website/package.json index 9fb366d4..0a1489eb 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "patch-package": "^8.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-toastify": "^10.0.6", + "react-toastify": "^11.0.2", "uuid": "^11.0.3", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0",