2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps-dev): bump typescript to 4.3.4 (#140)

This commit is contained in:
dependabot[bot] 2021-06-18 18:34:30 +02:00 committed by GitHub
parent def5b56184
commit 8ae78c6732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
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.2" "typescript": "4.3.4"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -12248,9 +12248,10 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.3.2", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -21426,7 +21427,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.3.2", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"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.2" "typescript": "4.3.4"
} }
} }