From 4374e8083b68cfdc9a1f6309daf28d3b918b3f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 17:34:24 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.10 to 4.9.5 Bumps [typescript](https://github.com/microsoft/TypeScript) from 3.9.10 to 4.9.5. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v3.9.10...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-version: 4.9.5 dependency-type: direct:development update-type: version-update:semver-major ... 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 cd6a7342e..3fa93f143 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "husky": "^8.0.0", "lint-staged": "^13.0.3", "prettier": "^2.3.2", - "typescript": "^3.7.5" + "typescript": "^4.9.5" } } diff --git a/yarn.lock b/yarn.lock index 269b22da1..4ac9ed1d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2696,10 +2696,10 @@ typed-array-length@^1.0.7: possible-typed-array-names "^1.0.0" reflect.getprototypeof "^1.0.6" -typescript@^3.7.5: - version "3.9.10" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" - integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== +typescript@^4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== unbox-primitive@^1.1.0: version "1.1.0"