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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-29 18:06:21 +00:00 committed by GitHub
parent e51e5fe84f
commit 8b9e2b91a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 770 additions and 169 deletions

937
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,6 +59,6 @@
"jest-each": "^30.4.1", "jest-each": "^30.4.1",
"prettier": "^3.8.4", "prettier": "^3.8.4",
"ts-jest": "^29.4.11", "ts-jest": "^29.4.11",
"typescript": "^6.0.3" "typescript": "^7.0.2"
} }
} }