From 79e6f4ae270b8d5349daf27b1f5c15f732e22f4a Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 10 Apr 2022 23:37:50 +0300 Subject: [PATCH] update react-toastify --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 675c71e..66e8b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-is": "^17.0.2", "react-markdown": "^8.0.2", "react-mde": "^11.5.0", - "react-toastify": "^7.0.4", + "react-toastify": "^8.2.0", "rehype-raw": "^6.1.1", "rehype-sanitize": "^5.0.1", "sharp": "^0.30.1", @@ -11236,9 +11236,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-toastify": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", - "integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "dependencies": { "clsx": "^1.1.1" }, @@ -22949,9 +22949,9 @@ } }, "react-toastify": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", - "integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "requires": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json index cdfe1ad..eec9c01 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "react-is": "^17.0.2", "react-markdown": "^8.0.2", "react-mde": "^11.5.0", - "react-toastify": "^7.0.4", + "react-toastify": "^8.2.0", "rehype-raw": "^6.1.1", "rehype-sanitize": "^5.0.1", "sharp": "^0.30.1",