Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.11.3 (#1083)
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 Jan 16, 2024
1 parent 4f08563 commit 2ff00e5
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.81",
"@types/node": "20.11.2",
"@types/node": "20.11.3",
"bun-types": "1.0.22"
},
"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.101.1",
"@types/node": "20.11.2"
"@types/node": "20.11.3"
}
}
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.3",
"@types/jest": "29.5.11",
"@types/node": "20.11.2",
"@types/node": "20.11.3",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.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.2",
"@types/node": "20.11.3",
"express": "4.18.2",
"fastify": "4.25.2",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.34.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2511,10 +2511,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].2", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "20.11.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.2.tgz#39cea3fe02fbbc2f80ed283e94e1d24f2d3856fb"
integrity sha512-cZShBaVa+UO1LjWWBPmWRR4+/eY/JR/UIEcDlVsw3okjWEu+rB7/mH6X3B/L+qJVHDLjk9QW/y2upp9wp1yDXA==
"@types/node@*", "@types/[email protected].3", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "20.11.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.3.tgz#ac29fba7aeadc74046b02e50758156f4850f1296"
integrity sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 2ff00e5

Please sign in to comment.