From 7570dc6c520f6b5427aa5992f0d7f2cce43a66af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 08:12:48 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.0.3 to 9.0.4 (#273) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.0.3...v9.0.4) --- 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32b8cdde..96b2c7c1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-icons": "^4.3.1", "react-modal": "3.15.1", "react-sortable-hoc": "2.0.0", - "react-toastify": "9.0.3" + "react-toastify": "9.0.4" }, "devDependencies": { "@babel/core": "^7.17.9",