diff --git a/package-lock.json b/package-lock.json index fafcf0ab..248b6467 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", @@ -7379,7 +7379,9 @@ } }, "node_modules/goober": { - "version": "2.1.14", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.16.tgz", + "integrity": "sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==", "license": "MIT", "peerDependencies": { "csstype": "^3.0.10" @@ -11322,10 +11324,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 52ee61aa..2d23f182 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,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",