Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @types/node from 20.9.1 to 20.9.2 #176

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.24",
"@types/md5": "^2.3.5",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"@types/node-fetch": "^2.6.9",
"@types/node-schedule": "^2.1.3",
"@types/promise-queue": "^2.2.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.9.1":
version: 20.9.1
resolution: "@types/node@npm:20.9.1"
"@types/node@npm:^20.9.2":
version: 20.9.2
resolution: "@types/node@npm:20.9.2"
dependencies:
undici-types: ~5.26.4
checksum: bb893c6790733dac32818c1ca170fa466622dec39a0ade4639463e1358cb811771e242accbd065e7a1bfe59adc989c0ee59be65e462d3a0ab49043426f0b7637
checksum: 5bbb8fb2248fc5c5c4071d9809fb9af85997677c07124d65665202b53283a3b7bdff26fb844e9ee407e3847dfce6399c2b01e3329ea44a4b720647b1b987c678
languageName: node
linkType: hard

Expand Down Expand Up @@ -624,7 +624,7 @@ __metadata:
dependencies:
"@types/fluent-ffmpeg": ^2.1.24
"@types/md5": ^2.3.5
"@types/node": ^20.9.1
"@types/node": ^20.9.2
"@types/node-fetch": ^2.6.9
"@types/node-schedule": ^2.1.3
"@types/promise-queue": ^2.2.3
Expand Down
Loading