Skip to content

Commit

Permalink
Update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 0213708 commit a9d6f59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@artiefuzzz/ts": "1.3.2",
"@types/node": "16.11.65",
"@types/node": "20.11.30",
"xv": "1.1.1"
},
"repository": {
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __metadata:
dependencies:
"@artiefuzzz/ts": 1.3.2
"@artiefuzzz/utils": ^1.2.1
"@types/node": 16.11.65
"@types/node": 20.11.30
undici: ^5.0.0
xv: 1.1.1
languageName: unknown
Expand All @@ -33,10 +33,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.11.65":
version: 16.11.65
resolution: "@types/node@npm:16.11.65"
checksum: 81d84cb1e7aa305574cd35acf1a5e47f4a7f52783ba096f4bc511314540dee33a27cbd4fddc8bddd4535f1c87a96a76907157bcde093a25c89e8851d6dd63022
"@types/node@npm:20.11.30":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
undici-types: ~5.26.4
checksum: 7597767aa3e44b0f1bf62efa522dd17741135f283c11de6a20ead8bb7016fb4999cc30adcd8f2bb29ebb216906c92894346ccd187de170927dc1e212d2c07c81
languageName: node
linkType: hard

Expand All @@ -47,6 +49,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"undici@npm:^5.0.0":
version: 5.0.0
resolution: "undici@npm:5.0.0"
Expand Down

0 comments on commit a9d6f59

Please sign in to comment.