chore(deps): update dependency typescript to v6 #72

Open
renovate-bot wants to merge 1 commits from renovate/typescript-6.x into main
2 changed files with 5 additions and 5 deletions
Showing only changes of commit e46bc769cc - Show all commits

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"jest": "30.3.0",
"prettier": "3.8.1",
"ts-jest": "29.4.9",
"typescript": "5.9.3"
"typescript": "6.0.2"
}
},
"node_modules/@actions/core": {
@@ -5321,9 +5321,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.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -18,7 +18,7 @@
"jest": "30.3.0",
"prettier": "3.8.1",
"ts-jest": "29.4.9",
"typescript": "5.9.3"
"typescript": "6.0.2"
},
"dependencies": {
"@actions/core": "2.0.3",