From 9697428a67b57456cb2db4584ec9d936ae842275 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:32:03 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/changesets.yml | 10 +++++----- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 0629abf..5a1fb8c 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.3.1 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.22.3 - run: corepack enable @@ -32,7 +32,7 @@ jobs: id: cache run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v4.3.0 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -47,7 +47,7 @@ jobs: - name: Update release PR / Publish packages to `npm` id: changesets - uses: changesets/action@v1 + uses: changesets/action@v1.9.0 with: title: Release commit: Release new version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713c6dd..4bef93a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.3.1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.22.3 - run: corepack enable @@ -23,7 +23,7 @@ jobs: id: cache run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v4.3.0 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.3.1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.22.3 - run: corepack enable @@ -51,7 +51,7 @@ jobs: id: cache run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v4.3.0 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -67,11 +67,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.3.1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.22.3 - run: corepack enable @@ -79,7 +79,7 @@ jobs: id: cache run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v4.3.0 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -95,11 +95,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.3.1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.22.3 - run: corepack enable @@ -107,7 +107,7 @@ jobs: id: cache run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v4.3.0 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/package.json b/package.json index 43d90bf..5fb49f0 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "eslint-processor-vue-blocks": "-", "jsonc-eslint-parser": "-", "toml-eslint-parser": "-", - "is-core-module": "npm:@nolyfill/is-core-module@^1", - "safer-buffer": "npm:@nolyfill/safer-buffer@^1" + "is-core-module": "npm:@nolyfill/is-core-module@1.0.39", + "safer-buffer": "npm:@nolyfill/safer-buffer@1.0.44" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf9269e..eef00bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ overrides: eslint-processor-vue-blocks: '-' jsonc-eslint-parser: '-' toml-eslint-parser: '-' - is-core-module: npm:@nolyfill/is-core-module@^1 - safer-buffer: npm:@nolyfill/safer-buffer@^1 + is-core-module: npm:@nolyfill/is-core-module@1.0.39 + safer-buffer: npm:@nolyfill/safer-buffer@1.0.44 importers: