Skip to content

Commit 2146471

Browse files
committed
Update dependency codecov to v3.0.3
1 parent f305cf5 commit 2146471

File tree

2 files changed

+12
-32
lines changed

2 files changed

+12
-32
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.1",
36+
"codecov": "3.0.3",
3737
"jest": "23.0.0",
3838
"standard": "10.0.3",
3939
"ts-jest": "22.4.4",

yarn.lock

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -826,12 +826,13 @@ code-point-at@^1.0.0:
826826
version "1.1.0"
827827
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
828828

829-
830-
version "3.0.1"
831-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.1.tgz#cc4c5cd1955c6be47f6dda2f8c55bcc43c732dca"
829+
830+
version "3.0.3"
831+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.3.tgz#e6a209f1674f3e3a8ff6d889ab7ac0b4a8895fa2"
832832
dependencies:
833833
argv "0.0.2"
834-
request "^2.81.0"
834+
ignore-walk "3.0.0"
835+
request "2.81.0"
835836
urlgrey "0.4.4"
836837

837838
collection-visit@^1.0.0:
@@ -1930,6 +1931,12 @@ [email protected]:
19301931
version "0.4.13"
19311932
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
19321933

1934+
1935+
version "3.0.0"
1936+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.0.tgz#e407919edee5c47c63473b319bfe3ea4a771a57e"
1937+
dependencies:
1938+
minimatch "^3.0.4"
1939+
19331940
ignore@^3.0.11, ignore@^3.0.9, ignore@^3.2.0:
19341941
version "3.3.3"
19351942
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.3.tgz#432352e57accd87ab3110e82d3fea0e47812156d"
@@ -3675,33 +3682,6 @@ [email protected], request@^2.69.0:
36753682
tunnel-agent "^0.6.0"
36763683
uuid "^3.0.0"
36773684

3678-
request@^2.81.0:
3679-
version "2.85.0"
3680-
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
3681-
dependencies:
3682-
aws-sign2 "~0.7.0"
3683-
aws4 "^1.6.0"
3684-
caseless "~0.12.0"
3685-
combined-stream "~1.0.5"
3686-
extend "~3.0.1"
3687-
forever-agent "~0.6.1"
3688-
form-data "~2.3.1"
3689-
har-validator "~5.0.3"
3690-
hawk "~6.0.2"
3691-
http-signature "~1.2.0"
3692-
is-typedarray "~1.0.0"
3693-
isstream "~0.1.2"
3694-
json-stringify-safe "~5.0.1"
3695-
mime-types "~2.1.17"
3696-
oauth-sign "~0.8.2"
3697-
performance-now "^2.1.0"
3698-
qs "~6.5.1"
3699-
safe-buffer "^5.1.1"
3700-
stringstream "~0.0.5"
3701-
tough-cookie "~2.3.3"
3702-
tunnel-agent "^0.6.0"
3703-
uuid "^3.1.0"
3704-
37053685
request@^2.83.0:
37063686
version "2.83.0"
37073687
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"

0 commit comments

Comments
 (0)