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

Commit d2533f2

Browse files
authored
chore(deps): update dependency @fastify/busboy to v2.1.0 (#1182)
[![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://togithub.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://togithub.com/fastify/busboy/releases/tag/v2.1.0) [Compare Source](https://togithub.com/fastify/busboy/compare/2.0.0...v2.1.0) ##### What's Changed - chore: replace mocha and chai with tap by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [https://togithub.com/fastify/busboy/pull/123](https://togithub.com/fastify/busboy/pull/123) - build(deps): bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://togithub.com/fastify/busboy/pull/128](https://togithub.com/fastify/busboy/pull/128) - Perf parse params decode text by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [https://togithub.com/fastify/busboy/pull/109](https://togithub.com/fastify/busboy/pull/109) - chore: add missing `use strict` directives by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://togithub.com/fastify/busboy/pull/132](https://togithub.com/fastify/busboy/pull/132) - chore(bench): optimize split param by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://togithub.com/fastify/busboy/pull/133](https://togithub.com/fastify/busboy/pull/133) - chore(package): explicitly declare js module type by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://togithub.com/fastify/busboy/pull/134](https://togithub.com/fastify/busboy/pull/134) - build(deps): bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://togithub.com/fastify/busboy/pull/135](https://togithub.com/fastify/busboy/pull/135) **Full Changelog**: https://togithub.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==-->
1 parent 03bbe96 commit d2533f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@google-cloud/common": "^5.0.0",
48-
"@fastify/busboy": "2.0.0",
48+
"@fastify/busboy": "2.1.0",
4949
"acorn": "^8.0.0",
5050
"coffeescript": "^2.0.0",
5151
"console-log-level": "^1.4.0",
@@ -60,7 +60,7 @@
6060
},
6161
"overrides": {
6262
"firebase-admin": {
63-
"@fastify/busboy": "2.0.0"
63+
"@fastify/busboy": "2.1.0"
6464
}
6565
},
6666
"devDependencies": {

0 commit comments

Comments
 (0)