From f03634389fed9a2db0ef0b826bfd457db13f62c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:02:12 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c42ff39e79a..7da64a1a6e0 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "text-encoding": "0.7.0", "ts-node": "10.9.2", "tsc-watch": "6.2.0", - "typescript": "5.5.2", + "typescript": "5.6.3", "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-dev-middleware": "7.4.2", diff --git a/yarn.lock b/yarn.lock index f57f91bedf5..86ff38f3832 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18073,7 +18073,17 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.5.2, typescript@npm:^5, typescript@npm:^5.2.2": +"typescript@npm:5.6.3": + version: 5.6.3 + resolution: "typescript@npm:5.6.3" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1 + languageName: node + linkType: hard + +"typescript@npm:^5, typescript@npm:^5.2.2": version: 5.5.2 resolution: "typescript@npm:5.5.2" bin: @@ -18093,7 +18103,17 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5.5.2#optional!builtin, typescript@patch:typescript@npm%3A^5#optional!builtin, typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": +"typescript@patch:typescript@npm%3A5.6.3#optional!builtin": + version: 5.6.3 + resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=5adc0c" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10/dc4bec403cd33a204b655b1152a096a08e7bad2c931cb59ef8ff26b6f2aa541bf98f09fc157958a60c921b1983a8dde9a85b692f9de60fa8f574fd131e3ae4dd + languageName: node + linkType: hard + +"typescript@patch:typescript@npm%3A^5#optional!builtin, typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": version: 5.5.2 resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin::version=5.5.2&hash=5adc0c" bin: @@ -19032,7 +19052,7 @@ __metadata: ts-node: "npm:10.9.2" tsc-watch: "npm:6.2.0" tsyringe: "npm:4.8.0" - typescript: "npm:5.5.2" + typescript: "npm:5.6.3" underscore: "npm:1.13.7" uuid: "npm:11.0.0" webgl-utils.js: "npm:1.1.0"