Skip to content

Commit 036b9b7

Browse files
committed
Update dependency codecov to v3.0.1
1 parent 082b331 commit 036b9b7

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.1.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.0.4",

yarn.lock

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

672-
673-
version "3.0.0"
674-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.0.tgz#c273b8c4f12945723e8dc9d25803d89343e5f28e"
672+
673+
version "3.0.1"
674+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.1.tgz#cc4c5cd1955c6be47f6dda2f8c55bcc43c732dca"
675675
dependencies:
676676
argv "0.0.2"
677-
request "2.81.0"
677+
request "^2.81.0"
678678
urlgrey "0.4.4"
679679

680680
color-convert@^1.9.0:
@@ -3200,6 +3200,33 @@ [email protected], request@^2.69.0:
32003200
tunnel-agent "^0.6.0"
32013201
uuid "^3.0.0"
32023202

3203+
request@^2.81.0:
3204+
version "2.85.0"
3205+
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
3206+
dependencies:
3207+
aws-sign2 "~0.7.0"
3208+
aws4 "^1.6.0"
3209+
caseless "~0.12.0"
3210+
combined-stream "~1.0.5"
3211+
extend "~3.0.1"
3212+
forever-agent "~0.6.1"
3213+
form-data "~2.3.1"
3214+
har-validator "~5.0.3"
3215+
hawk "~6.0.2"
3216+
http-signature "~1.2.0"
3217+
is-typedarray "~1.0.0"
3218+
isstream "~0.1.2"
3219+
json-stringify-safe "~5.0.1"
3220+
mime-types "~2.1.17"
3221+
oauth-sign "~0.8.2"
3222+
performance-now "^2.1.0"
3223+
qs "~6.5.1"
3224+
safe-buffer "^5.1.1"
3225+
stringstream "~0.0.5"
3226+
tough-cookie "~2.3.3"
3227+
tunnel-agent "^0.6.0"
3228+
uuid "^3.1.0"
3229+
32033230
request@^2.83.0:
32043231
version "2.83.0"
32053232
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"

0 commit comments

Comments
 (0)