Skip to content

Commit c321368

Browse files
Bump codecov from 3.0.4 to 3.1.0
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](codecov/codecov-node@v3.0.4...v3.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent adad1da commit c321368

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"ava": "~0.25.0",
126126
"backpack-core": "~0.7.0",
127127
"browser-env": "~3.2.4",
128-
"codecov": "~3.0.4",
128+
"codecov": "~3.1.0",
129129
"eslint": "~4.19.1",
130130
"eslint-config-standard": "~11.0.0-beta.0",
131131
"eslint-loader": "~2.0.0",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,12 +2357,13 @@ code-point-at@^1.0.0:
23572357
version "1.1.0"
23582358
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
23592359

2360-
codecov@~3.0.4:
2361-
version "3.0.4"
2362-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.4.tgz#37f2bf9ed71086923aac7496d982e32e5899dfd8"
2360+
codecov@~3.1.0:
2361+
version "3.1.0"
2362+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.1.0.tgz#340bd968d361f256976b5af782dd8ba9f82bc849"
23632363
dependencies:
23642364
argv "^0.0.2"
23652365
ignore-walk "^3.0.1"
2366+
js-yaml "^3.12.0"
23662367
request "^2.87.0"
23672368
urlgrey "^0.4.4"
23682369

@@ -5761,6 +5762,13 @@ js-yaml@3.x, js-yaml@^3.10.0, js-yaml@^3.4.3, js-yaml@^3.9.1:
57615762
argparse "^1.0.7"
57625763
esprima "^4.0.0"
57635764

5765+
js-yaml@^3.12.0:
5766+
version "3.12.0"
5767+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
5768+
dependencies:
5769+
argparse "^1.0.7"
5770+
esprima "^4.0.0"
5771+
57645772
js-yaml@~3.7.0:
57655773
version "3.7.0"
57665774
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"

0 commit comments

Comments
 (0)