Skip to content

Commit 926a436

Browse files
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](microsoft/TypeScript@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] <support@github.com>
1 parent c4747b0 commit 926a436

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-config-google": "^0.14.0",
3232
"eslint-plugin-import": "^2.32.0",
3333
"firebase-functions-test": "^3.4.1",
34-
"typescript": "^5.9.3",
34+
"typescript": "^6.0.3",
3535
"typescript-eslint": "^8.58.1"
3636
},
3737
"private": true

functions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,10 +3216,10 @@ typescript-eslint@^8.58.1:
32163216
"@typescript-eslint/typescript-estree" "8.58.1"
32173217
"@typescript-eslint/utils" "8.58.1"
32183218

3219-
typescript@^5.9.3:
3220-
version "5.9.3"
3221-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
3222-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
3219+
typescript@^6.0.3:
3220+
version "6.0.3"
3221+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
3222+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
32233223

32243224
unbox-primitive@^1.1.0:
32253225
version "1.1.0"

0 commit comments

Comments
 (0)