From 6467ea1427db9ae40916fce67ebd19dd6c2e71e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:23:12 -0700 Subject: [PATCH] chore(deps): bump react-toastify from 10.0.5 to 10.0.6 (#2329) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.5 to 10.0.6. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.5...v10.0.6) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0ff997ff2..0e73fb707f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-multi-carousel": "^2.8.5", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", - "react-toastify": "^10.0.5", + "react-toastify": "^10.0.6", "react-tooltip": "^5.27.1", "redux": "^5.0.1", "sanitize-html": "^2.13.0", @@ -15357,9 +15357,9 @@ } }, "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": "10.0.6", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz", + "integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==", "dependencies": { "clsx": "^2.1.0" }, @@ -29501,9 +29501,9 @@ } }, "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": "10.0.6", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz", + "integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==", "requires": { "clsx": "^2.1.0" } diff --git a/package.json b/package.json index 32085a495b..08bef9e176 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-multi-carousel": "^2.8.5", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", - "react-toastify": "^10.0.5", + "react-toastify": "^10.0.6", "react-tooltip": "^5.27.1", "redux": "^5.0.1", "sanitize-html": "^2.13.0",