diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffee41c..b807d8a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -48,7 +48,7 @@ "react-router-dom": "^6.3.0", "react-table": "^7.8.0", "react-table-6": "^6.11.0", - "react-toastify": "^9.0.7", + "react-toastify": "^9.1.1", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.7", "redux": "^4.2.0", @@ -16604,9 +16604,9 @@ } }, "node_modules/react-toastify": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.7.tgz", - "integrity": "sha512-UG5P/2F/fYdbK+v3XRWHM6xfMkWeLM+k2swKvwU8oO9DXx31GkeoH7Z6slBTkavZ0VjoQ+n/YD6xOBqEwN7HRg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "dependencies": { "clsx": "^1.1.1" }, @@ -32341,9 +32341,9 @@ } }, "react-toastify": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.7.tgz", - "integrity": "sha512-UG5P/2F/fYdbK+v3XRWHM6xfMkWeLM+k2swKvwU8oO9DXx31GkeoH7Z6slBTkavZ0VjoQ+n/YD6xOBqEwN7HRg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.1.tgz", + "integrity": "sha512-pkFCla1z3ve045qvjEmn2xOJOy4ZciwRXm1oMPULVkELi5aJdHCN/FHnuqXq8IwGDLB7PPk2/J6uP9D8ejuiRw==", "requires": { "clsx": "^1.1.1" } diff --git a/frontend/package.json b/frontend/package.json index 9ee695d..d81a568 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react-router-dom": "^6.3.0", "react-table": "^7.8.0", "react-table-6": "^6.11.0", - "react-toastify": "^9.0.7", + "react-toastify": "^9.1.1", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.7", "redux": "^4.2.0",