Update dependency typescript to v5
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-08-26 01:15:31 +00:00
parent 379481dd11
commit a5fbad9195
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@types/node": "^14.14.31", "@types/node": "^14.14.31",
"googleapis": "^91.0.0", "googleapis": "^91.0.0",
"typescript": "^4.5.2" "typescript": "^5.0.0"
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
@ -440,15 +440,15 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/url-template": { "node_modules/url-template": {

View File

@ -5,6 +5,6 @@
"dependencies": { "dependencies": {
"@types/node": "^14.14.31", "@types/node": "^14.14.31",
"googleapis": "^91.0.0", "googleapis": "^91.0.0",
"typescript": "^4.5.2" "typescript": "^5.0.0"
} }
} }