From 99ae40e8f69d8f13594d5aa7d41b2a335f3c6af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:52:01 +0000 Subject: [PATCH] build(deps): bump react-toastify from 9.1.3 to 10.0.5 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v10.0.5) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++--------------- package.json | 2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7587699c..4a013422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-dom": "18.2.0", "react-hook-form": "^7.49.3", "react-resizable-panels": "^1.0.9", - "react-toastify": "^9.1.3", + "react-toastify": "^10.0.5", "sonner": "^1.3.1", "swr": "^2.2.4", "tailwind-merge": "^2.2.0", @@ -7556,23 +7556,15 @@ } }, "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": "10.0.5", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", + "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", "dependencies": { - "clsx": "^1.1.1" + "clsx": "^2.1.0" }, "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==", - "engines": { - "node": ">=6" + "react": ">=18", + "react-dom": ">=18" } }, "node_modules/read-cache": { diff --git a/package.json b/package.json index 5080121f..4d1ca57d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-dom": "18.2.0", "react-hook-form": "^7.49.3", "react-resizable-panels": "^1.0.9", - "react-toastify": "^9.1.3", + "react-toastify": "^10.0.5", "sonner": "^1.3.1", "swr": "^2.2.4", "tailwind-merge": "^2.2.0",