Merge pull request #123 from codecov/dependabot/npm_and_yarn/typescript-3.9.7

Bump typescript from 3.9.6 to 3.9.7
This commit is contained in:
Thomas Hu 2020-08-24 21:37:47 -04:00 committed by GitHub
commit ef391107f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.0.12",
"version": "1.0.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -4963,9 +4963,9 @@
}
},
"typescript": {
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw=="
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
},
"union-value": {
"version": "1.0.1",

View file

@ -32,7 +32,7 @@
"request": "^2.88.0",
"requestretry": "^4.1.1",
"ts-jest": "^26.1.1",
"typescript": "^3.9.6",
"typescript": "^3.9.7",
"yarn": "^1.22.4"
},
"devDependencies": {}