chore(deps): update dependency typescript to v5.5.2 (#10633)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-25 16:28:11 -04:00
committed by GitHub
parent 6decf33226
commit 8198259de8
6 changed files with 29 additions and 24 deletions

9
cli/package-lock.json generated
View File

@@ -55,7 +55,7 @@
},
"devDependencies": {
"@types/node": "^20.14.6",
"typescript": "^5.3.3"
"typescript": "^5.5.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -4240,10 +4240,11 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"