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 committed Apr 24, 2022
1 parent 96fc0ce commit 38284a7
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 @@ -65,7 +65,7 @@
"eslint-plugin-flowtype": "^3.2.1",
"flow-bin": "^0.92.0",
"flow-coverage-report": "^0.6.1",
"flow-remove-types": "^1.2.3",
"flow-remove-types": "2.176.3",
"glob": "^7.1.3",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ babel-types@^6.10.2, babel-types@^6.24.1, babel-types@^6.26.0, babel-types@^6.9.
lodash "^4.17.4"
to-fast-properties "^1.0.3"

[email protected], babylon@^6.15.0, babylon@^6.18.0, babylon@^6.7.0:
[email protected], babylon@^6.18.0, babylon@^6.7.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 @@ -3338,12 +3338,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.176.3:
version "0.176.3"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.176.3.tgz#a12d9c79ff1e857b70c9574c3e88be06d2f96181"
integrity sha512-KDzHEoEtc/kbW7NzujhfFkcTCdNi6VK91UpcdT3tc3yEAQdh4JXAEY/0TVJKipjRuVm8E2FxX/3B5Xpm3EFWXA==

[email protected]:
version "2.176.3"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.176.3.tgz#f3728cbc385999bf7bea424e5c1872f9bd569b95"
integrity sha512-T6hdR/yG4EHH5kTZcwrdMZ/L6hrBjdSYU0c5RXs/nGuSygfPzld1v8ebFDe8fAGBZeF8U0g67sIDLsu57r612Q==
dependencies:
babylon "^6.15.0"
flow-parser "^0.176.3"
pirates "^3.0.2"
vlq "^0.2.1"

flush-write-stream@^1.0.0:
Expand Down Expand Up @@ -6154,6 +6160,13 @@ pify@^4.0.1:
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==

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 38284a7

Please sign in to comment.