diff --git a/admin/package-lock.json b/admin/package-lock.json index f99cf4e..e1f7ae5 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.6.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.5.2", "react-redux": "^9.0.4", "react-router-dom": "^6.21.1" }, @@ -2734,9 +2734,10 @@ } }, "node_modules/goober": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.13.tgz", - "integrity": "sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==", + "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" } @@ -4097,11 +4098,13 @@ } }, "node_modules/react-hot-toast": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.4.1.tgz", - "integrity": "sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.5.2.tgz", + "integrity": "sha512-Tun3BbCxzmXXM7C+NI4qiv6lT0uwGh4oAfeJyNOjYUejTsm35mK9iCaYLGv8cBz9L5YxZLx/2ii7zsIwPtPUdw==", + "license": "MIT", "dependencies": { - "goober": "^2.1.10" + "csstype": "^3.1.3", + "goober": "^2.1.16" }, "engines": { "node": ">=10" diff --git a/admin/package.json b/admin/package.json index 9b18974..f55bdbb 100644 --- a/admin/package.json +++ b/admin/package.json @@ -14,7 +14,7 @@ "axios": "^1.6.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.5.2", "react-redux": "^9.0.4", "react-router-dom": "^6.21.1" },