Skip to content

Commit

Permalink
chore(deps): update dependency @fastify/basic-auth to v5.1.1 (#420)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v5.1.1`](https://github.com/fastify/fastify-basic-auth/releases/tag/v5.1.1)

[Compare
Source](https://github.com/fastify/fastify-basic-auth/compare/v5.1.0...v5.1.1)

📚 PR:

- fix(index): do not set header if `authenticate` is false
([#&#8203;126](https://github.com/fastify/fastify-basic-auth/issues/126))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 69422d3 commit 741774c
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 @@ -26,7 +26,7 @@
},
"devDependencies": {
"@book000/node-utils": "1.11.6",
"@fastify/basic-auth": "5.1.0",
"@fastify/basic-auth": "5.1.1",
"@fastify/cors": "8.4.1",
"@types/cheerio": "0.22.35",
"@types/node": "20.10.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
ajv-formats "^2.1.1"
fast-uri "^2.0.0"

"@fastify/[email protected].0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@fastify/basic-auth/-/basic-auth-5.1.0.tgz#356ebe0caf35107abbad70ba748d35283a25343f"
integrity sha512-oZYuI9EJQMdor1fZybb/sqV5zxbux2pSV7LK6Tj+Y/ZM1fuwK9jFYxNSur4tbTiJ+oFjDtbVvKaNBiSzqLaqdw==
"@fastify/[email protected].1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@fastify/basic-auth/-/basic-auth-5.1.1.tgz#ff93d787bbbbd93b126550b797e1c416628c0a49"
integrity sha512-L4b7EK5LKZnV6fdH1+rQbjhkKGXjCfiKJ0JkdGHZQPBMHMiXDZF8xbZsCakWGf9c7jDXJicP3FPcIXUPBkuSeQ==
dependencies:
"@fastify/error" "^3.0.0"
fastify-plugin "^4.0.0"
Expand Down

0 comments on commit 741774c

Please sign in to comment.