fix dependencies' vulnerabilities (#86)

* [fix] `npm audit fix`

* [fix] `npm update`

* [fix] update jest, jest-circus, ts-jest

* 1.7.3
This commit is contained in:
Naoki Oketani
2021-06-03 07:45:50 +09:00
committed by GitHub
parent 47ffa59342
commit 5d4cffea6d
5 changed files with 2773 additions and 6059 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.7.2
- uses: oke-py/npm-audit-action@v1.7.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py