Skip to content

Commit d5c27c1

Browse files
chore(deps-dev): bump codecov from 3.7.1 to 3.8.1
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.7.1 to 3.8.1. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-node@v3.7.1...v3.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 017ac54 commit d5c27c1

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/eslint-plugin-prettier": "2.2.0",
3636
"@types/node": "4.9.3",
3737
"@types/prettier": "2.1.5",
38-
"codecov": "3.7.1",
38+
"codecov": "3.8.1",
3939
"nyc": "11.9.0",
4040
"prettier": "2.2.1",
4141
"standard-version": "4.4.0",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ code-point-at@^1.0.0:
367367
version "1.1.0"
368368
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
369369

370-
codecov@3.7.1:
371-
version "3.7.1"
372-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.1.tgz#434cb8d55f18ef01672e5739d3d266696bebc202"
373-
integrity sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw==
370+
codecov@3.8.1:
371+
version "3.8.1"
372+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.1.tgz#06fe026b75525ed1ce864d4a34f1010c52c51546"
373+
integrity sha512-Qm7ltx1pzLPsliZY81jyaQ80dcNR4/JpcX0IHCIWrHBXgseySqbdbYfkdiXd7o/xmzQpGRVCKGYeTrHUpn6Dcw==
374374
dependencies:
375375
argv "0.0.2"
376376
ignore-walk "3.0.3"
377-
js-yaml "3.13.1"
377+
js-yaml "3.14.0"
378378
teeny-request "6.0.1"
379379
urlgrey "0.4.4"
380380

@@ -1345,9 +1345,10 @@ js-tokens@^3.0.2:
13451345
version "3.0.2"
13461346
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
13471347

1348-
js-yaml@3.13.1, js-yaml@^3.13.1:
1349-
version "3.13.1"
1350-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
1348+
js-yaml@3.14.0, js-yaml@^3.13.1:
1349+
version "3.14.0"
1350+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
1351+
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
13511352
dependencies:
13521353
argparse "^1.0.7"
13531354
esprima "^4.0.0"

0 commit comments

Comments
 (0)