From 57c1b6c4f473851bfa10bdd4f585d5d5d49dc8b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Sat, 9 Sep 2023 03:17:57 +0000 Subject: [PATCH] fix(deps): update dependency react-toastify to v9 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7dee7291..c6d9c414 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "react-draft-wysiwyg": "^1.15.0", "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", - "react-toastify": "^7.0.4", + "react-toastify": "^9.0.0", "sass": "^1.35.2", "typescript": "^4.1.2", "web-vitals": "^1.0.1" diff --git a/yarn.lock b/yarn.lock index 5b614b34..4336c04b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4659,7 +4659,7 @@ eslint-plugin-jsx-a11y@^6.5.1: minimatch "^3.1.2" semver "^6.3.0" -eslint-plugin-prettier@5.0.0: +eslint-plugin-prettier@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w== @@ -8432,10 +8432,10 @@ react-scripts@^5.0.1: optionalDependencies: fsevents "^2.3.2" -react-toastify@^7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-7.0.4.tgz#7d0b743f2b96f65754264ca6eae31911a82378db" - integrity sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ== +react-toastify@^9.0.0: + version "9.1.3" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff" + integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg== dependencies: clsx "^1.1.1" -- GitLab