From b47949d7914e235886fd1552e2a3a05b8c249bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:25:54 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 9.1.1 to 9.1.2 (#362) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.1...v9.1.2) --- 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 4d598059..eaa7dd03 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-icons": "^4.8.0", "react-modal": "3.16.1", "react-sortable-hoc": "2.0.0", - "react-toastify": "9.1.1" + "react-toastify": "9.1.2" }, "devDependencies": { "@commitlint/cli": "^17.4.4",