diff --git a/package.json b/package.json index 878aa73..95cbe9a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@fastify/compress": "^6.5.0", - "@fastify/cookie": "^9.1.0", + "@fastify/cookie": "^10.0.1", "@fastify/multipart": "^8.0.0", "@fastify/oauth2": "^7.8.0", "@reduxjs/toolkit": "^1.9.7", diff --git a/yarn.lock b/yarn.lock index 6acd556..093a2d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -692,7 +692,15 @@ pump "^3.0.0" pumpify "^2.0.1" -"@fastify/cookie@^9.0.4", "@fastify/cookie@^9.1.0": +"@fastify/cookie@^10.0.1": + version "10.0.1" + resolved "https://registry.yarnpkg.com/@fastify/cookie/-/cookie-10.0.1.tgz#ca08dd8a7161cdb2b4b83908e9e922195a9693e0" + integrity sha512-NV/wbCUv4ETJ5KM1KMu0fLx0nSCm9idIxwg66NZnNbfPQH3rdbx6k0qRs5uy0y+MhBgvDudYRA30KlK659chyw== + dependencies: + cookie-signature "^1.2.1" + fastify-plugin "^5.0.0" + +"@fastify/cookie@^9.0.4": version "9.1.0" resolved "https://registry.yarnpkg.com/@fastify/cookie/-/cookie-9.1.0.tgz#b9ca95fcb934a21915ab6f228a63dd73013738df" integrity sha512-w/LlQjj7cmYlQNhEKNm4jQoLkFXCL73kFu1Jy3aL7IFbYEojEKur0f7ieCKUxBBaU65tpaWC83UM8xW7AzY6uw== @@ -2615,6 +2623,11 @@ convert-source-map@^2.0.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== +cookie-signature@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.2.1.tgz#790dea2cce64638c7ae04d9fabed193bd7ccf3b4" + integrity sha512-78KWk9T26NhzXtuL26cIJ8/qNHANyJ/ZYrmEXFzUmhZdjpBv+DlWlOANRTGBt48YcyslsLrj0bMLFTmXvLRCOw== + cookie@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" @@ -3551,6 +3564,11 @@ fastify-plugin@^4.0.0, fastify-plugin@^4.5.0, fastify-plugin@^4.5.1: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== +fastify-plugin@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f" + integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ== + fastify@^4.27.0: version "4.27.0" resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.27.0.tgz#e4a9b2a0a7b9efaeaf1140d47fdd4f91b5fcacb1"