chore(deps-dev): bump react-dom and @types/react-dom #194
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Runs on pull requests (including from Dependabot) to flag vulnerable or blocked dependencies. | |
| # Requires Dependency graph / Dependency review availability for the repository. | |
| name: Dependency review | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| dependency-review: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: Dependency review | |
| uses: actions/dependency-review-action@v4 |