Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v22.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 2bec567 commit a13a287
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.145.0",
"@types/node": "22.10.5"
"@types/node": "22.10.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@jest/globals": "29.7.0",
"@theguild/prettier-config": "3.0.0",
"@types/deno": "2.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@hapi/hapi": "^21.3.12",
"@types/express": "5.0.0",
"@types/koa": "^2.15.0",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"express": "4.21.2",
"fastify": "5.2.1",
"koa": "^2.15.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4472,10 +4472,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@22.10.5", "@types/node@>=13.7.0":
version "22.10.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
"@types/node@*", "@types/node@22.10.6", "@types/node@>=13.7.0":
version "22.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239"
integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==
dependencies:
undici-types "~6.20.0"

Expand Down

0 comments on commit a13a287

Please sign in to comment.