From 67342cb36b76555093c5d704bf56b44e671b276b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:54:55 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/changesets.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 0629abf..4f828c9 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713c6dd..65f7341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable diff --git a/package.json b/package.json index 5c0f7aa..866272c 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 49b15d7..c9b499a 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: