From 044f09c9abb23c3ed8c627348d722d16dd5235a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:52:22 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fbd2de5..bd7f3c4 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.28.19", "typedoc-plugin-mdn-links": "^5.1.1", - "typescript": "^6.0.2" + "typescript": "^6.0.3" }, "dependencies": { "@swc/helpers": "^0.5.21", diff --git a/yarn.lock b/yarn.lock index d83c0e2..5328bf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2595,10 +2595,10 @@ typedoc@^0.28.19: minimatch "^10.2.5" yaml "^2.8.3" -typescript@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f" - integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ== +typescript@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== uc.micro@^2.0.0, uc.micro@^2.1.0: version "2.1.0"