build(deps-dev): bump typescript to 4.3.5 (#150)

This commit is contained in:
dependabot[bot] 2021-07-01 09:03:53 +02:00 committed by GitHub
parent 30aea8120a
commit e500fd3862
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

@ -35,7 +35,7 @@
"socket.io-client": "4.1.2", "socket.io-client": "4.1.2",
"ts-jest": "26.5.6", "ts-jest": "26.5.6",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.3.4" "typescript": "4.3.5"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -12294,9 +12294,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.3.4", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -21567,9 +21567,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.4", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View File

@ -112,6 +112,6 @@
"socket.io-client": "4.1.2", "socket.io-client": "4.1.2",
"ts-jest": "26.5.6", "ts-jest": "26.5.6",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.3.4" "typescript": "4.3.5"
} }
} }