Skip to content

chore(deps): bump elliptic from 6.4.1 to 6.5.7 #19

chore(deps): bump elliptic from 6.4.1 to 6.5.7

chore(deps): bump elliptic from 6.4.1 to 6.5.7 #19

Workflow file for this run

# name: Semantic Pull Request
# on:
# pull_request_target:
# types:
# - opened
# - edited
# - synchronize
# jobs:
# prlint:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: semantic-pull-request
# uses: amannn/action-semantic-pull-request@v1.2.0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}