From aa5cef585d7eca5f78bbc2e0b3c16c9ef822c43e Mon Sep 17 00:00:00 2001 From: dependabot Date: Thu, 16 Jan 2025 03:32:14 +0000 Subject: [PATCH] Bump react-toastify from 11.0.2 to 11.0.3 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v11.0.2...v11.0.3) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b759486..57b0b57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next-themes": "^0.4.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-toastify": "^11.0.2" + "react-toastify": "^11.0.3" }, "devDependencies": { "@sentry/cli": "^2.40.0", @@ -13846,9 +13846,9 @@ } }, "node_modules/react-toastify": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", - "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.3.tgz", + "integrity": "sha512-cbPtHJPfc0sGqVwozBwaTrTu1ogB9+BLLjd4dDXd863qYLj7DGrQ2sg5RAChjFUB4yc3w8iXOtWcJqPK/6xqRQ==", "dependencies": { "clsx": "^2.1.1" }, diff --git a/package.json b/package.json index c1352f5..97e0884 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "next-themes": "^0.4.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-toastify": "^11.0.2" + "react-toastify": "^11.0.3" } } -- GitLab