From be332b36aa94e03ded79a0139a6b85fe4f90aac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 08:13:15 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 8.2.0 to 9.0.0 (#263) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v8.2.0...v9.0.0) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... 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 ddff478b..23b5451e 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": "8.2.0" + "react-toastify": "9.0.0" }, "devDependencies": { "@babel/core": "^7.17.9",