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

This commit is contained in:
Renovate Bot 2021-06-30 23:57:42 +00:00
parent 1cdc09226f
commit 60ffcd5f0a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@ -17,6 +17,9 @@
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"tunnel": "^0.0.6" "tunnel": "^0.0.6"
}, },
"bin": {
"NeteaseCloudMusicApi": "app.js"
},
"devDependencies": { "devDependencies": {
"@types/node": "14.17.2", "@types/node": "14.17.2",
"@typescript-eslint/eslint-plugin": "4.4.1", "@typescript-eslint/eslint-plugin": "4.4.1",
@ -31,7 +34,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.2" "typescript": "4.3.5"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -5155,9 +5158,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.3.2", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -9709,9 +9712,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.2", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"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.2" "typescript": "4.3.5"
} }
} }