Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.13 (#304)
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 19, 2024
1 parent abdb6e3 commit 04295b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/node": "20.16.12",
"@types/node": "20.16.13",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@willbooster/eslint-config-ts": "10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "20.16.12",
"@types/node": "20.16.13",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.16.12",
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"concurrently": "9.0.1",
"typescript": "5.6.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4877,12 +4877,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.16.12":
version: 20.16.12
resolution: "@types/node@npm:20.16.12"
"@types/node@npm:20.16.13":
version: 20.16.13
resolution: "@types/node@npm:20.16.13"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/f6a3c90c6745881d47f8dae7eb39d0dd6df9a4060c8f1ab7004690f60b9b183d862c9c6b380b9e8d5a17dd670ac7b19d6318f24c170897c85a9729f9804f47cf
checksum: 10c0/7f4fd7176db0802c62e11ebbf7a66d0248e2dc8ec9153d9fc8bcb164d9aed581d91c407046c823c522e60d0babfdc24a1618dba7f2c6920ef1a24e1d416c9550
languageName: node
linkType: hard

Expand Down Expand Up @@ -5683,7 +5683,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.10"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:20.16.12"
"@types/node": "npm:20.16.13"
"@typescript-eslint/eslint-plugin": "npm:8.10.0"
"@typescript-eslint/parser": "npm:8.10.0"
"@willbooster/eslint-config-ts": "npm:10.6.0"
Expand Down Expand Up @@ -5792,7 +5792,7 @@ __metadata:
"@types/eslint": "npm:8.56.10"
"@types/kill-port": "npm:2.0.3"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:20.16.12"
"@types/node": "npm:20.16.13"
"@types/yargs": "npm:17.0.33"
"@typescript-eslint/eslint-plugin": "npm:8.10.0"
"@typescript-eslint/parser": "npm:8.10.0"
Expand Down

0 comments on commit 04295b9

Please sign in to comment.