diff --git a/package-lock.json b/package-lock.json index b7594865f5b07f1a7f6548a7f57d715c2804df80..57b0b57bd1506ce686aaf28f639570c478b8c065 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 c1352f5d14f981b0879ea7ffc5623bfe3e3e5572..97e08842e05a4d78ef348c32e8014d18afcbd3e2 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" } }