diff --git a/package-lock.json b/package-lock.json index f160f97f..79a7ba8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-syntax-highlighter": "15.5.0", "reactflow": "11.11.4", "remark-gfm": "4.0.0", - "universal-cookie": "7.2.0", + "universal-cookie": "7.2.1", "uuid": "10.0.0", "wouter": "3.3.5", "zustand": "4.5.5" @@ -5717,9 +5717,9 @@ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "engines": { "node": ">= 0.6" } @@ -13001,12 +13001,12 @@ "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, "node_modules/universal-cookie": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.2.0.tgz", - "integrity": "sha512-PvcyflJAYACJKr28HABxkGemML5vafHmiL4ICe3e+BEKXRMt0GaFLZhAwgv637kFFnnfiSJ8e6jknrKkMrU+PQ==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.2.1.tgz", + "integrity": "sha512-GEKneQ0sz8qbobkYM5s9elAx6l7GQDNVl3Siqmc7bt/YccyyXWDPn+fht3J1qMcaLwPrzkty3i+dNfPGP2/9hA==", "dependencies": { "@types/cookie": "^0.6.0", - "cookie": "^0.6.0" + "cookie": "^0.7.2" } }, "node_modules/universalify": { diff --git a/package.json b/package.json index 57ca7624..9fa47d7c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-markdown": "9.0.1", "react-syntax-highlighter": "15.5.0", "remark-gfm": "4.0.0", - "universal-cookie": "7.2.0", + "universal-cookie": "7.2.1", "uuid": "10.0.0", "wouter": "3.3.5", "zustand": "4.5.5"