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 from 4.2.3 to 4.2.4 (#87)

This commit is contained in:
dependabot[bot] 2021-04-08 10:04:03 +02:00 committed by GitHub
parent 4c869ba0ea
commit efb2b72572
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.0.1", "socket.io-client": "4.0.1",
"ts-jest": "26.5.4", "ts-jest": "26.5.4",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.2.3" "typescript": "4.2.4"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -13565,9 +13565,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.2.3", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -24615,9 +24615,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.2.3", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View File

@ -112,6 +112,6 @@
"socket.io-client": "4.0.1", "socket.io-client": "4.0.1",
"ts-jest": "26.5.4", "ts-jest": "26.5.4",
"ts-standard": "10.0.0", "ts-standard": "10.0.0",
"typescript": "4.2.3" "typescript": "4.2.4"
} }
} }