update react-toastify

This commit is contained in:
Aarni Halinen
2022-04-10 23:37:50 +03:00
parent a653e01b6e
commit 79e6f4ae27
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -26,7 +26,7 @@
"react-is": "^17.0.2", "react-is": "^17.0.2",
"react-markdown": "^8.0.2", "react-markdown": "^8.0.2",
"react-mde": "^11.5.0", "react-mde": "^11.5.0",
"react-toastify": "^7.0.4", "react-toastify": "^8.2.0",
"rehype-raw": "^6.1.1", "rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1", "rehype-sanitize": "^5.0.1",
"sharp": "^0.30.1", "sharp": "^0.30.1",
@@ -11236,9 +11236,9 @@
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
}, },
"node_modules/react-toastify": { "node_modules/react-toastify": {
"version": "7.0.4", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==",
"dependencies": { "dependencies": {
"clsx": "^1.1.1" "clsx": "^1.1.1"
}, },
@@ -22949,9 +22949,9 @@
} }
}, },
"react-toastify": { "react-toastify": {
"version": "7.0.4", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==",
"requires": { "requires": {
"clsx": "^1.1.1" "clsx": "^1.1.1"
} }
+1 -1
View File
@@ -80,7 +80,7 @@
"react-is": "^17.0.2", "react-is": "^17.0.2",
"react-markdown": "^8.0.2", "react-markdown": "^8.0.2",
"react-mde": "^11.5.0", "react-mde": "^11.5.0",
"react-toastify": "^7.0.4", "react-toastify": "^8.2.0",
"rehype-raw": "^6.1.1", "rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1", "rehype-sanitize": "^5.0.1",
"sharp": "^0.30.1", "sharp": "^0.30.1",