Update dependency typescript to v4.2.3

This commit is contained in:
Renovate Bot 2021-03-05 00:34:29 +00:00
parent ba3121a63c
commit 83a8c0ec27
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.0.5", "version": "4.0.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -4050,9 +4050,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.1.3", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true "dev": true
}, },
"universal-deep-strict-equal": { "universal-deep-strict-equal": {

View File

@ -58,6 +58,6 @@
"mocha": "8.3.0", "mocha": "8.3.0",
"power-assert": "1.6.1", "power-assert": "1.6.1",
"prettier": "2.2.1", "prettier": "2.2.1",
"typescript": "4.1.3" "typescript": "4.2.3"
} }
} }