diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad253b6b2161e85540f64a2bc519b131acb66e02..61dd82c0aaa22530f82e5e441e91143c3d61e80f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -428,7 +428,7 @@ jobs: uses: actions/checkout@v2 - name: Run Trivy vulnerability scanner in repo mode #Commit SHA for v0.0.17 - uses: aquasecurity/trivy-action@2a2157eb22c08c9a1fac99263430307b8d1bc7a2 + uses: aquasecurity/trivy-action@0769bbf0d2a77b3c15b3b57fbcdd2edd25a1c3f0 with: scan-type: "fs" scan-ref: "." diff --git a/package.json b/package.json index f3201daa7e3dae538f49cf9bd37c021fc86ccd8b..4e30b43d2960767d1755edc7f6d62a67a0bc5fd9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-import": "^2.18.2", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.2.1", - "prettier-plugin-sh": "^0.7.1", + "prettier-plugin-sh": "^0.8.0", "shellcheck": "^1.0.0", "stylelint": "^13.0.0", "stylelint-config-recommended": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 7c5a5215b30365c1f27236e05332b347fd2a6532..0c008c9a97f73bb95258e1e9811d5d0398b0ad69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3441,10 +3441,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-sh@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.7.1.tgz#a2d38de10e55919ea945a6e72c4815b16d6614ad" - integrity sha512-2MWRdGOSz0yf/z2kTKF1AqxDuH9MZD8faoDAz5ySGphxssi9oyM3Ys+jp7AfqsCXvGUDbRA4EJOlKS0yZKAW6w== +prettier-plugin-sh@^0.8.0: + version "0.8.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.8.1.tgz#50698d95f2006c1b3eae570d430c3c1c05a31327" + integrity sha512-tz0g6y+ZaJF0PWaa1F7vhCv4nLgYYl2zYzYU4XJFD1McoY0oHI+l2osvXqv1s5yQdtjdlzKszN6VY7WTaw2Gqw== dependencies: mvdan-sh "^0.5.0"