From 3a361309f8662681a45419699e7b5a9c34ff5d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:03:59 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 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 58b6acb..fb77992 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "standard": "^17.0.0", "tap": "^16.3.0", "tsd": "^0.33.0", - "typescript": "^6.0" + "typescript": "^7.0" }, "dependencies": { "@google-cloud/logging": "^11.0.0",