From 780c1e940724bda94dfbc85dc67c5b128c5e3d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:05:08 +0000 Subject: [PATCH] build(deps): 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0395ca..71a5a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@drblaster/pipe": "^1.0.1", - "@fastify/cors": "^8.5.0", + "@fastify/cors": "^9.0.0", "fastify": "^4.25.2", "runes": "^0.4.3", "ts-node": "^10.9.2" @@ -843,9 +843,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@fastify/cors": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.5.0.tgz", - "integrity": "sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.0.tgz", + "integrity": "sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg==", "dependencies": { "fastify-plugin": "^4.0.0", "mnemonist": "0.39.6" @@ -6263,9 +6263,9 @@ } }, "@fastify/cors": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.5.0.tgz", - "integrity": "sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.0.tgz", + "integrity": "sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg==", "requires": { "fastify-plugin": "^4.0.0", "mnemonist": "0.39.6" diff --git a/package.json b/package.json index f84b420..a0731c8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/dottorblaster/stocazzo", "dependencies": { "@drblaster/pipe": "^1.0.1", - "@fastify/cors": "^8.5.0", + "@fastify/cors": "^9.0.0", "fastify": "^4.25.2", "runes": "^0.4.3", "ts-node": "^10.9.2"