Skip to content

Commit 1d3efdd

Browse files
authored
Merge pull request #46 from suttna/renovate/codecov-3.x
Update dependency codecov to v3.0.1
2 parents 7fdd6d5 + 036b9b7 commit 1d3efdd

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/jest": "22.2.3",
3535
"@types/redis": "2.8.6",
36-
"codecov": "3.0.0",
36+
"codecov": "3.0.1",
3737
"jest": "22.4.3",
3838
"standard": "10.0.3",
3939
"ts-jest": "22.4.4",

yarn.lock

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,12 +748,12 @@ code-point-at@^1.0.0:
748748
version "1.1.0"
749749
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
750750

751-
752-
version "3.0.0"
753-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.0.tgz#c273b8c4f12945723e8dc9d25803d89343e5f28e"
751+
752+
version "3.0.1"
753+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.1.tgz#cc4c5cd1955c6be47f6dda2f8c55bcc43c732dca"
754754
dependencies:
755755
argv "0.0.2"
756-
request "2.81.0"
756+
request "^2.81.0"
757757
urlgrey "0.4.4"
758758

759759
color-convert@^1.9.0:
@@ -3160,6 +3160,33 @@ [email protected], request@^2.69.0:
31603160
tunnel-agent "^0.6.0"
31613161
uuid "^3.0.0"
31623162

3163+
request@^2.81.0:
3164+
version "2.85.0"
3165+
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
3166+
dependencies:
3167+
aws-sign2 "~0.7.0"
3168+
aws4 "^1.6.0"
3169+
caseless "~0.12.0"
3170+
combined-stream "~1.0.5"
3171+
extend "~3.0.1"
3172+
forever-agent "~0.6.1"
3173+
form-data "~2.3.1"
3174+
har-validator "~5.0.3"
3175+
hawk "~6.0.2"
3176+
http-signature "~1.2.0"
3177+
is-typedarray "~1.0.0"
3178+
isstream "~0.1.2"
3179+
json-stringify-safe "~5.0.1"
3180+
mime-types "~2.1.17"
3181+
oauth-sign "~0.8.2"
3182+
performance-now "^2.1.0"
3183+
qs "~6.5.1"
3184+
safe-buffer "^5.1.1"
3185+
stringstream "~0.0.5"
3186+
tough-cookie "~2.3.3"
3187+
tunnel-agent "^0.6.0"
3188+
uuid "^3.1.0"
3189+
31633190
request@^2.83.0:
31643191
version "2.83.0"
31653192
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"

0 commit comments

Comments
 (0)