Skip to content

Commit

Permalink
Bump @types/node from 22.9.0 to 22.10.1 (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 86db330 commit 0d00530
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@bufbuild/license-header": "^0.0.4",
"@types/node": "^22.8.7",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protoplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@bufbuild/protoplugin": "^2.2.2",
"typescript": "^5.6.3",
"tsx": "^4.19.2",
"@types/node": "^22.8.7"
"@types/node": "^22.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "4.9.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.0.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.1.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.2.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.3.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.4.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@bufbuild/protobuf-test": "*",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"typescript": "5.5.x"
}
}

0 comments on commit 0d00530

Please sign in to comment.