Skip to content

Commit 599533e

Browse files
committed
deps(v3): bump dependencies
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent a6efd03 commit 599533e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Node CI
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- v3
77
push:
88
branches:
9-
- explore-new-api
9+
- v3-new-api
1010

1111
jobs:
1212
test:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node: [12.20.0, 14.13.1, 16.0.0]
16+
node: [12.20.0, 14.13.1, 16.0.0, 16, 17, 18, 19, 20, 21, 22, 23, 24]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"middleware"
2222
],
2323
"dependencies": {
24-
"@fastify/busboy": "^1.0.0",
24+
"@fastify/busboy": "^2.1.1",
2525
"append-field": "^2.0.0",
2626
"bytes": "^3.1.0",
2727
"fs-temp": "^2.0.1",
2828
"has-own-property": "^2.0.0",
29-
"on-finished": "^2.3.0",
29+
"on-finished": "^2.4.1",
3030
"stream-file-type": "^0.6.1",
31-
"type-is": "^1.6.18"
31+
"type-is": "^2.0.1"
3232
},
3333
"devDependencies": {
3434
"c8": "^7.7.3",

0 commit comments

Comments
 (0)