From 017154094f7bb764489c04b38dd0657ab865e24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 04:08:35 +0000 Subject: [PATCH] build(deps): bump react-hot-toast from 2.2.0 to 2.4.0 Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/timolins/react-hot-toast/releases) - [Commits](https://github.com/timolins/react-hot-toast/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: react-hot-toast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba714f..0178a6d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "graphql-tag": "~2.12.6", "react": "~17.0.2", "react-dom": "~17.0.2", - "react-hot-toast": "~2.2.0", + "react-hot-toast": "~2.4.0", "react-router-dom": "~5.3.0", "react-scripts": "5.0.0", "subscriptions-transport-ws": "~0.11.0",