From 3af37a0bf1304c909536034346ab1a6df5b4f724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:18:09 +0000 Subject: [PATCH] build(deps): Upgrade @fastify/cors to v9 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ea1864c5..006df9a9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "author": "David Dembeck", "license": "GPL-3.0", "dependencies": { - "@fastify/cors": "8.5.0", + "@fastify/cors": "9.0.1", "@fastify/helmet": "^11.0.0", "@fastify/rate-limit": "9.1.0", "@fastify/redis": "6.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef44cd49..39e01ba4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@fastify/cors': - specifier: 8.5.0 - version: 8.5.0 + specifier: 9.0.1 + version: 9.0.1 '@fastify/helmet': specifier: ^11.0.0 version: 11.1.1 @@ -501,8 +501,8 @@ packages: fast-uri: 2.4.0 dev: false - /@fastify/cors@8.5.0: - resolution: {integrity: sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==} + /@fastify/cors@9.0.1: + resolution: {integrity: sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==} dependencies: fastify-plugin: 4.5.1 mnemonist: 0.39.6