From d48505f09916450e94b840e3e019c8ae5f4d65ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:20:16 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/main.yml | 4 ++-- .github/workflows/npm-publish.yml | 8 ++++---- .github/workflows/stale.yml | 2 +- package.json | 12 ++++++------ 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5e1051..45e63bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,9 @@ jobs: node-version: ['lts/*', 'current'] steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Node.js (${{ matrix.node-version }}) - uses: actions/setup-node@v4 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 96003c1..e05940d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,8 +11,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: "20.x" - run: npm i @@ -22,8 +22,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 922b07d..d68a378 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 365 diff --git a/package.json b/package.json index 24c737f..e732486 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "typescript" ], "devDependencies": { - "@types/jest": "^29.5.12", - "jest": "^29.7.0", - "ts-jest": "^29.1.2", - "ts-node": "^10.9.2", - "tsup": "^8.0.2", - "typescript": "^5.4.3" + "@types/jest": "29.5.12", + "jest": "29.7.0", + "ts-jest": "29.1.2", + "ts-node": "10.9.2", + "tsup": "8.0.2", + "typescript": "5.4.5" } }