mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
63903af1f1
Summary: Cleans up the dependencies in `ReactCommon/hermes/inspector/tools/msggen` by - Analyzing and removing any dependencies that are never referenced. - Upgrading all dependencies to their latest versions (by deleting `yarn.lock` and re-running `yarn`). - I only upgraded Babel dependencies to the same version used by the rest of `react-native`. Notably, this resolves 13 vulnerabilities reported by Dependabot. ## Changelog [Internal] Pull Request resolved: https://github.com/facebook/react-native/pull/34782 Test Plan: Ran the following successfully: ``` $ cd ReactCommon/hermes/inspector/tools/msggen $ yarn $ yarn test $ yarn build ``` Reviewed By: cortinico, cipolleschi Differential Revision: D39804478 fbshipit-source-id: c673e80b64fcf49c3f903c5d7f0a68c77d63a4bd