Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent e3619c2 commit 9a397d4
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 @@ -33,7 +33,7 @@
"@sapphire/eslint-config": "~5.0.0",
"@sapphire/ts-config": "^4.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@types/node": "^20.8.9",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2058,10 +2058,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.16.16":
version: 18.16.16
resolution: "@types/node@npm:18.16.16"
checksum: 0efad726dd1e0bef71c392c708fc5d78c5b39c46b0ac5186fee74de4ccb1b2e847b3fa468da67d62812f56569da721b15bf31bdc795e6c69b56c73a45079ed2d
"@types/node@npm:^20.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
undici-types: ~5.26.4
checksum: 0c05f3502a9507ff27e91dd6fd574fa6f391b3fafedcfe8e0c8d33351fb22d02c0121f854e5b6b3ecb9a8a468407ddf6e7ac0029fb236d4c7e1361ffc758a01f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3085,7 +3087,7 @@ __metadata:
"@sapphire/eslint-config": ~5.0.0
"@sapphire/ts-config": ^4.0.0
"@types/jest": ^29.5.2
"@types/node": ^18.16.16
"@types/node": ^20.8.9
"@types/rimraf": ^3.0.2
"@typescript-eslint/eslint-plugin": ^6.3.0
"@typescript-eslint/parser": ^6.3.0
Expand Down Expand Up @@ -10318,6 +10320,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

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down

0 comments on commit 9a397d4

Please sign in to comment.