Merge pull request #179 from jwetzell/dependabot/npm_and_yarn/typescript-6.0.3

Bump typescript from 5.9.3 to 6.0.3
This commit is contained in:
Joel Wetzell
2026-06-03 22:01:00 -05:00
committed by GitHub
2 changed files with 5 additions and 23 deletions
+4 -22
View File
@@ -502,9 +502,6 @@
"arm64"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -522,9 +519,6 @@
"arm64"
],
"dev": true,
"libc": [
"musl"
],
"license": "MIT",
"optional": true,
"os": [
@@ -542,9 +536,6 @@
"ppc64"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -562,9 +553,6 @@
"s390x"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -582,9 +570,6 @@
"x64"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -602,9 +587,6 @@
"x64"
],
"dev": true,
"libc": [
"musl"
],
"license": "MIT",
"optional": true,
"os": [
@@ -2193,9 +2175,9 @@
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -2304,7 +2286,7 @@
"@types/node": "25.9.1",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"typescript": "5.9.3"
"typescript": "^6.0.3"
}
}
}
+1 -1
View File
@@ -39,6 +39,6 @@
"@types/node": "25.9.1",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"typescript": "5.9.3"
"typescript": "6.0.3"
}
}