Merge pull request #401 from codecov/dependabot/npm_and_yarn/typescript-4.3.5

Bump typescript from 4.3.2 to 4.3.5
This commit is contained in:
Tom Hu
2021-07-07 10:10:27 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7081,9 +7081,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
}, },
"union-value": { "union-value": {

View File

@@ -38,7 +38,7 @@
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-junit": "^12.2.0", "jest-junit": "^12.2.0",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"typescript": "^4.3.2", "typescript": "^4.3.5",
"yarn": "^1.22.10" "yarn": "^1.22.10"
} }
} }