From 64196536ac6c26ed57ed1d01bd6447cbf678faff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Aug 2024 23:36:24 +0000 Subject: [PATCH] fix: upgrade @fastify/cookie from 9.2.0 to 9.4.0 Snyk has created this PR to upgrade @fastify/cookie from 9.2.0 to 9.4.0. See this package in npm: @fastify/cookie See this project in Snyk: https://app.snyk.io/org/wesleyr10/project/b37f963b-ac68-417a-a179-435bc994fa46?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12b46fd..f480289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@fastify/cookie": "9.2.0", + "@fastify/cookie": "^9.4.0", "@fastify/jwt": "7.2.4", "@prisma/client": "5.7.0", "bcryptjs": "2.4.3", @@ -561,9 +561,10 @@ } }, "node_modules/@fastify/cookie": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-9.2.0.tgz", - "integrity": "sha512-fkg1yjjQRHPFAxSHeLC8CqYuNzvR6Lwlj/KjrzQcGjNBK+K82nW+UfCjfN71g1GkoVoc1GTOgIWkFJpcMfMkHQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@fastify/cookie/-/cookie-9.4.0.tgz", + "integrity": "sha512-Th+pt3kEkh4MQD/Q2q1bMuJIB5NX/D5SwSpOKu3G/tjoGbwfpurIMJsWSPS0SJJ4eyjtmQ8OipDQspf8RbUOlg==", + "license": "MIT", "dependencies": { "cookie-signature": "^1.1.0", "fastify-plugin": "^4.0.0" diff --git a/package.json b/package.json index a979b91..63d16c7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "vitest": "1.0.4" }, "dependencies": { - "@fastify/cookie": "9.2.0", + "@fastify/cookie": "9.4.0", "@fastify/jwt": "7.2.4", "@prisma/client": "5.7.0", "bcryptjs": "2.4.3",