From 804803aaea66f277a25650a36be6fc304b89f233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:37:11 +0000 Subject: [PATCH] chore(deps): bump @fastify/cors from 8.5.0 to 9.0.1 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.5.0 to 9.0.1. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.1) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03f506d8..7fc791f5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/consumet/consumet.ts#readme", "dependencies": { "@consumet/extensions": "github:consumet/consumet.ts", - "@fastify/cors": "^8.2.0", + "@fastify/cors": "^9.0.1", "@types/fastify-cors": "^2.1.0", "@types/node": "^18.11.17", "@types/ws": "^8.5.3",