diff --git a/package-lock.json b/package-lock.json index bb333e2e..334a5cb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "license-checker": "25.0.1", "lodash": "^4.17.21", "moment": "^2.29.4", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.6.0", "react-markdown": "^9.0.3", "react-modal": "^3.16.3", "react-redux": "7.2.8", @@ -7399,7 +7399,9 @@ } }, "node_modules/goober": { - "version": "2.1.14", + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.18.tgz", + "integrity": "sha512-2vFqsaDVIT9Gz7N6kAL++pLpp41l3PfDuusHcjnGLfR6+huZkl6ziX+zgVC3ZxpqWhzH6pyDdGrCeDhMIvwaxw==", "license": "MIT", "peerDependencies": { "csstype": "^3.0.10" @@ -11358,10 +11360,13 @@ } }, "node_modules/react-hot-toast": { - "version": "2.4.1", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.6.0.tgz", + "integrity": "sha512-bH+2EBMZ4sdyou/DPrfgIouFpcRLCJ+HoCA32UoAYHn6T3Ur5yfcDCeSr5mwldl6pFOsiocmrXMuoCJ1vV8bWg==", "license": "MIT", "dependencies": { - "goober": "^2.1.10" + "csstype": "^3.1.3", + "goober": "^2.1.16" }, "engines": { "node": ">=10" diff --git a/package.json b/package.json index fba51d14..e9907cc6 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "license-checker": "25.0.1", "lodash": "^4.17.21", "moment": "^2.29.4", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.6.0", "react-markdown": "^9.0.3", "react-modal": "^3.16.3", "react-redux": "7.2.8",