Merge pull request #1271 from Binaryify/renovate/typescript-4.x

chore(deps): update dependency typescript to v4.3.5
This commit is contained in:
binaryify 2021-07-19 10:29:03 +08:00 committed by GitHub
commit 7874fcb6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -34,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"
@ -5165,9 +5165,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",
@ -9731,9 +9731,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"
} }
} }