From 2cbb1135e174b3271893095f4bd53a50ac037ea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 09:51:03 -0700 Subject: [PATCH] chore(deps): update minor dependency updates (#5787) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/installer.yaml | 2 +- .github/workflows/scripts.yaml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/installer.yaml b/.github/workflows/installer.yaml index b1129ef56..3e4fed558 100644 --- a/.github/workflows/installer.yaml +++ b/.github/workflows/installer.yaml @@ -41,7 +41,7 @@ jobs: alpine: name: Test installer on Alpine runs-on: ubuntu-latest - container: "alpine:3.16" + container: "alpine:3.17" steps: - name: Checkout repo uses: actions/checkout@v3 diff --git a/.github/workflows/scripts.yaml b/.github/workflows/scripts.yaml index 79a9eb29e..3e79138e4 100644 --- a/.github/workflows/scripts.yaml +++ b/.github/workflows/scripts.yaml @@ -38,7 +38,7 @@ jobs: name: Run script unit tests runs-on: ubuntu-latest # This runs on Alpine to make sure we're testing with actual sh. - container: "alpine:3.16" + container: "alpine:3.17" steps: - name: Checkout repo uses: actions/checkout@v3 diff --git a/package.json b/package.json index f0c007343..e2fc3e176 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", - "prettier": "2.7.1", + "prettier": "2.8.0", "prettier-plugin-sh": "^0.12.8", "ts-node": "^10.0.0", "typescript": "^4.6.2" diff --git a/yarn.lock b/yarn.lock index c631dd0e5..4b8f35a59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2775,10 +2775,10 @@ prettier-plugin-sh@^0.12.8: sh-syntax "^0.3.6" synckit "^0.8.1" -prettier@2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +prettier@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9" + integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA== proxy-addr@~2.0.5: version "2.0.6"