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

chore(deps-dev): bump @types/node from 20.4.5 to 22.5.1 #519

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 @@ -62,7 +62,7 @@
"@types/ffmpeg-static": "^3.0.0",
"@types/ffprobe-static": "^2.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.3.0",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-env": "^7.0.3",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3534,7 +3534,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.3.0":
"@types/node@npm:*":
version: 20.4.5
resolution: "@types/node@npm:20.4.5"
checksum: aa31081f82a2d377f00cfd7ced73925753db1f542fca19e6b0442585a7322b8eacd957fdccaaff65d9976454d213af0980c12390c59a975cf8a368e3f872717a
Expand All @@ -3555,6 +3555,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.5.1":
version: 22.5.1
resolution: "@types/node@npm:22.5.1"
dependencies:
undici-types: "npm:~6.19.2"
checksum: adcec0e8a9ec9112a8cc9529b7d633356c2377fe69ca6e6de4ee39cacb8c86a18a9b7ba658e2456f8ad90d5b76767b268f517b0336c6db787cb056dcdfed107a
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0, @types/normalize-package-data@npm:^2.4.1":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -6026,7 +6035,7 @@ __metadata:
"@types/ffmpeg-static": "npm:^3.0.0"
"@types/ffprobe-static": "npm:^2.0.0"
"@types/jest": "npm:^29.0.0"
"@types/node": "npm:^20.3.0"
"@types/node": "npm:^22.5.1"
"@typescript-eslint/eslint-plugin": "npm:^6.0.0"
"@typescript-eslint/parser": "npm:^7.1.0"
cross-env: "npm:^7.0.3"
Expand Down Expand Up @@ -11628,6 +11637,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down
Loading