Skip to content

Commit

Permalink
Update dependency @types/node to ^20.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 4116a01 commit 107ad53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.9",
"log4js": "^6.9.1"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,12 +1205,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
"@types/node@npm:^20.12.9":
version: 20.12.9
resolution: "@types/node@npm:20.12.9"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
checksum: 9f11e68ca4bbbb910140c13557300586c6cc356dc43ebb858249330f0d2f32877e009ca9d2620820f09b0e3d7eba0efbc7575bfd9a1b53ddaf55f2826cd2e17f
languageName: node
linkType: hard

Expand Down Expand Up @@ -2699,7 +2699,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example@workspace:example/typescript"
dependencies:
"@types/node": ^20.12.7
"@types/node": ^20.12.9
log4js: ^6.9.1
megalodon: "*"
typescript: 5.4.5
Expand Down

0 comments on commit 107ad53

Please sign in to comment.