From 2000e5a59af48b50ec80ef17c890242e1d173cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:10:54 +0000 Subject: [PATCH] :arrow_up: chore(deps): bump @fastify/session from 10.7.0 to 10.7.2 Bumps [@fastify/session](https://github.com/fastify/session) from 10.7.0 to 10.7.2. - [Release notes](https://github.com/fastify/session/releases) - [Commits](https://github.com/fastify/session/compare/v10.7.0...v10.7.2) --- updated-dependencies: - dependency-name: "@fastify/session" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee3c6bb4..87a69215 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@fastify/helmet": "^11.1.1", "@fastify/rate-limit": "^9.1.0", "@fastify/redis": "^6.1.1", - "@fastify/session": "^10.7.0", + "@fastify/session": "^10.7.2", "@fastify/under-pressure": "^8.3.0", "@immobiliarelabs/fastify-sentry": "^8.0.1", "@prisma/client": "^5.12.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d33c4e2d..1b6285eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ dependencies: specifier: ^6.1.1 version: 6.1.1 '@fastify/session': - specifier: ^10.7.0 - version: 10.7.0 + specifier: ^10.7.2 + version: 10.7.2 '@fastify/under-pressure': specifier: ^8.3.0 version: 8.3.0 @@ -1509,8 +1509,8 @@ packages: mime: 3.0.0 dev: false - /@fastify/session@10.7.0: - resolution: {integrity: sha512-ECA75gnyaxcyIukgyO2NGT3XdbLReNl/pTKrrkRfDc6pVqNtdptwwfx9KXrIMOfsO4B3m84eF3wZ9GgnebiZ4w==} + /@fastify/session@10.7.2: + resolution: {integrity: sha512-PezR26nY8FMmAs4cww5rpnVyRkPDv2WQcVBLEKrtLTQy8mjL+twUKv9TLo/SXZYHZOIETzmquWoLYlnY3dSb+w==} dependencies: fastify-plugin: 4.5.1 safe-stable-stringify: 2.4.3