chore(deps): update dependency typescript to v4.4.2

This commit is contained in:
Renovate Bot 2021-08-26 21:28:29 +00:00
parent 077a347d41
commit 7fb81da3ad
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View File

@ -1,11 +1,12 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.18",
"version": "4.0.20",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "4.0.18",
"name": "NeteaseCloudMusicApi",
"version": "4.0.20",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
@ -34,7 +35,7 @@
"mocha": "8.4.0",
"power-assert": "1.6.1",
"prettier": "2.3.0",
"typescript": "4.3.5"
"typescript": "4.4.2"
},
"engines": {
"node": ">=12"
@ -5354,9 +5355,9 @@
}
},
"node_modules/typescript": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -9976,9 +9977,9 @@
}
},
"typescript": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true
},
"universal-deep-strict-equal": {

View File

@ -67,6 +67,6 @@
"mocha": "8.4.0",
"power-assert": "1.6.1",
"prettier": "2.3.0",
"typescript": "4.3.5"
"typescript": "4.4.2"
}
}