Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.5 (#695)
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 Jan 3, 2025
1 parent 295fc99 commit bdd2058
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@blitzjs/next": "2.1.1",
"@types/eslint": "8.56.11",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@willbooster/prettier-config": "^9.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1217,12 +1217,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
"@types/node@npm:22.10.5":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
checksum: 10c0/6a0e7d1fe6a86ef6ee19c3c6af4c15542e61aea2f4cee655b6252efb356795f1f228bc8299921e82924e80ff8eca29b74d9dd0dd5cc1a90983f892f740b480df
languageName: node
linkType: hard

Expand Down Expand Up @@ -1545,7 +1545,7 @@ __metadata:
"@blitzjs/next": "npm:2.1.1"
"@types/eslint": "npm:8.56.11"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.10.2"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.18"
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
Expand Down Expand Up @@ -1665,7 +1665,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.11"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.10.2"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.18"
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
Expand Down Expand Up @@ -1709,7 +1709,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.11"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.10.2"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.18"
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
Expand Down Expand Up @@ -1771,7 +1771,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.11"
"@types/micromatch": "npm:4.0.9"
"@types/node": "npm:22.10.2"
"@types/node": "npm:22.10.5"
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
"@willbooster/prettier-config": "npm:^9.0.1"
Expand Down

0 comments on commit bdd2058

Please sign in to comment.