Merge pull request #271 from codecov/dependabot/npm_and_yarn/typescript-4.2.4

Bump typescript from 4.2.3 to 4.2.4
This commit is contained in:
Tom Hu 2021-04-29 16:58:22 -04:00 committed by GitHub
commit 298ba60aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6346,9 +6346,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=="
}, },
"union-value": { "union-value": {
"version": "1.0.1", "version": "1.0.1",

View file

@ -34,7 +34,7 @@
"request": "^2.88.2", "request": "^2.88.2",
"requestretry": "^5.0.0", "requestretry": "^5.0.0",
"ts-jest": "^26.5.3", "ts-jest": "^26.5.3",
"typescript": "^4.2.3", "typescript": "^4.2.4",
"yarn": "^1.22.10" "yarn": "^1.22.10"
}, },
"devDependencies": { "devDependencies": {