From ee9c2dcb5ba84c4fe00de61f39ec9fc53fa08ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:26:25 +0000 Subject: [PATCH] [npm]: Bump @fastify/cors from 8.5.0 to 9.0.0 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-type: direct:production update-type: version-update:semver-major ... 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 1884f10..0e01e52 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "vitest-tsconfig-paths": "3.4.1" }, "dependencies": { - "@fastify/cors": "8.5.0", + "@fastify/cors": "9.0.0", "dotenv": "16.4.1", "fastify": "^4.25.2", "zod": "3.22.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f20c473..75b160a 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.0 + version: 9.0.0 dotenv: specifier: 16.4.1 version: 16.4.1 @@ -737,8 +737,8 @@ packages: fast-uri: 2.3.0 dev: false - /@fastify/cors@8.5.0: - resolution: {integrity: sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==} + /@fastify/cors@9.0.0: + resolution: {integrity: sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg==} dependencies: fastify-plugin: 4.5.1 mnemonist: 0.39.6