From cfebc46c1230cb82fd0ce9fa8ea45ad4910495a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:46:10 +0000 Subject: [PATCH] Bump typescript from 4.4.4 to 4.9.5 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.4.4 to 4.9.5. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.4.4...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-version: 4.9.5 dependency-type: direct:development update-type: version-update:semver-minor ... 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 ede51081e1..3cbe1daaa5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "style-loader": "^0.23.1", "ts-jest": "27.0.7", "ts-node": "10.4.0", - "typescript": "4.4.4" + "typescript": "4.9.5" }, "keywords": [ "components", diff --git a/yarn.lock b/yarn.lock index 6c32717b20..ef70f492fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13076,10 +13076,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +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== ua-parser-js@^0.7.18: version "0.7.31"