Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.8.9 (#1150)
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 28, 2023
1 parent d8d5256 commit 567da2a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@codedependant/semantic-release-docker": "^4.1.0",
"@oreorebot2/common": "workspace:*",
"@types/deep-equal": "^1.0.1",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"@types/yargs": "^17.0.22",
"@vitest/coverage-v8": "^0.34.0",
"esbuild": "^0.19.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ __metadata:
"@js-temporal/polyfill": ^0.4.3
"@oreorebot2/common": "workspace:*"
"@types/deep-equal": ^1.0.1
"@types/node": 20.8.7
"@types/node": 20.8.9
"@types/yargs": ^17.0.22
"@vitest/coverage-v8": ^0.34.0
date-fns: ^2.29.3
Expand All @@ -1192,7 +1192,7 @@ __metadata:
resolution: "@oreorebot2/common@workspace:."
dependencies:
"@trivago/prettier-plugin-sort-imports": ^4.1.1
"@types/node": 20.8.7
"@types/node": 20.8.9
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
eslint: 8.51.0
Expand Down Expand Up @@ -1578,12 +1578,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.8.7":
version: 20.8.7
resolution: "@types/node@npm:20.8.7"
"@types/node@npm:20.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
undici-types: ~5.25.1
checksum: 2173c0c03daefcb60c03a61b1371b28c8fe412e7a40dc6646458b809d14a85fbc7aeb369d957d57f0aaaafd99964e77436f29b3b579232d8f2b20c58abbd1d25
undici-types: ~5.26.4
checksum: 0c05f3502a9507ff27e91dd6fd574fa6f391b3fafedcfe8e0c8d33351fb22d02c0121f854e5b6b3ecb9a8a468407ddf6e7ac0029fb236d4c7e1361ffc758a01f
languageName: node
linkType: hard

Expand Down Expand Up @@ -9793,10 +9793,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 567da2a

Please sign in to comment.