From 09c692089b7f6d052bbf5babf451801468e4d0ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:13:29 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci.yaml | 8 +- .github/workflows/pr-docs-build.yaml | 12 +- .github/workflows/pr-docs-deployment.yaml | 18 +- .../workflows/production-docs-deployment.yaml | 8 +- .github/workflows/release-build.yml | 24 +-- .github/workflows/unstable-build.yml | 12 +- Dockerfile | 4 +- config/manager/kustomization.yaml | 2 +- docs/package.json | 46 +++--- docs/pnpm-lock.yaml | 154 +++++------------- 10 files changed, 108 insertions(+), 180 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a1166a..ae8af40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,9 +22,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 with: go-version: "^1.23" cache: true @@ -36,13 +36,13 @@ jobs: echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - name: Go Build Cache - uses: actions/cache@v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ${{ steps.go-cache-paths.outputs.go-build }} key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} - name: Go Mod Cache - uses: actions/cache@v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/pr-docs-build.yaml b/.github/workflows/pr-docs-build.yaml index d9778bd..67ff3c5 100644 --- a/.github/workflows/pr-docs-build.yaml +++ b/.github/workflows/pr-docs-build.yaml @@ -34,26 +34,26 @@ jobs: echo "${{ github.head_ref }}" > branch_name - name: Upload PR artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: pr-num path: ./pr_num overwrite: true - name: Upload PR artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: branch-name path: ./branch_name overwrite: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: Install Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: 22.x @@ -68,7 +68,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} @@ -90,7 +90,7 @@ jobs: VUE_PROD_HYDRATION_MISMATCH_DETAILS_FLAG: '1' - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: docs-${{ matrix.os }}-build path: docs/.vitepress/dist diff --git a/.github/workflows/pr-docs-deployment.yaml b/.github/workflows/pr-docs-deployment.yaml index 8b11804..46daf52 100644 --- a/.github/workflows/pr-docs-deployment.yaml +++ b/.github/workflows/pr-docs-deployment.yaml @@ -21,7 +21,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifact - PR - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -30,7 +30,7 @@ jobs: allow_forks: true - name: Download artifact - PR - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -49,7 +49,7 @@ jobs: echo "BRANCH_NAME=$(cat branch-name/branch_name)" >> $GITHUB_ENV - name: Download artifact - Ubuntu - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -59,7 +59,7 @@ jobs: - name: Publish to Cloudflare Pages id: deploy - uses: cloudflare/pages-action@v1 + uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} @@ -72,7 +72,7 @@ jobs: wranglerVersion: '3' - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3 id: fc with: issue-number: ${{ env.PR_NUM }} @@ -80,7 +80,7 @@ jobs: body-includes: to Cloudflare Pages - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ env.PR_NUM }} @@ -101,7 +101,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Download artifact - PR - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -115,7 +115,7 @@ jobs: echo "PR_NUM=$(cat pr-num/pr_num)" >> $GITHUB_ENV - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3 id: fc with: issue-number: ${{ env.PR_NUM }} @@ -123,7 +123,7 @@ jobs: body-includes: to Cloudflare Pages - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ env.PR_NUM }} diff --git a/.github/workflows/production-docs-deployment.yaml b/.github/workflows/production-docs-deployment.yaml index eb58e8d..8a85d4a 100644 --- a/.github/workflows/production-docs-deployment.yaml +++ b/.github/workflows/production-docs-deployment.yaml @@ -17,12 +17,12 @@ jobs: url: https://ollama-operator.ayaka.io steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: Install Node.js 22.x - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: 22.x @@ -37,7 +37,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} @@ -61,7 +61,7 @@ jobs: - name: Publish to Cloudflare Pages id: deploy - uses: cloudflare/pages-action@v1 + uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 81ec917..0b69424 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5 with: go-version: '1.23' cache: true @@ -31,20 +31,20 @@ jobs: # Cache go build cache, used to speedup go test - name: Go Build Cache - uses: actions/cache@v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ${{ steps.go-cache-paths.outputs.go-build }} key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} # Cache go mod cache, used to speedup builds - name: Go Mod Cache - uses: actions/cache@v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - name: GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5 with: version: latest args: release --rm-dist @@ -52,7 +52,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update new version in krew-index - uses: rajatjindal/krew-release-bot@v0.0.46 + uses: rajatjindal/krew-release-bot@df3eb197549e3568be8b4767eec31c5e8e8e6ad8 # v0.0.46 ghcr_build: name: ollama-operator - Build for ghcr.io @@ -60,7 +60,7 @@ jobs: packages: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Fetch version id: version @@ -72,15 +72,15 @@ jobs: - # Add support for more platforms with QEMU (optional) # https://github.com/docker/setup-qemu-action name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3 with: platforms: linux/amd64,linux/arm64 - name: Sign in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -93,7 +93,7 @@ jobs: echo "tag=ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT - name: Build and Push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: platforms: linux/amd64,linux/arm64 context: ./ @@ -109,7 +109,7 @@ jobs: make build-installer IMG=ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }} - name: Upload installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: ollama-operator-installer-${{ steps.version.outputs.version }} path: dist/install.yaml diff --git a/.github/workflows/unstable-build.yml b/.github/workflows/unstable-build.yml index a494001..938dd3c 100644 --- a/.github/workflows/unstable-build.yml +++ b/.github/workflows/unstable-build.yml @@ -10,20 +10,20 @@ jobs: packages: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - # Add support for more platforms with QEMU (optional) # https://github.com/docker/setup-qemu-action name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3 with: platforms: linux/amd64,linux/arm64 - name: Sign in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -35,7 +35,7 @@ jobs: echo "tagunstable=ghcr.io/${{ github.repository }}:unstable" >> $GITHUB_OUTPUT - name: Build and Push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 with: platforms: linux/amd64,linux/arm64 context: ./ @@ -50,7 +50,7 @@ jobs: make build-installer IMG=ghcr.io/${{ github.repository }}:unstable - name: Upload installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: ollama-operator-installer-unstable path: dist/install.yaml diff --git a/Dockerfile b/Dockerfile index df42941..e119586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23 AS builder +FROM golang:1.23@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 AS builder ARG TARGETOS ARG TARGETARCH @@ -34,7 +34,7 @@ RUN go build -a -o kollama cmd/kollama/main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot +FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea WORKDIR / diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 83710b4..4661267 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/nekomeowww/ollama-operator - newTag: 0.10.1 + newTag: 0.10.1@sha256:c9fdde9414192fb5abf8376ac6efe803b4343715eda8361a0b6cdd29258f4f24 diff --git a/docs/package.json b/docs/package.json index 33753a5..a6da7ad 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,28 +8,28 @@ "docs:preview": "vitepress preview" }, "devDependencies": { - "@antfu/eslint-config": "^3.8.0", - "@iconify-json/carbon": "^1.2.4", - "@iconify-json/icon-park-outline": "^1.2.1", - "@iconify-json/octicon": "^1.2.1", - "@iconify-json/simple-icons": "^1.2.11", - "@iconify-json/twemoji": "^1.2.1", - "@nolebase/ui": "^2.8.1", - "@nolebase/ui-asciinema": "^2.8.1", - "@nolebase/vitepress-plugin-enhanced-mark": "^2.8.1", - "@nolebase/vitepress-plugin-enhanced-readabilities": "^2.8.1", - "@nolebase/vitepress-plugin-git-changelog": "^2.8.1", - "@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.8.1", - "@types/node": "^22.9.0", - "@vueuse/core": "^11.2.0", - "asciinema-player": "^3.8.1", - "eslint": "^9.14.0", - "typescript": "^5.6.3", - "unocss": "^0.64.0", - "vite": "^5.4.10", - "vite-plugin-inspect": "^0.8.7", - "vitepress": "^1.5.0", - "vitepress-plugin-tabs": "^0.5.0", - "vue": "^3.5.12" + "@antfu/eslint-config": "3.8.0", + "@iconify-json/carbon": "1.2.4", + "@iconify-json/icon-park-outline": "1.2.1", + "@iconify-json/octicon": "1.2.1", + "@iconify-json/simple-icons": "1.2.11", + "@iconify-json/twemoji": "1.2.1", + "@nolebase/ui": "2.8.1", + "@nolebase/ui-asciinema": "2.8.1", + "@nolebase/vitepress-plugin-enhanced-mark": "2.8.1", + "@nolebase/vitepress-plugin-enhanced-readabilities": "2.8.1", + "@nolebase/vitepress-plugin-git-changelog": "2.8.1", + "@nolebase/vitepress-plugin-highlight-targeted-heading": "2.8.1", + "@types/node": "22.9.0", + "@vueuse/core": "11.2.0", + "asciinema-player": "3.8.1", + "eslint": "9.14.0", + "typescript": "5.6.3", + "unocss": "0.64.0", + "vite": "5.4.10", + "vite-plugin-inspect": "0.8.7", + "vitepress": "1.5.0", + "vitepress-plugin-tabs": "0.5.0", + "vue": "3.5.12" } } diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 34e8f56..f292fe5 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -9,73 +9,73 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: ^3.8.0 + specifier: 3.8.0 version: 3.8.0(@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) '@iconify-json/carbon': - specifier: ^1.2.4 + specifier: 1.2.4 version: 1.2.4 '@iconify-json/icon-park-outline': - specifier: ^1.2.1 + specifier: 1.2.1 version: 1.2.1 '@iconify-json/octicon': - specifier: ^1.2.1 + specifier: 1.2.1 version: 1.2.1 '@iconify-json/simple-icons': - specifier: ^1.2.11 + specifier: 1.2.11 version: 1.2.11 '@iconify-json/twemoji': - specifier: ^1.2.1 + specifier: 1.2.1 version: 1.2.1 '@nolebase/ui': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@nolebase/ui-asciinema': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(asciinema-player@3.8.1)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@nolebase/vitepress-plugin-enhanced-mark': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@nolebase/vitepress-plugin-enhanced-readabilities': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@nolebase/vitepress-plugin-git-changelog': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@nolebase/vitepress-plugin-highlight-targeted-heading': - specifier: ^2.8.1 + specifier: 2.8.1 version: 2.8.1(@algolia/client-search@5.13.0)(@types/node@22.9.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) '@types/node': - specifier: ^22.9.0 + specifier: 22.9.0 version: 22.9.0 '@vueuse/core': - specifier: ^11.2.0 + specifier: 11.2.0 version: 11.2.0(vue@3.5.12(typescript@5.6.3)) asciinema-player: - specifier: ^3.8.1 + specifier: 3.8.1 version: 3.8.1 eslint: - specifier: ^9.14.0 + specifier: 9.14.0 version: 9.14.0(jiti@1.21.6) typescript: - specifier: ^5.6.3 + specifier: 5.6.3 version: 5.6.3 unocss: - specifier: ^0.64.0 + specifier: 0.64.0 version: 0.64.0(postcss@8.4.47)(rollup@4.25.0)(vite@5.4.10(@types/node@22.9.0)(less@4.2.0))(vue@3.5.12(typescript@5.6.3)) vite: - specifier: ^5.4.10 + specifier: 5.4.10 version: 5.4.10(@types/node@22.9.0)(less@4.2.0) vite-plugin-inspect: - specifier: ^0.8.7 + specifier: 0.8.7 version: 0.8.7(rollup@4.25.0)(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)) vitepress: - specifier: ^1.5.0 + specifier: 1.5.0 version: 1.5.0(@algolia/client-search@5.13.0)(@types/node@22.9.0)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3) vitepress-plugin-tabs: - specifier: ^0.5.0 + specifier: 0.5.0 version: 0.5.0(vitepress@1.5.0(@algolia/client-search@5.13.0)(@types/node@22.9.0)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0)(typescript@5.6.3))(vue@3.5.12(typescript@5.6.3)) vue: - specifier: ^3.5.12 + specifier: 3.5.12 version: 3.5.12(typescript@5.6.3) packages: @@ -668,9 +668,6 @@ packages: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} - '@jridgewell/sourcemap-codec@1.4.15': - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} @@ -716,15 +713,6 @@ packages: '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - '@rollup/pluginutils@5.1.0': - resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - '@rollup/pluginutils@5.1.3': resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} engines: {node: '>=14.0.0'} @@ -862,9 +850,6 @@ packages: '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -895,9 +880,6 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@types/unist@2.0.10': - resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} - '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -1157,11 +1139,6 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.14.0: resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} engines: {node: '>=0.4.0'} @@ -1449,10 +1426,6 @@ packages: engines: {node: '>=18'} hasBin: true - escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} - engines: {node: '>=6'} - escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -1819,10 +1792,6 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} - engines: {node: '>= 4'} - ignore@5.3.2: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} @@ -2313,9 +2282,6 @@ packages: perfect-debounce@1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -2506,10 +2472,6 @@ packages: solid-js@1.8.16: resolution: {integrity: sha512-rja94MNU9flF3qQRLNsu60QHKBDKBkVE1DldJZPIfn2ypIn3NV2WpSbGTQIvsyGPBo+9E2IMjwqnqpbgfWuzeg==} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -2635,9 +2597,6 @@ packages: peerDependencies: typescript: '>=4.2.0' - tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -2667,9 +2626,6 @@ packages: engines: {node: '>=14.17'} hasBin: true - ufo@1.5.3: - resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} - ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -3368,21 +3324,19 @@ snapshots: '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} - '@jridgewell/sourcemap-codec@1.4.15': {} - '@jridgewell/sourcemap-codec@1.5.0': {} '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@nodelib/fs.scandir@2.1.5': dependencies: @@ -3615,17 +3569,9 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@rollup/pluginutils@5.1.0(rollup@4.25.0)': - dependencies: - '@types/estree': 1.0.5 - estree-walker: 2.0.2 - picomatch: 2.3.1 - optionalDependencies: - rollup: 4.25.0 - '@rollup/pluginutils@5.1.3(rollup@4.25.0)': dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: @@ -3738,13 +3684,11 @@ snapshots: dependencies: '@types/ms': 0.7.34 - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} '@types/hast@3.0.4': dependencies: - '@types/unist': 2.0.10 + '@types/unist': 3.0.3 '@types/json-schema@7.0.15': {} @@ -3769,8 +3713,6 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/unist@2.0.10': {} - '@types/unist@3.0.3': {} '@types/web-bluetooth@0.0.20': {} @@ -4027,7 +3969,7 @@ snapshots: '@vue/shared': 3.5.12 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 + source-map-js: 1.2.1 '@vue/compiler-dom@3.5.12': dependencies: @@ -4044,7 +3986,7 @@ snapshots: estree-walker: 2.0.2 magic-string: 0.30.12 postcss: 8.4.47 - source-map-js: 1.2.0 + source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.12': dependencies: @@ -4127,8 +4069,6 @@ snapshots: dependencies: acorn: 8.14.0 - acorn@8.12.1: {} - acorn@8.14.0: {} ajv@6.12.6: @@ -4216,9 +4156,9 @@ snapshots: dependencies: run-applescript: 7.0.0 - bundle-require@5.0.0(esbuild@0.21.5): + bundle-require@5.0.0(esbuild@0.23.1): dependencies: - esbuild: 0.21.5 + esbuild: 0.23.1 load-tsconfig: 0.2.5 cac@6.7.14: {} @@ -4315,7 +4255,7 @@ snapshots: css-tree@3.0.1: dependencies: mdn-data: 2.12.1 - source-map-js: 1.2.0 + source-map-js: 1.2.1 cssesc@3.0.0: {} @@ -4441,8 +4381,6 @@ snapshots: '@esbuild/win32-ia32': 0.23.1 '@esbuild/win32-x64': 0.23.1 - escalade@3.1.2: {} - escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -4846,7 +4784,7 @@ snapshots: dependencies: '@sindresorhus/merge-streams': 2.3.0 fast-glob: 3.3.2 - ignore: 5.3.1 + ignore: 5.3.2 path-type: 5.0.0 slash: 5.1.0 unicorn-magic: 0.1.0 @@ -4905,8 +4843,6 @@ snapshots: safer-buffer: 2.1.2 optional: true - ignore@5.3.1: {} - ignore@5.3.2: {} image-size@0.5.5: @@ -4919,9 +4855,9 @@ snapshots: importx@0.4.4: dependencies: - bundle-require: 5.0.0(esbuild@0.21.5) + bundle-require: 5.0.0(esbuild@0.23.1) debug: 4.3.6 - esbuild: 0.21.5 + esbuild: 0.23.1 jiti: 2.0.0-beta.3 jiti-v1: jiti@1.21.6 pathe: 1.1.2 @@ -5035,7 +4971,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.2 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -5420,10 +5356,10 @@ snapshots: mlly@1.7.1: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 pathe: 1.1.2 pkg-types: 1.1.3 - ufo: 1.5.3 + ufo: 1.5.4 mrmime@2.0.0: {} @@ -5545,8 +5481,6 @@ snapshots: perfect-debounce@1.0.0: {} - picocolors@1.0.1: {} - picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -5738,8 +5672,6 @@ snapshots: seroval: 1.0.5 seroval-plugins: 1.0.5(seroval@1.0.5) - source-map-js@1.2.0: {} - source-map-js@1.2.1: {} source-map@0.6.1: @@ -5849,8 +5781,6 @@ snapshots: dependencies: typescript: 5.6.3 - tslib@2.6.2: {} - tslib@2.8.1: {} tsx@4.19.2: @@ -5872,8 +5802,6 @@ snapshots: typescript@5.6.3: {} - ufo@1.5.3: {} - ufo@1.5.4: {} unconfig@0.5.5: @@ -5974,13 +5902,13 @@ snapshots: vite-plugin-inspect@0.8.7(rollup@4.25.0)(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.0(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) debug: 4.3.6 error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 perfect-debounce: 1.0.0 - picocolors: 1.0.1 + picocolors: 1.1.1 sirv: 2.0.4 vite: 5.4.10(@types/node@22.9.0)(less@4.2.0) transitivePeerDependencies: @@ -6110,7 +6038,7 @@ snapshots: yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.2 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3