build(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#584)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eden Zimbelman <[email protected]>
This commit is contained in:
dependabot[bot]
2026-04-14 00:10:28 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Eden Zimbelman
parent 79529d74f9
commit 1f09fc7124
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"strict": true, "strict": true,
"baseUrl": ".",
"checkJs": true, "checkJs": true,
"types": ["node"],
"esModuleInterop": true, "esModuleInterop": true,
"lib": [ "lib": [
"ESNext" "ESNext"
+4 -4
View File
@@ -29,7 +29,7 @@
"@types/sinon": "^21.0.0", "@types/sinon": "^21.0.0",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"sinon": "^21.0.3", "sinon": "^21.0.3",
"typescript": "^5.9.3" "typescript": "^6.0.2"
}, },
"engines": { "engines": {
"node": ">=24.11.0", "node": ">=24.11.0",
@@ -1100,9 +1100,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.9.3", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
+1 -1
View File
@@ -54,6 +54,6 @@
"@types/sinon": "^21.0.0", "@types/sinon": "^21.0.0",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"sinon": "^21.0.3", "sinon": "^21.0.3",
"typescript": "^5.9.3" "typescript": "^6.0.2"
} }
} }