From 866a65d613efcab5def84162afdb7cdd6edc815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:24:56 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.9.5 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b423460..f9543ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "remark-math": "^6.0.0", "styled-components": "^6.4.1", "three": "^0.181.2", - "typescript": "^4.9.5", + "typescript": "^6.0.3", "uuid": "^14.0.0", "web-vitals": "^5.1.0" }, @@ -6952,16 +6952,16 @@ "license": "0BSD" }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici": { diff --git a/package.json b/package.json index fcd766b8..9b64401d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "remark-math": "^6.0.0", "styled-components": "^6.4.1", "three": "^0.181.2", - "typescript": "^4.9.5", + "typescript": "^6.0.3", "uuid": "^14.0.0", "web-vitals": "^5.1.0" },