From 85492117482cad20adf3f2fd8581b02fed4c2e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:44:27 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 5.5.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01672a5..5676c93 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "^3.2.5", "standard-version": "^9.5.0", "tslib": "2.6.2", - "typescript": "4.7.4" + "typescript": "5.5.3" }, "dependencies": { "@google-cloud/local-auth": "^2.1.1",