Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#660)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [flow-bin](https://github.com/flowtype/flow-bin) and [flow-remove-types](https://github.com/facebook/flow).


Updates `flow-bin` from 0.219.5 to 0.220.0
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

Updates `flow-remove-types` from 2.219.5 to 2.220.0
- [Release notes](https://github.com/facebook/flow/releases)
- [Changelog](https://github.com/facebook/flow/blob/main/Changelog.md)
- [Commits](https://github.com/facebook/flow/commits)

---
updated-dependencies:
- dependency-name: flow-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: flow-remove-types
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 9710b24 commit 2872ae6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"codecov": "^3.6.1",
"eslint": "^8.16.0",
"eslint-plugin-flowtype": "^8.0.2",
"flow-bin": "^0.219.0",
"flow-bin": "^0.220.0",
"flow-copy-source": "^2.0.8",
"flow-remove-types": "^2.111.3",
"jest": "^29.0.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==

flow-bin@^0.219.0:
version "0.219.5"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.219.5.tgz#c717695de7f4ac6fc09af5918307dccde270b935"
integrity sha512-dAOF6d7f4IVdh02yO+egQWRTXIIFj61ix47vRBh3Dlr0r6AkiByc5hALMuP/LdXpT3jNAJx/rfQdMa1+5K+c7g==
flow-bin@^0.220.0:
version "0.220.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.220.0.tgz#4d4736597ad79be5991b1c24014a6d355190ee76"
integrity sha512-FcnXLu6AlkoL54hp2IUKgHkYRhSpt7PtTolHLAC/7nq9Lqkfv3kt8JYaRBb5yufLaC4HNJ/G7KRoa1phJy8yGA==

flow-copy-source@^2.0.8:
version "2.0.9"
Expand All @@ -2139,17 +2139,17 @@ flow-copy-source@^2.0.8:
kefir "^3.7.3"
yargs "^15.0.1"

flow-parser@^0.219.5:
version "0.219.5"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.219.5.tgz#bff08036bd8f2aa7ebfd54a580dc418e37bc9c0e"
integrity sha512-lHx/cl2XjopBx/ma9RYhG7FGj2JLKacoBwtI3leOp8AwRDPGwu6bzJoaCMfIl/sq14KdtY5MGzd5q6nKfGzcuQ==
flow-parser@^0.220.0:
version "0.220.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.220.0.tgz#de184e9da22b47ead09cf40ab4e781a17149017d"
integrity sha512-Fks+nOCqhorp4NpAtAxf09UaR/9xDf3AnU1UkWczmpneoHh06Y3AoEA4tIe2HbYrOHT9JArUgDZpCFhP4clo1A==

flow-remove-types@^2.111.3:
version "2.219.5"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.219.5.tgz#447f8d1095e382ce4be53188c2cb7abead2ec700"
integrity sha512-cS8oV0k0l5tldu5+ogXEx/7q2ZJOZ7nvBRk7NCq2brwgJxxcyzewWZk7QE6eud7qYLHNLTEbXtpOkx6JXa0fSQ==
version "2.220.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.220.0.tgz#ed4444d30b6ddba359f38cea45751ac4637aab00"
integrity sha512-al94MLgIELXFOf3TOBbC4EXgii50TZ7NWZBSe65zx6syPxrWw3bSPkCuZ03uBGVFhyyxgaj0ZIX8FC19aqOs9w==
dependencies:
flow-parser "^0.219.5"
flow-parser "^0.220.0"
pirates "^3.0.2"
vlq "^0.2.1"

Expand Down

0 comments on commit 2872ae6

Please sign in to comment.