Skip to content

[Snyk] Upgrade react-router-dom from 5.2.0 to 5.3.4 #1138

[Snyk] Upgrade react-router-dom from 5.2.0 to 5.3.4

[Snyk] Upgrade react-router-dom from 5.2.0 to 5.3.4 #1138

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request
jobs:
triage:
runs-on: macos-latest
steps:
- uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"