fix CVE-2022-0235 (#108)

* npm audit fix

* npm run all

* 1.8.4

* update README and daily action to use v1.8.4
This commit is contained in:
Naoki Oketani
2022-01-25 12:30:57 +09:00
committed by GitHub
parent 8196a9cc90
commit 02cb9c4d3b
5 changed files with 8827 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.8.3
- uses: oke-py/npm-audit-action@v1.8.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py