Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.5.0 (#1584)
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 Aug 21, 2024
1 parent 49e54eb commit 22be283
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@e2e/shared-server": "0.0.107",
"@types/node": "22.4.2",
"@types/node": "22.5.0",
"bun-types": "1.1.25"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.129.0",
"@types/node": "22.4.2"
"@types/node": "22.5.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@changesets/cli": "2.27.7",
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.12",
"@types/node": "22.4.2",
"@types/node": "22.5.0",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "22.4.2",
"@types/node": "22.5.0",
"express": "4.19.2",
"fastify": "4.28.1",
"react": "0.0.0-experimental-e5205658f-20230913",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2785,10 +2785,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@22.4.2", "@types/node@>=13.7.0":
version "22.4.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.4.2.tgz#55fefb1c3dba2ecd7eb76738c6b80da75760523f"
integrity sha512-nAvM3Ey230/XzxtyDcJ+VjvlzpzoHwLsF7JaDRfoI0ytO0mVheerNmM45CtA0yOILXwXXxOrcUWH3wltX+7PSw==
"@types/node@*", "@types/node@22.5.0", "@types/node@>=13.7.0":
version "22.5.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0.tgz#10f01fe9465166b4cab72e75f60d8b99d019f958"
integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==
dependencies:
undici-types "~6.19.2"

Expand Down

0 comments on commit 22be283

Please sign in to comment.