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

Commit 5b8d3b1

Browse files
authored
chore: pin @fastify/busboy to a version that supports node 12 (#1130)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/cloud-debug-nodejs/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #1129 🦕
1 parent af597e3 commit 5b8d3b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@google-cloud/common": "^4.0.0",
48+
"@fastify/busboy": "1.1.0",
4849
"acorn": "^8.0.0",
4950
"coffeescript": "^2.0.0",
5051
"console-log-level": "^1.4.0",
@@ -57,6 +58,11 @@
5758
"source-map": "^0.8.0-beta.0",
5859
"split": "^1.0.0"
5960
},
61+
"overrides": {
62+
"firebase-admin": {
63+
"@fastify/busboy": "1.1.0"
64+
}
65+
},
6066
"devDependencies": {
6167
"@compodoc/compodoc": "1.1.19",
6268
"@types/acorn": "^4.0.2",

0 commit comments

Comments
 (0)