chore: update dependency typescript to v5

This commit is contained in:
renovate[bot]
2023-03-20 01:31:52 +00:00
committed by Nico Rehwaldt
parent b53a905363
commit c13e7266c9
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -61,7 +61,7 @@
"rollup-plugin-license": "^3.0.0",
"sinon": "^15.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"webpack": "^5.74.0"
}
},
@ -15038,16 +15038,16 @@
"dev": true
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/ua-parser-js": {
@ -27796,9 +27796,9 @@
"dev": true
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true
},
"ua-parser-js": {

View File

@ -98,7 +98,7 @@
"rollup-plugin-license": "^3.0.0",
"sinon": "^15.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"webpack": "^5.74.0"
},
"dependencies": {