From 7a04b5ef1b76f88c38cb5f9c4fd19e21beaabeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:11:23 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /functions Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index 1f552dc..274cd6a 100644 --- a/functions/package.json +++ b/functions/package.json @@ -31,7 +31,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.32.0", "firebase-functions-test": "^3.4.1", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.59.0" }, "private": true diff --git a/functions/yarn.lock b/functions/yarn.lock index ce3023a..638ec27 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -3216,10 +3216,10 @@ typescript-eslint@^8.59.0: "@typescript-eslint/typescript-estree" "8.59.0" "@typescript-eslint/utils" "8.59.0" -typescript@^5.9.3: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +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== unbox-primitive@^1.1.0: version "1.1.0"