From f6979bc11e6f1a4e1c2aca8d6bb5c9f621ecbe23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:18:04 +0000 Subject: [PATCH] chore(deps): update dependency @fastify/cors to v9 (#524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fastify/cors](https://togithub.com/fastify/fastify-cors) | [`8.5.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fcors/8.5.0/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/8.5.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/8.5.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fastify/fastify-cors (@​fastify/cors) ### [`v9.0.0`](https://togithub.com/fastify/fastify-cors/releases/tag/v9.0.0) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0) #### What's Changed - chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/286](https://togithub.com/fastify/fastify-cors/pull/286) - Add Vary header only for non-static origin option by [@​saschanaz](https://togithub.com/saschanaz) in [https://github.com/fastify/fastify-cors/pull/288](https://togithub.com/fastify/fastify-cors/pull/288) #### New Contributors - [@​saschanaz](https://togithub.com/saschanaz) made their first contribution in [https://github.com/fastify/fastify-cors/pull/288](https://togithub.com/fastify/fastify-cors/pull/288) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tomacheese/telcheck). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84992e33..93476077 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@book000/node-utils": "1.12.38", "@fastify/basic-auth": "5.1.1", - "@fastify/cors": "8.5.0", + "@fastify/cors": "9.0.0", "@types/cheerio": "0.22.35", "@types/node": "20.11.7", "@types/web-push": "3.6.3", diff --git a/yarn.lock b/yarn.lock index a299668a..09d769f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -113,10 +113,10 @@ "@fastify/error" "^3.0.0" fastify-plugin "^4.0.0" -"@fastify/cors@8.5.0": - version "8.5.0" - resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.5.0.tgz#4e9be0d72bfaa63e0918fd43dedd046d9fb1c0d4" - integrity sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ== +"@fastify/cors@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-9.0.0.tgz#6dd5ac1257dd51a66810b8600e07f845f3fa0da8" + integrity sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg== dependencies: fastify-plugin "^4.0.0" mnemonist "0.39.6"