chore(deps): bump dependencies

Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
Matthieu MOREL 2021-08-30 17:53:09 +02:00 committed by Matthieu Morel
parent 76929df236
commit 964b8b9d97
12 changed files with 7296 additions and 5394 deletions

View file

@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v2
- name: Setup node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
cache: npm
- name: npm install
run: npm install
@ -35,4 +36,4 @@ jobs:
- name: audit packages
run: npm audit --audit-level=high
if: matrix.operating-system == 'ubuntu-latest'
if: matrix.operating-system == 'ubuntu-latest'