From 6dda0a7a5a712f5614b4dc2577887f2723fb9b26 Mon Sep 17 00:00:00 2001 From: Tom Pietsch Date: Tue, 1 Dec 2020 21:19:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=94=96=20Fixes=20npm=20?= =?UTF-8?q?vulnerabilities,=20Release=202.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/audit.yml | 7 ++++--- .github/workflows/pages.yml | 8 ++++---- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index a42c70a..8f06b2e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,8 +1,9 @@ name: npm audit on: + workflow_dispatch: schedule: - - cron: "0 0 * * 5" + - cron: "00 00 * * *" pull_request: branches: - main @@ -12,10 +13,10 @@ jobs: name: npm audit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2.3.4 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.5.0 + - uses: oke-py/npm-audit-action@v1.6.0 with: github_token: ${{ secrets.ACCESS_TOKEN }} issue_assignees: tomxpcvx diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8873001..e79adea 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -9,13 +9,13 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1.4.2 + uses: actions/setup-node@v1.4.4 with: node-version: ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: npm ci npm run build-storybook - name: Deploy - uses: JamesIves/github-pages-deploy-action@3.5.7 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages diff --git a/package-lock.json b/package-lock.json index 86f73b1..538d53e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-fileicons", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10369,9 +10369,9 @@ } }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", "dev": true }, "node-libs-browser": { diff --git a/package.json b/package.json index f5dc525..365fcac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fileicons", - "version": "2.0.5", + "version": "2.0.6", "description": "A React component to use file icons more flexible.", "main": "./dist/index.js", "engines": {