From 055828a8d50f97ebebd19560a79fe62017d0754b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 15:18:52 +0000 Subject: [PATCH] fix: upgrade react-notify-toast from 0.4.1 to 0.5.1 Snyk has created this PR to upgrade react-notify-toast from 0.4.1 to 0.5.1. See this package in npm: https://www.npmjs.com/package/react-notify-toast See this project in Snyk: https://app.snyk.io/org/shubham2811/project/b4c8efba-efbd-4b03-a3ed-9c66a5106916?utm_source=github&utm_medium=referral&page=upgrade-pr --- samples/universal-react-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/universal-react-node/package.json b/samples/universal-react-node/package.json index 65126777f..e633aa661 100644 --- a/samples/universal-react-node/package.json +++ b/samples/universal-react-node/package.json @@ -49,7 +49,7 @@ "isomorphic-fetch": "^2.2.1", "mongojs": "^2.4.0", "normalize.css": "^8.0.1", - "react-notify-toast": "^0.4.1", + "react-notify-toast": "^0.5.1", "react-router-config": "^5.1.1", "react-router-dom": "^5.1.2", "react-vendor-dll": "../react-vendor-dll",