From 17aaa6675f185c2baad7d7343044868a55ff0963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:33:25 +0000 Subject: [PATCH] [npm]: Bump @fastify/cors from 8.3.0 to 8.4.1 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.3.0 to 8.4.1. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v8.3.0...v8.4.1) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-type: direct:production update-type: version-update:semver-minor ... 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 12e0643..2404132 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "vitest-tsconfig-paths": "3.4.1" }, "dependencies": { - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.1", "dotenv": "16.3.1", "fastify": "^4.21.0", "zod": "3.22.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f39757..62a10d2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@fastify/cors': - specifier: 8.3.0 - version: 8.3.0 + specifier: 8.4.1 + version: 8.4.1 dotenv: specifier: 16.3.1 version: 16.3.1 @@ -332,8 +332,8 @@ packages: fast-uri: 2.3.0 dev: false - /@fastify/cors@8.3.0: - resolution: {integrity: sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g==} + /@fastify/cors@8.4.1: + resolution: {integrity: sha512-iYQJtrY3pFiDS5mo5zRaudzg2OcUdJ96PD6xfkKOOEilly5nnrFZx/W6Sce2T79xxlEn2qpU3t5+qS2phS369w==} dependencies: fastify-plugin: 4.5.1 mnemonist: 0.39.5