Skip to content

Commit c3cc7cf

Browse files
fix(deps): update dependency @fastify/basic-auth to v5 (#1107)
[![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/basic-auth](https://togithub.com/fastify/fastify-basic-auth) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fbasic-auth/4.0.0/5.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@fastify%2fbasic-auth/5.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@fastify%2fbasic-auth/5.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@fastify%2fbasic-auth/5.0.0/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@fastify%2fbasic-auth/5.0.0/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify-basic-auth</summary> ### [`v5.0.0`](https://togithub.com/fastify/fastify-basic-auth/releases/tag/v5.0.0) [Compare Source](https://togithub.com/fastify/fastify-basic-auth/compare/v4.0.0...v5.0.0) 📚 PR: - docs(readme): remove snyk badge ([#&#8203;92](https://togithub.com/fastify/fastify-basic-auth/issues/92)) - chore(.gitignore): use updated skeleton template ([#&#8203;93](https://togithub.com/fastify/fastify-basic-auth/issues/93)) - Bump tsd from 0.20.0 to 0.21.0 ([#&#8203;94](https://togithub.com/fastify/fastify-basic-auth/issues/94)) - Bump [@&#8203;types/node](https://togithub.com/types/node) from 17.0.45 to 18.0.0 ([#&#8203;95](https://togithub.com/fastify/fastify-basic-auth/issues/95)) - Bump tsd from 0.21.0 to 0.22.0 ([#&#8203;96](https://togithub.com/fastify/fastify-basic-auth/issues/96)) - disable package lock generation ([#&#8203;98](https://togithub.com/fastify/fastify-basic-auth/issues/98)) - reorder npm scripts, run ci with lint: true ([#&#8203;100](https://togithub.com/fastify/fastify-basic-auth/issues/100)) - replace http-errors with [@&#8203;fastify/error](https://togithub.com/fastify/error) ([#&#8203;99](https://togithub.com/fastify/fastify-basic-auth/issues/99)) - Bump fastify-plugin from 3.0.1 to 4.0.0 ([#&#8203;101](https://togithub.com/fastify/fastify-basic-auth/issues/101)) - chore: remove unused import in typings test ([#&#8203;102](https://togithub.com/fastify/fastify-basic-auth/issues/102)) - ci: enable license checking ([#&#8203;103](https://togithub.com/fastify/fastify-basic-auth/issues/103)) - build(deps-dev): bump tsd from 0.22.0 to 0.23.0 ([#&#8203;104](https://togithub.com/fastify/fastify-basic-auth/issues/104)) - types: add typings for realm function (fix [#&#8203;40](https://togithub.com/fastify/fastify-basic-auth/issues/40)) ([#&#8203;105](https://togithub.com/fastify/fastify-basic-auth/issues/105)) - chore(dev): add pre-commit ([#&#8203;106](https://togithub.com/fastify/fastify-basic-auth/issues/106)) - move types to types-folder, tests into test folder, update typings ([#&#8203;107](https://togithub.com/fastify/fastify-basic-auth/issues/107)) - build(deps-dev): bump [@&#8203;fastify/auth](https://togithub.com/fastify/auth) from 3.0.2 to 4.0.0 ([#&#8203;108](https://togithub.com/fastify/fastify-basic-auth/issues/108)) - build(deps-dev): bump tsd from 0.23.0 to 0.24.1 ([#&#8203;109](https://togithub.com/fastify/fastify-basic-auth/issues/109)) - nodenext compatiblity ([#&#8203;110](https://togithub.com/fastify/fastify-basic-auth/issues/110)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/quirrel-dev/quirrel). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTMxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55188c7 commit c3cc7cf

File tree

2 files changed

+12
-100
lines changed

2 files changed

+12
-100
lines changed

package-lock.json

Lines changed: 11 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@babel/parser": "^7.14.7",
6969
"@babel/traverse": "^7.14.7",
70-
"@fastify/basic-auth": "^4.0.0",
70+
"@fastify/basic-auth": "^5.0.0",
7171
"@fastify/cors": "^8.1.0",
7272
"@fastify/rate-limit": "^7.5.0",
7373
"@fastify/static": "^6.5.0",

0 commit comments

Comments
 (0)