Skip to content

Commit

Permalink
chore(deps): update dependency flow-remove-types to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent b2d06ff commit 2205664
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"esdoc-standard-plugin": "^1.0.0",
"flow-bin": "^0.92.0",
"flow-coverage-report": "^0.6.1",
"flow-remove-types": "^1.2.3",
"flow-remove-types": "2.180.0",
"jest": "^24.0.0",
"lodash": "^4.17.11",
"standard-flow": "^1.0.0"
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ babel-types@^6.0.19, babel-types@^6.10.2, babel-types@^6.26.0:
lodash "^4.17.4"
to-fast-properties "^1.0.3"

[email protected], babylon@^6.0.18, babylon@^6.15.0, babylon@^6.18.0:
[email protected], babylon@^6.0.18, babylon@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
Expand Down Expand Up @@ -3615,12 +3615,18 @@ flow-coverage-report@^0.6.1:
terminal-table "0.0.12"
yargs "8.0.1"

flow-remove-types@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-1.2.3.tgz#6131aefc7da43364bb8b479758c9dec7735d1a18"
integrity sha512-ypq/U3V+t9atYiOuSJd40tekCra03EHKoRsiK/wXGrsZimuum0kdwVY7Yv0HTaoXgHW1WiayomYd+Q3kkvPl9Q==
flow-parser@^0.180.0:
version "0.180.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.180.0.tgz#05d49a88715ceca0457607499a018e2bf5908d72"
integrity sha512-kkzsuGAhckWgn/G+JfCyEa6BYslGrjlH4CJL0LZhdn9of9ukvi7SzVQSFsrEhuhh/zQUghfUEoaeZy1wjQXpUg==

[email protected]:
version "2.180.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.180.0.tgz#9292826b6cfd4a99bdcd64acb153b29b0106a85f"
integrity sha512-AMPS1E8PveEH36XtvWgH/TN8HrR0Xk4DV+llzfsBdGB5tyXGrDyZJYWQd0TlTcsEaAu2+XLkL1i1J7Lv924LLw==
dependencies:
babylon "^6.15.0"
flow-parser "^0.180.0"
pirates "^3.0.2"
vlq "^0.2.1"

flush-write-stream@^1.0.0:
Expand Down Expand Up @@ -6892,6 +6898,13 @@ pinkie@^2.0.0:
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=

pirates@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/pirates/-/pirates-3.0.2.tgz#7e6f85413fd9161ab4e12b539b06010d85954bb9"
integrity sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==
dependencies:
node-modules-regexp "^1.0.0"

pirates@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.0.tgz#850b18781b4ac6ec58a43c9ed9ec5fe6796addbd"
Expand Down

0 comments on commit 2205664

Please sign in to comment.