diff --git a/package-lock.json b/package-lock.json index ab879c53..b1d258bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "lru-cache": "^11.0.1", "postcss-resolve-url": "^0.0.1", "react": "^19.0.0", - "react-cookie": "^7.2.0", + "react-cookie": "^7.2.2", "react-dom": "^18.3.1", "react-hook-form": "^7.53.2", "react-icons": "^5.4.0", @@ -14841,9 +14841,10 @@ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "node_modules/react-cookie": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.2.0.tgz", - "integrity": "sha512-mqhPERUyfOljq5yJ4woDFI33bjEtigsl8JDJdPPeNhr0eSVZmBc/2Vdf8mFxOUktQxhxTR1T+uF0/FRTZyBEgw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.2.2.tgz", + "integrity": "sha512-e+hi6axHcw9VODoeVu8WyMWyoosa1pzpyjfvrLdF7CexfU+WSGZdDuRfHa4RJgTpfv3ZjdIpHE14HpYBieHFhg==", + "license": "MIT", "dependencies": { "@types/hoist-non-react-statics": "^3.3.5", "hoist-non-react-statics": "^3.3.2", diff --git a/package.json b/package.json index 8f4ae005..7cbdad74 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lru-cache": "^11.0.1", "postcss-resolve-url": "^0.0.1", "react": "^19.0.0", - "react-cookie": "^7.2.0", + "react-cookie": "^7.2.2", "react-dom": "^18.3.1", "react-hook-form": "^7.53.2", "react-icons": "^5.4.0",