Update dependency typescript to ~4.9.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-11-15 20:04:46 +01:00
parent 557d4b6ffa
commit 7c60c299bf
2 changed files with 4 additions and 4 deletions

View File

@ -8958,9 +8958,9 @@
"dev": true
},
"typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"dev": true
},
"ua-parser-js": {

View File

@ -48,6 +48,6 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.0"
"typescript": "~4.9.0"
}
}