From 6729504fce2ba43ee4cf80a119bf609c3a905516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:15:01 +0000 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yaml | 4 ++-- Cli/Cli.csproj | 4 ++-- Cli/packages.lock.json | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33436a26..5f69de95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,13 +34,13 @@ jobs: - name: Docker login if: github.event_name != 'pull_request' - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - name: Setup buildx - uses: docker/setup-buildx-action@v3.4.0 + uses: docker/setup-buildx-action@v3.6.1 - name: Export runtime uses: crazy-max/ghaction-github-runtime@v3.0.0 diff --git a/Cli/Cli.csproj b/Cli/Cli.csproj index dca656e2..f05790dc 100644 --- a/Cli/Cli.csproj +++ b/Cli/Cli.csproj @@ -29,8 +29,8 @@ - - + + diff --git a/Cli/packages.lock.json b/Cli/packages.lock.json index 4edf48d5..0eb29895 100644 --- a/Cli/packages.lock.json +++ b/Cli/packages.lock.json @@ -4,17 +4,17 @@ "net8.0": { "Json.More.Net": { "type": "Direct", - "requested": "[2.0.1.2, )", - "resolved": "2.0.1.2", - "contentHash": "uF3QeiaXEfH92emz0/BWUiNtMSfxIIvgynuB0Bf1vF4s8eWTcZitBx9l+g/FDaJk5XxqBv9buQXizXKQcXFG1w==" + "requested": "[2.0.2, )", + "resolved": "2.0.2", + "contentHash": "izscdjjk8EAHDBCjyz7V7n77SzkrSjh/hUGV6cyR6PlVdjYDh5ohc8yqvwSqJ9+6Uof8W6B24dIHlDKD+I1F8A==" }, "JsonPath.Net": { "type": "Direct", - "requested": "[1.1.2, )", - "resolved": "1.1.2", - "contentHash": "K39Y4u6eLEPwzQNd+s0IwA9Fm/1XYl7LhDfgdoaZEOfDe92HUQLooFiVOeI/TJAx20MNlAa6oFytl8rD+/xagQ==", + "requested": "[1.1.3, )", + "resolved": "1.1.3", + "contentHash": "kFWW6SrhLTl4o6Yif1DFh7C/ueeIfGqiadlRjJDdZQX6pOCpnCRjKWuRudRYUHCE3Obs3kwDkYbdZ9YveTIByA==", "dependencies": { - "Json.More.Net": "2.0.1.2" + "Json.More.Net": "2.0.2" } }, "Microsoft.Extensions.Hosting": {