From 290ac3a8dafbd8ad6ef041d628f77a027e89ccb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:04:31 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/actions/codeql/action.yml | 4 ++-- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/security-scan.yml | 2 +- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/actions/codeql/action.yml b/.github/actions/codeql/action.yml index dc0a8f87..f541b9b4 100644 --- a/.github/actions/codeql/action.yml +++ b/.github/actions/codeql/action.yml @@ -10,9 +10,9 @@ runs: using: composite steps: - name: Initialize CodeQL - uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3 + uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3 with: languages: ${{ inputs.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3 + uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3 diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 20e3cb40..6844ef9a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: environment: Release name: CD steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - uses: ./.github/actions/setup diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5209394..509dfa42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: CI steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: ./.github/actions/setup - uses: ./.github/actions/lint - name: Unit tests diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 255be82e..7832c258 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -27,7 +27,7 @@ jobs: language: ["javascript"] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: CodeQL uses: ./.github/actions/codeql with: diff --git a/package-lock.json b/package-lock.json index d1c97351..afb5a4e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,10 +31,10 @@ "eslint": "8.57.0", "husky": "9.0.11", "jest": "29.7.0", - "lint-staged": "15.2.5", + "lint-staged": "15.2.7", "octokit": "3.2.1", - "prettier": "3.3.1", - "ts-jest": "29.1.4", + "prettier": "3.3.2", + "ts-jest": "29.1.5", "ts-node": "10.9.2", "typescript": "5.4.5", "yaml": "^2.2.1" @@ -4727,9 +4727,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz", - "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==", + "version": "15.2.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.7.tgz", + "integrity": "sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==", "dev": true, "license": "MIT", "dependencies": { @@ -5578,9 +5578,9 @@ } }, "node_modules/prettier": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", - "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, "license": "MIT", "bin": { @@ -6226,9 +6226,9 @@ } }, "node_modules/ts-jest": { - "version": "29.1.4", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.4.tgz", - "integrity": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==", + "version": "29.1.5", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.5.tgz", + "integrity": "sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 81d23713..385d49de 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,10 @@ "eslint": "8.57.0", "husky": "9.0.11", "jest": "29.7.0", - "lint-staged": "15.2.5", + "lint-staged": "15.2.7", "octokit": "3.2.1", - "prettier": "3.3.1", - "ts-jest": "29.1.4", + "prettier": "3.3.2", + "ts-jest": "29.1.5", "ts-node": "10.9.2", "typescript": "5.4.5", "yaml": "^2.2.1"