Skip to content

Commit

Permalink
chore(deps): update fastify (#1074)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@fastify/basic-auth](https://redirect.github.com/fastify/fastify-basic-auth)
| [`6.0.0` ->
`6.0.1`](https://renovatebot.com/diffs/npm/@fastify%2fbasic-auth/6.0.0/6.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fbasic-auth/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fbasic-auth/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fbasic-auth/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fbasic-auth/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@fastify/cors](https://redirect.github.com/fastify/fastify-cors) |
[`10.0.0` ->
`10.0.1`](https://renovatebot.com/diffs/npm/@fastify%2fcors/10.0.0/10.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/10.0.0/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/10.0.0/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.0.1`](https://redirect.github.com/fastify/fastify-basic-auth/releases/tag/v6.0.1)

[Compare
Source](https://redirect.github.com/fastify/fastify-basic-auth/compare/v6.0.0...v6.0.1)

#### What's Changed

- chore: update fastify to ^5.0.0 by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[https://github.com/fastify/fastify-basic-auth/pull/141](https://redirect.github.com/fastify/fastify-basic-auth/pull/141)

**Full Changelog**:
fastify/fastify-basic-auth@v6.0.0...v6.0.1

</details>

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

###
[`v10.0.1`](https://redirect.github.com/fastify/fastify-cors/compare/v10.0.0...63fb72fdf582106d2881758cb0a1ffbdfdd3574f)

[Compare
Source](https://redirect.github.com/fastify/fastify-cors/compare/v10.0.0...v10.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 9d7cb9c commit 12f7cc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@book000/eslint-config": "1.7.55",
"@book000/node-utils": "1.13.255",
"@fastify/basic-auth": "6.0.0",
"@fastify/cors": "10.0.0",
"@fastify/basic-auth": "6.0.1",
"@fastify/cors": "10.0.1",
"@types/cheerio": "0.22.35",
"@types/node": "20.16.5",
"@types/web-push": "3.6.3",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12f7cc4

Please sign in to comment.