Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.11.22 (#1163)
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 Feb 28, 2024
1 parent 09fa232 commit c151ec2
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.84",
"@types/node": "20.11.21",
"@types/node": "20.11.22",
"bun-types": "1.0.29"
},
"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.107.0",
"@types/node": "20.11.21"
"@types/node": "20.11.22"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@changesets/cli": "2.27.1",
"@theguild/prettier-config": "2.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.11.21",
"@types/node": "20.11.22",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.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": "20.11.21",
"@types/node": "20.11.22",
"express": "4.18.2",
"fastify": "4.26.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 @@ -2546,10 +2546,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].21", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@~20.11.3":
version "20.11.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.21.tgz#ad67e65652f7be15686e2df87a38076a81c5e9c5"
integrity sha512-/ySDLGscFPNasfqStUuWWPfL78jompfIoVzLJPVVAHBh6rpG68+pI2Gk+fNLeI8/f1yPYL4s46EleVIc20F1Ow==
"@types/node@*", "@types/[email protected].22", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@~20.11.3":
version "20.11.22"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.22.tgz#9a192c3d7e7e71fa3a4b15032654f64643815cd6"
integrity sha512-/G+IxWxma6V3E+pqK1tSl2Fo1kl41pK1yeCyDsgkF9WlVAme4j5ISYM2zR11bgLFJGLN5sVK40T4RJNuiZbEjA==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit c151ec2

Please sign in to comment.