From d1bc14a100ac3e375bb7d8de1add905271b0a428 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:15:55 +0000 Subject: [PATCH] Update npm package `typescript` to v5.7.2 --- apps/hash-ai-worker-ts/package.json | 2 +- apps/hash-api/package.json | 2 +- apps/hash-frontend/package.json | 2 +- apps/hash-integration-worker/package.json | 2 +- apps/hash-realtime/package.json | 2 +- apps/hash-search-loader/package.json | 2 +- apps/hashdotdev/package.json | 2 +- apps/plugin-browser/package.json | 2 +- blocks/address/package.json | 2 +- blocks/ai-chat/package.json | 2 +- blocks/ai-image/package.json | 2 +- blocks/ai-text/package.json | 2 +- blocks/callout/package.json | 2 +- blocks/chart/package.json | 2 +- blocks/code/package.json | 2 +- blocks/countdown/package.json | 2 +- blocks/divider/package.json | 2 +- blocks/embed/package.json | 2 +- blocks/faq/package.json | 2 +- blocks/heading/package.json | 2 +- blocks/how-to/package.json | 2 +- blocks/image/package.json | 2 +- blocks/kanban-board/package.json | 2 +- blocks/minesweeper/package.json | 2 +- blocks/paragraph/package.json | 2 +- blocks/person/package.json | 2 +- blocks/shuffle/package.json | 2 +- blocks/table/package.json | 2 +- blocks/timer/package.json | 2 +- blocks/video/package.json | 2 +- libs/@blockprotocol/graph/package.json | 2 +- libs/@blockprotocol/type-system/typescript/package.json | 2 +- libs/@hashintel/block-design-system/package.json | 2 +- libs/@hashintel/design-system/package.json | 2 +- libs/@hashintel/query-editor/package.json | 2 +- libs/@hashintel/type-editor/package.json | 2 +- libs/@local/advanced-types/package.json | 2 +- libs/@local/eslint-config/package.json | 2 +- libs/@local/graph/client/typescript/package.json | 2 +- libs/@local/graph/sdk/typescript/package.json | 2 +- libs/@local/graph/type-defs/package.json | 2 +- libs/@local/graph/types/typescript/package.json | 2 +- libs/@local/harpc/client/typescript/package.json | 2 +- libs/@local/hash-backend-utils/package.json | 2 +- libs/@local/hash-isomorphic-utils/package.json | 2 +- libs/@local/hash-subgraph/package.json | 2 +- libs/@local/internal-api-client/typescript/package.json | 2 +- libs/@local/repo-chores/node/package.json | 2 +- libs/@local/status/typescript/package.json | 2 +- tests/hash-backend-integration/package.json | 2 +- tests/hash-backend-load/package.json | 2 +- tests/hash-playwright/package.json | 2 +- yarn.lock | 8 ++++---- 53 files changed, 56 insertions(+), 56 deletions(-) diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json index 89f10ede540..390621aa68f 100644 --- a/apps/hash-ai-worker-ts/package.json +++ b/apps/hash-ai-worker-ts/package.json @@ -91,7 +91,7 @@ "sanitize-html": "2.13.1", "tsconfig-paths-webpack-plugin": "4.2.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/apps/hash-api/package.json b/apps/hash-api/package.json index d986cb106e1..04ae8cfe194 100644 --- a/apps/hash-api/package.json +++ b/apps/hash-api/package.json @@ -100,7 +100,7 @@ "openai": "4.68.4", "ts-json-schema-generator": "1.5.1", "tsx": "4.19.2", - "typescript": "5.6.3", + "typescript": "5.7.2", "ws": "8.18.0" }, "devDependencies": { diff --git a/apps/hash-frontend/package.json b/apps/hash-frontend/package.json index c0766880caf..ad64e4d5384 100644 --- a/apps/hash-frontend/package.json +++ b/apps/hash-frontend/package.json @@ -153,7 +153,7 @@ "graphology-types": "0.24.8", "rimraf": "6.0.1", "sass": "1.81.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "webpack": "5.96.1" }, "engines": { diff --git a/apps/hash-integration-worker/package.json b/apps/hash-integration-worker/package.json index f34448e96c1..b268fe1b747 100644 --- a/apps/hash-integration-worker/package.json +++ b/apps/hash-integration-worker/package.json @@ -37,7 +37,7 @@ "axios": "1.7.8", "dotenv-flow": "3.3.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/apps/hash-realtime/package.json b/apps/hash-realtime/package.json index 90d0f84e9f2..6acd70b9343 100644 --- a/apps/hash-realtime/package.json +++ b/apps/hash-realtime/package.json @@ -19,7 +19,7 @@ "set-interval-async": "2.0.3", "slonik": "24.2.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/apps/hash-search-loader/package.json b/apps/hash-search-loader/package.json index 73ab390a201..e5bbb54287f 100644 --- a/apps/hash-search-loader/package.json +++ b/apps/hash-search-loader/package.json @@ -19,7 +19,7 @@ "@local/hash-isomorphic-utils": "0.0.0-private", "hot-shots": "8.5.2", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/apps/hashdotdev/package.json b/apps/hashdotdev/package.json index 8de258a7a15..d27fd87a7d3 100644 --- a/apps/hashdotdev/package.json +++ b/apps/hashdotdev/package.json @@ -59,7 +59,7 @@ "remark-parse": "10.0.2", "sharp": "0.33.5", "slugify": "1.6.6", - "typescript": "5.6.3", + "typescript": "5.7.2", "unified": "10.1.2", "unist-util-visit": "4.1.2" }, diff --git a/apps/plugin-browser/package.json b/apps/plugin-browser/package.json index 7b08ff26b35..b2b10184751 100755 --- a/apps/plugin-browser/package.json +++ b/apps/plugin-browser/package.json @@ -88,7 +88,7 @@ "ts-loader": "9.5.1", "tsconfig-paths-webpack-plugin": "4.2.0", "type-fest": "3.13.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "webpack": "5.96.1", "webpack-cli": "4.10.0", "webpack-dev-server": "4.15.2", diff --git a/blocks/address/package.json b/blocks/address/package.json index b7f6068baeb..a77fb0455f0 100644 --- a/blocks/address/package.json +++ b/blocks/address/package.json @@ -53,7 +53,7 @@ "prettier": "3.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-chat/package.json b/blocks/ai-chat/package.json index ff7590f0c72..fd26dec925b 100644 --- a/blocks/ai-chat/package.json +++ b/blocks/ai-chat/package.json @@ -48,7 +48,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-image/package.json b/blocks/ai-image/package.json index f465521d887..e75a7ddfcaa 100644 --- a/blocks/ai-image/package.json +++ b/blocks/ai-image/package.json @@ -49,7 +49,7 @@ "prettier": "3.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-text/package.json b/blocks/ai-text/package.json index e07e349485b..f0b2ce92c05 100644 --- a/blocks/ai-text/package.json +++ b/blocks/ai-text/package.json @@ -42,7 +42,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/callout/package.json b/blocks/callout/package.json index d9930f7fae6..639e509ac9c 100644 --- a/blocks/callout/package.json +++ b/blocks/callout/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/chart/package.json b/blocks/chart/package.json index 258a129bbe5..0a920afee9c 100644 --- a/blocks/chart/package.json +++ b/blocks/chart/package.json @@ -49,7 +49,7 @@ "prettier": "3.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/code/package.json b/blocks/code/package.json index 139f2ff9cff..47a8238992f 100644 --- a/blocks/code/package.json +++ b/blocks/code/package.json @@ -40,7 +40,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/countdown/package.json b/blocks/countdown/package.json index dcc74b7caf8..4d9e932dd2c 100644 --- a/blocks/countdown/package.json +++ b/blocks/countdown/package.json @@ -41,7 +41,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/divider/package.json b/blocks/divider/package.json index 0e322900a47..e3d0c72178d 100644 --- a/blocks/divider/package.json +++ b/blocks/divider/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/embed/package.json b/blocks/embed/package.json index ad049d4e0f4..da3c5bf9257 100644 --- a/blocks/embed/package.json +++ b/blocks/embed/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.0.10", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "lodash": "4.17.21", diff --git a/blocks/faq/package.json b/blocks/faq/package.json index e3a8b10aec0..bc210190455 100644 --- a/blocks/faq/package.json +++ b/blocks/faq/package.json @@ -46,7 +46,7 @@ "prettier": "3.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/heading/package.json b/blocks/heading/package.json index a38d1215b14..d9a96f7c87e 100644 --- a/blocks/heading/package.json +++ b/blocks/heading/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/how-to/package.json b/blocks/how-to/package.json index a87d81a53ea..72c0c81c24b 100644 --- a/blocks/how-to/package.json +++ b/blocks/how-to/package.json @@ -47,7 +47,7 @@ "prettier": "3.3.3", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/image/package.json b/blocks/image/package.json index c4813299298..b731950d8ae 100644 --- a/blocks/image/package.json +++ b/blocks/image/package.json @@ -40,7 +40,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/kanban-board/package.json b/blocks/kanban-board/package.json index a637cc67993..d7ff4b7a1df 100644 --- a/blocks/kanban-board/package.json +++ b/blocks/kanban-board/package.json @@ -55,7 +55,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/minesweeper/package.json b/blocks/minesweeper/package.json index 44039781e10..ae978bcae17 100644 --- a/blocks/minesweeper/package.json +++ b/blocks/minesweeper/package.json @@ -33,7 +33,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "block-scripts": { "port": 63212 diff --git a/blocks/paragraph/package.json b/blocks/paragraph/package.json index d9017a9d486..dcadcf9c929 100644 --- a/blocks/paragraph/package.json +++ b/blocks/paragraph/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/person/package.json b/blocks/person/package.json index ad59c17a0f7..619a2770bf6 100644 --- a/blocks/person/package.json +++ b/blocks/person/package.json @@ -38,7 +38,7 @@ "mock-block-dock": "0.0.38", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/shuffle/package.json b/blocks/shuffle/package.json index 005ece03582..12cf7eb20c6 100644 --- a/blocks/shuffle/package.json +++ b/blocks/shuffle/package.json @@ -48,7 +48,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/table/package.json b/blocks/table/package.json index 994a926d197..e2345a2b423 100644 --- a/blocks/table/package.json +++ b/blocks/table/package.json @@ -57,7 +57,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/timer/package.json b/blocks/timer/package.json index 72e76695d5d..fc337a8a337 100644 --- a/blocks/timer/package.json +++ b/blocks/timer/package.json @@ -40,7 +40,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/video/package.json b/blocks/video/package.json index ad69e2e078d..742c2a1f848 100644 --- a/blocks/video/package.json +++ b/blocks/video/package.json @@ -39,7 +39,7 @@ "mock-block-dock": "0.1.9", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/libs/@blockprotocol/graph/package.json b/libs/@blockprotocol/graph/package.json index 1fafc767b0f..a8f66117ed0 100644 --- a/libs/@blockprotocol/graph/package.json +++ b/libs/@blockprotocol/graph/package.json @@ -72,7 +72,7 @@ "json-schema-to-typescript": "11.0.5", "lit": "2.8.0", "lodash.isequal": "4.5.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/libs/@blockprotocol/type-system/typescript/package.json b/libs/@blockprotocol/type-system/typescript/package.json index 0caffc4326b..ea4980830eb 100644 --- a/libs/@blockprotocol/type-system/typescript/package.json +++ b/libs/@blockprotocol/type-system/typescript/package.json @@ -66,7 +66,7 @@ "react": "18.2.0", "rollup": "4.27.4", "tslib": "2.8.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite-plugin-wasm-pack": "0.1.12", "vitest": "2.1.6" } diff --git a/libs/@hashintel/block-design-system/package.json b/libs/@hashintel/block-design-system/package.json index 76becffed0d..58c6966ded6 100644 --- a/libs/@hashintel/block-design-system/package.json +++ b/libs/@hashintel/block-design-system/package.json @@ -50,7 +50,7 @@ "eslint-plugin-storybook": "0.8.0", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@emotion/react": "11.13.5", diff --git a/libs/@hashintel/design-system/package.json b/libs/@hashintel/design-system/package.json index 5a768fdf3d3..2524f86903f 100644 --- a/libs/@hashintel/design-system/package.json +++ b/libs/@hashintel/design-system/package.json @@ -65,7 +65,7 @@ "eslint-plugin-storybook": "0.8.0", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@emotion/cache": "11.13.5", diff --git a/libs/@hashintel/query-editor/package.json b/libs/@hashintel/query-editor/package.json index 100870a804d..578ca89a6d4 100644 --- a/libs/@hashintel/query-editor/package.json +++ b/libs/@hashintel/query-editor/package.json @@ -34,7 +34,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.53.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@mui/material": "^5.14.0", diff --git a/libs/@hashintel/type-editor/package.json b/libs/@hashintel/type-editor/package.json index a646ebedc31..bbc9254c482 100644 --- a/libs/@hashintel/type-editor/package.json +++ b/libs/@hashintel/type-editor/package.json @@ -42,7 +42,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.53.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@mui/material": "^5.14.0", diff --git a/libs/@local/advanced-types/package.json b/libs/@local/advanced-types/package.json index 972e2f5d6aa..39f79fe7c64 100644 --- a/libs/@local/advanced-types/package.json +++ b/libs/@local/advanced-types/package.json @@ -28,6 +28,6 @@ "eslint": "8.57.0", "react": "18.2.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/eslint-config/package.json b/libs/@local/eslint-config/package.json index 3bb0dc08712..053d2747384 100644 --- a/libs/@local/eslint-config/package.json +++ b/libs/@local/eslint-config/package.json @@ -24,7 +24,7 @@ "eslint-plugin-simple-import-sort": "12.0.0", "eslint-plugin-typescript-sort-keys": "3.2.0", "eslint-plugin-unicorn": "51.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/tsconfig": "0.0.0-private", diff --git a/libs/@local/graph/client/typescript/package.json b/libs/@local/graph/client/typescript/package.json index a9eb6f892af..aedd6161c66 100644 --- a/libs/@local/graph/client/typescript/package.json +++ b/libs/@local/graph/client/typescript/package.json @@ -24,6 +24,6 @@ "eslint": "8.57.0", "fix-esm-import-path": "1.10.1", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/graph/sdk/typescript/package.json b/libs/@local/graph/sdk/typescript/package.json index 4c416e4e9fc..19dff20fcb0 100644 --- a/libs/@local/graph/sdk/typescript/package.json +++ b/libs/@local/graph/sdk/typescript/package.json @@ -34,7 +34,7 @@ "@vitest/coverage-istanbul": "2.1.6", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/libs/@local/graph/type-defs/package.json b/libs/@local/graph/type-defs/package.json index 6d6730f098b..cf3bad4fa3b 100644 --- a/libs/@local/graph/type-defs/package.json +++ b/libs/@local/graph/type-defs/package.json @@ -17,6 +17,6 @@ "@local/eslint-config": "0.0.0-private", "quicktype": "16.0.43", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/graph/types/typescript/package.json b/libs/@local/graph/types/typescript/package.json index d889ef2e4f0..7e5792fc195 100644 --- a/libs/@local/graph/types/typescript/package.json +++ b/libs/@local/graph/types/typescript/package.json @@ -32,6 +32,6 @@ "@local/tsconfig": "0.0.0-private", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/harpc/client/typescript/package.json b/libs/@local/harpc/client/typescript/package.json index 9d5d59ccdf7..cb55b5dc6f4 100644 --- a/libs/@local/harpc/client/typescript/package.json +++ b/libs/@local/harpc/client/typescript/package.json @@ -31,7 +31,7 @@ "@types/node": "22.10.0", "@vitest/coverage-istanbul": "2.1.6", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/libs/@local/hash-backend-utils/package.json b/libs/@local/hash-backend-utils/package.json index a57dff6a916..343fd856992 100644 --- a/libs/@local/hash-backend-utils/package.json +++ b/libs/@local/hash-backend-utils/package.json @@ -64,7 +64,7 @@ "@vitest/coverage-istanbul": "2.1.6", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/libs/@local/hash-isomorphic-utils/package.json b/libs/@local/hash-isomorphic-utils/package.json index cc28674fe59..5917fa09a02 100644 --- a/libs/@local/hash-isomorphic-utils/package.json +++ b/libs/@local/hash-isomorphic-utils/package.json @@ -72,7 +72,7 @@ "next": "13.5.5", "react": "18.2.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/libs/@local/hash-subgraph/package.json b/libs/@local/hash-subgraph/package.json index bd95ce45c30..be93d1e4348 100644 --- a/libs/@local/hash-subgraph/package.json +++ b/libs/@local/hash-subgraph/package.json @@ -42,7 +42,7 @@ "@local/eslint-config": "0.0.0-private", "@types/uuid": "10.0.0", "@vitest/coverage-istanbul": "2.1.6", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/libs/@local/internal-api-client/typescript/package.json b/libs/@local/internal-api-client/typescript/package.json index 494efab2af9..2a3162ccde7 100644 --- a/libs/@local/internal-api-client/typescript/package.json +++ b/libs/@local/internal-api-client/typescript/package.json @@ -20,6 +20,6 @@ "@types/node": "22.10.0", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/repo-chores/node/package.json b/libs/@local/repo-chores/node/package.json index 8113d308657..89a411e0371 100644 --- a/libs/@local/repo-chores/node/package.json +++ b/libs/@local/repo-chores/node/package.json @@ -19,7 +19,7 @@ "prettier": "3.3.3", "regex-parser": "2.3.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", diff --git a/libs/@local/status/typescript/package.json b/libs/@local/status/typescript/package.json index 76fd0b2620b..2d6858cd195 100644 --- a/libs/@local/status/typescript/package.json +++ b/libs/@local/status/typescript/package.json @@ -18,7 +18,7 @@ "dependencies": { "execa": "5.1.1", "lodash-es": "4.17.21", - "typescript": "5.6.3", + "typescript": "5.7.2", "yargs": "17.7.2" }, "devDependencies": { diff --git a/tests/hash-backend-integration/package.json b/tests/hash-backend-integration/package.json index faffb91979c..78cfb01b720 100644 --- a/tests/hash-backend-integration/package.json +++ b/tests/hash-backend-integration/package.json @@ -43,7 +43,7 @@ "@vitest/coverage-istanbul": "2.1.6", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.6" } } diff --git a/tests/hash-backend-load/package.json b/tests/hash-backend-load/package.json index 20f9afb8c84..a66b40a9c7a 100644 --- a/tests/hash-backend-load/package.json +++ b/tests/hash-backend-load/package.json @@ -59,6 +59,6 @@ "eslint": "8.57.0", "rimraf": "6.0.1", "rollup": "4.27.4", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/tests/hash-playwright/package.json b/tests/hash-playwright/package.json index 1e7f51da278..13cd88e8d65 100644 --- a/tests/hash-playwright/package.json +++ b/tests/hash-playwright/package.json @@ -22,7 +22,7 @@ "execa": "5.1.1", "graphql": "16.9.0", "js-yaml": "4.1.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@apps/hash-frontend": "0.0.0-private", diff --git a/yarn.lock b/yarn.lock index 5f96f4c5938..cac1d646a2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31034,10 +31034,10 @@ typescript@5, typescript@5.4, typescript@^5.0.4, typescript@^5.4.4, typescript@~ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== -typescript@5.6.3: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== typescript@~3.2.1: version "3.2.4"