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

View File

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