Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency @fastify/busboy to v2.1.0 (#1182)
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/busboy](https://github.com/fastify/busboy) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/@fastify%2fbusboy/2.0.0/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fbusboy/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fbusboy/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fbusboy/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fbusboy/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.1.0`](https://github.com/fastify/busboy/releases/tag/v2.1.0)

[Compare Source](https://github.com/fastify/busboy/compare/2.0.0...v2.1.0)

##### What's Changed

-   chore: replace mocha and chai with tap by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/fastify/busboy/pull/123](https://github.com/fastify/busboy/pull/123)
-   build(deps): bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/fastify/busboy/pull/128](https://github.com/fastify/busboy/pull/128)
-   Perf parse params decode text by [@&#8203;Uzlopak](https://github.com/Uzlopak) in [https://github.com/fastify/busboy/pull/109](https://github.com/fastify/busboy/pull/109)
-   chore: add missing `use strict` directives by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/busboy/pull/132](https://github.com/fastify/busboy/pull/132)
-   chore(bench): optimize split param by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/busboy/pull/133](https://github.com/fastify/busboy/pull/133)
-   chore(package): explicitly declare js module type by [@&#8203;Fdawgs](https://github.com/Fdawgs) in [https://github.com/fastify/busboy/pull/134](https://github.com/fastify/busboy/pull/134)
-   build(deps): bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/fastify/busboy/pull/135](https://github.com/fastify/busboy/pull/135)

**Full Changelog**: https://github.com/fastify/busboy/compare/2.0.0...v2.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/googleapis/cloud-debug-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Dec 21, 2023
1 parent 03bbe96 commit d2533f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@google-cloud/common": "^5.0.0",
"@fastify/busboy": "2.0.0",
"@fastify/busboy": "2.1.0",
"acorn": "^8.0.0",
"coffeescript": "^2.0.0",
"console-log-level": "^1.4.0",
Expand All @@ -60,7 +60,7 @@
},
"overrides": {
"firebase-admin": {
"@fastify/busboy": "2.0.0"
"@fastify/busboy": "2.1.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit d2533f2

Please sign in to comment.