Skip to content

Commit

Permalink
Bump @types/node from 22.10.1 to 22.10.2 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 0d4d82b commit b89a361
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 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 packages/cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@podverse/podcast-feed-parser": "^1.1.1",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"itty-router": "^5.0.18",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "module",
"devDependencies": {
"@podverse/podcast-feed-parser": "^1.1.1",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/xml-escape": "^1.1.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"devDependencies": {
"@podverse/podcast-feed-parser": "^1.1.1",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/xml-escape": "^1.1.3",
"@whatwg-node/server": "^0.9.61",
"tsx": "^4.19.2",
Expand Down

0 comments on commit b89a361

Please sign in to comment.