From 72edffdfffcdd354884daefe13af12c55ecbf3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:09:25 +0000 Subject: [PATCH] Bump react-toastify from 11.0.0 to 11.0.1 in /components/frontend Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/frontend/package-lock.json | 9 ++++----- components/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index ce96944f29..5527f4aad5 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -26,7 +26,7 @@ "react-hash-link": "1.0.2", "react-is": "^18.3.1", "react-timeago": "^7.2.0", - "react-toastify": "^11.0.0", + "react-toastify": "^11.0.1", "semantic-ui-react": "^2.1.5", "victory": "^37.3.4" }, @@ -14479,10 +14479,9 @@ } }, "node_modules/react-toastify": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.0.tgz", - "integrity": "sha512-NLTt0hNNlVZPLnY+uzUvmE2H2jRHUpaPi7H3+84+3fMjZSpfngyL/r+2VcaepNItWuN0BCBiZdVluXixXYSFmw==", - "license": "MIT", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.1.tgz", + "integrity": "sha512-ZALj1xpjOVlPPDKvdksGLemF9mM6FRltsykvv+JQpW9mildnBiy6nGz0685vo4+W8WitParsUfGk9qACArkZPA==", "dependencies": { "clsx": "^2.1.1" }, diff --git a/components/frontend/package.json b/components/frontend/package.json index 31cafd1ea8..6a7d25f462 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -22,7 +22,7 @@ "react-hash-link": "1.0.2", "react-is": "^18.3.1", "react-timeago": "^7.2.0", - "react-toastify": "^11.0.0", + "react-toastify": "^11.0.1", "semantic-ui-react": "^2.1.5", "victory": "^37.3.4" },