Skip to content

Commit

Permalink
Update npm package @types/node to v22.10.0 (#5737)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Nov 26, 2024
1 parent 7d56ea5 commit 69a8e46
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/lodash.pickby": "4.6.9",
"@types/md5": "2.3.5",
"@types/mime-types": "2.1.4",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/papaparse": "5.3.15",
"@types/sanitize-html": "2.13.0",
"@vitest/coverage-istanbul": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/set-interval-async": "1.0.3",
"eslint": "8.57.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-search-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"eslint": "8.57.0"
}
}
2 changes: 1 addition & 1 deletion apps/hashdotdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/gtag.js": "0.0.20",
"@types/html-to-text": "9.0.4",
"@types/md5": "2.3.5",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/prismjs": "1.26.5",
"@types/react": "18.2.68",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/lodash.isequal": "4.5.8",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/react": "18.2.68",
"eslint": "8.57.0",
"rimraf": "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/react": "18.2.68",
"@vitest/coverage-istanbul": "2.1.5",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"@local/tsconfig": "0.0.0-private",
"@types/eslint": "8.56.12",
"@types/node": "22.9.4"
"@types/node": "22.10.0"
}
}
2 changes: 1 addition & 1 deletion libs/@local/graph/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@local/tsconfig": "0.0.0-private",
"@redocly/cli": "1.25.14",
"@rust/hash-graph-api": "0.0.0-private",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"eslint": "8.57.0",
"fix-esm-import-path": "1.10.1",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/harpc/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@vitest/coverage-istanbul": "2.1.5",
"rimraf": "6.0.1",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/dotenv-flow": "3.3.3",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/wait-on": "5.3.4",
"@vitest/coverage-istanbul": "2.1.5",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@local/tsconfig": "0.0.0-private",
"@temporalio/workflow": "1.11.5",
"@types/lodash-es": "4.17.12",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/pluralize": "0.0.33",
"@vitest/coverage-istanbul": "2.1.5",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/internal-api-client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@local/eslint-config": "0.0.0-private",
"@openapitools/openapi-generator-cli": "2.15.3",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"eslint": "8.57.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/status/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/lodash-es": "4.17.12",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@types/yargs": "17.0.33",
"eslint": "8.57.0",
"quicktype": "16.0.43",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11329,12 +11329,12 @@
dependencies:
undici-types "~6.19.2"

"@types/node@22.9.4":
version "22.9.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2"
integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==
"@types/node@22.10.0":
version "22.10.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81"
integrity sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==
dependencies:
undici-types "~6.19.8"
undici-types "~6.20.0"

"@types/node@^10.1.0":
version "10.17.60"
Expand Down Expand Up @@ -31118,11 +31118,16 @@ undici-types@~5.26.4:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici-types@~6.19.2, undici-types@~6.19.8:
undici-types@~6.19.2:
version "6.19.8"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

undici-types@~6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==

undici@^6.19.7:
version "6.21.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.0.tgz#4b3d3afaef984e07b48e7620c34ed8a285ed4cd4"
Expand Down

0 comments on commit 69a8e46

Please sign in to comment.