Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.1 (#2338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 authored Dec 9, 2024
1 parent cb3d672 commit 0eaf227
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@rnx-kit/tsconfig": "^2.0.0",
"@types/js-yaml": "^4.0.5",
"@types/mustache": "^4.0.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/prompts": "~2.4.0",
"@types/semver": "^7.3.6",
"@types/uuid": "^10.0.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3650,21 +3650,21 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/954ec72bf29436ea62425a9563914a9c1e93f97b18194acd51d74d13998a701977547ed2985ed3a0e97211b785436d28377116e5f613bfcf3182d9bd81d784dc
undici-types: "npm:~6.20.0"
checksum: 10c0/0fbb6d29fa35d807f0223a4db709c598ac08d66820240a2cd6a8a69b8f0bc921d65b339d850a666b43b4e779f967e6ed6cf6f0fca3575e08241e6b900364c234
languageName: node
linkType: hard

"@types/node@npm:^20.0.0, @types/node@npm:^20.1.0, @types/node@npm:^20.11.30":
version: 20.17.7
resolution: "@types/node@npm:20.17.7"
"@types/node@npm:^20.1.0, @types/node@npm:^20.11.30":
version: 20.17.9
resolution: "@types/node@npm:20.17.9"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/e1fbc69ed34515da8a8a5cf4427e473f9c378f4cfe291f20635dda10a51a9854c687f5ab91eafdcbec2a0d52a1590e53ec6d49e53c1bc0e35ddde4f159246fcd
checksum: 10c0/1c37c3618407d56b76301578edabcb4c6a7ef093d0811c50fc4df8df68fc546797a294cafac0e50789f4e0e485cd1d6871964d8e6222fd420658bdae89c1fb4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11965,7 +11965,7 @@ __metadata:
"@rnx-kit/tsconfig": "npm:^2.0.0"
"@types/js-yaml": "npm:^4.0.5"
"@types/mustache": "npm:^4.0.0"
"@types/node": "npm:^20.0.0"
"@types/node": "npm:^22.0.0"
"@types/prompts": "npm:~2.4.0"
"@types/semver": "npm:^7.3.6"
"@types/uuid": "npm:^10.0.0"
Expand Down Expand Up @@ -14131,13 +14131,20 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"undici@npm:^6.19.5":
version: 6.19.8
resolution: "undici@npm:6.19.8"
Expand Down

0 comments on commit 0eaf227

Please sign in to comment.