Skip to content

Commit

Permalink
chore(deps): update dependency @fastify/cors to v9.0.1 (#538)
Browse files Browse the repository at this point in the history
[![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://github.com/fastify/fastify-cors) | [`9.0.0`
->
`9.0.1`](https://renovatebot.com/diffs/npm/@fastify%2fcors/9.0.0/9.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/9.0.0/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/9.0.0/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-cors (@&#8203;fastify/cors)</summary>

###
[`v9.0.1`](https://github.com/fastify/fastify-cors/releases/tag/v9.0.1)

[Compare
Source](https://github.com/fastify/fastify-cors/compare/v9.0.0...v9.0.1)

#### What's Changed

- vary origin on delegated options by
[@&#8203;laat](https://github.com/laat) in
[https://github.com/fastify/fastify-cors/pull/292](https://github.com/fastify/fastify-cors/pull/292)

#### New Contributors

- [@&#8203;laat](https://github.com/laat) made their first
contribution in
[https://github.com/fastify/fastify-cors/pull/292](https://github.com/fastify/fastify-cors/pull/292)

**Full Changelog**:
fastify/fastify-cors@v9.0.0...v9.0.1

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 2db7a0b commit 1d73480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@book000/node-utils": "1.12.44",
"@fastify/basic-auth": "5.1.1",
"@fastify/cors": "9.0.0",
"@fastify/cors": "9.0.1",
"@types/cheerio": "0.22.35",
"@types/node": "20.11.13",
"@types/web-push": "3.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"@fastify/error" "^3.0.0"
fastify-plugin "^4.0.0"

"@fastify/[email protected].0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-9.0.0.tgz#6dd5ac1257dd51a66810b8600e07f845f3fa0da8"
integrity sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg==
"@fastify/[email protected].1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-9.0.1.tgz#9ddb61b4a61e02749c5c54ca29f1c646794145be"
integrity sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==
dependencies:
fastify-plugin "^4.0.0"
mnemonist "0.39.6"
Expand Down

0 comments on commit 1d73480

Please sign in to comment.