Skip to content

Commit 662edb7

Browse files
committed
chore(deps): update dependency flow-remove-types to v2
1 parent b2d06ff commit 662edb7

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"esdoc-standard-plugin": "^1.0.0",
5858
"flow-bin": "^0.92.0",
5959
"flow-coverage-report": "^0.6.1",
60-
"flow-remove-types": "^1.2.3",
60+
"flow-remove-types": "2.165.1",
6161
"jest": "^24.0.0",
6262
"lodash": "^4.17.11",
6363
"standard-flow": "^1.0.0"

yarn.lock

+19-6
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ babel-types@^6.0.19, babel-types@^6.10.2, babel-types@^6.26.0:
15751575
lodash "^4.17.4"
15761576
to-fast-properties "^1.0.3"
15771577

1578-
babylon@6.18.0, babylon@^6.0.18, babylon@^6.15.0, babylon@^6.18.0:
1578+
babylon@6.18.0, babylon@^6.0.18, babylon@^6.18.0:
15791579
version "6.18.0"
15801580
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
15811581
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
@@ -3615,12 +3615,18 @@ flow-coverage-report@^0.6.1:
36153615
terminal-table "0.0.12"
36163616
yargs "8.0.1"
36173617

3618-
flow-remove-types@^1.2.3:
3619-
version "1.2.3"
3620-
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-1.2.3.tgz#6131aefc7da43364bb8b479758c9dec7735d1a18"
3621-
integrity sha512-ypq/U3V+t9atYiOuSJd40tekCra03EHKoRsiK/wXGrsZimuum0kdwVY7Yv0HTaoXgHW1WiayomYd+Q3kkvPl9Q==
3618+
flow-parser@^0.165.1:
3619+
version "0.165.1"
3620+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.165.1.tgz#e420c560d0c9bd0e546b9f1b79afed37174298c5"
3621+
integrity sha512-vz/5MZIePDCZO9FfnRaH398cc+XSwtgoUzR6pC5zbekpk5ttCaXOnxypho+hb0NzUyQNFV+6vpU8joRZ1llrCw==
3622+
3623+
flow-remove-types@2.165.1:
3624+
version "2.165.1"
3625+
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.165.1.tgz#b23f69806c748af45f851ed2c941c57b3a1d7db0"
3626+
integrity sha512-eyXo3NL0vTpP71K3rhfaOF3LY7C9ylFMW4TecFwRnaUAL0JwlyUEpU8dIfuaeMP1tJNTIas7kP1MpIXKOkHTiA==
36223627
dependencies:
3623-
babylon "^6.15.0"
3628+
flow-parser "^0.165.1"
3629+
pirates "^3.0.2"
36243630
vlq "^0.2.1"
36253631

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

6901+
pirates@^3.0.2:
6902+
version "3.0.2"
6903+
resolved "https://registry.yarnpkg.com/pirates/-/pirates-3.0.2.tgz#7e6f85413fd9161ab4e12b539b06010d85954bb9"
6904+
integrity sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==
6905+
dependencies:
6906+
node-modules-regexp "^1.0.0"
6907+
68956908
pirates@^4.0.0:
68966909
version "4.0.0"
68976910
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.0.tgz#850b18781b4ac6ec58a43c9ed9ec5fe6796addbd"

0 commit comments

Comments
 (0)