From e93e1e6bebc0c9da0482b48608aa970311e3748d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:18:56 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/actions/builds/npm-install/action.yml | 2 +- .github/workflows/pr-test.yml | 6 +++--- package-lock.json | 16 ++++++++-------- package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/actions/builds/npm-install/action.yml b/.github/actions/builds/npm-install/action.yml index 9f3adb4..c64c4fc 100644 --- a/.github/actions/builds/npm-install/action.yml +++ b/.github/actions/builds/npm-install/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Cache node_modules id: cache - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ./node_modules key: modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index ef99f20..b02c329 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -39,7 +39,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Run unit test uses: ./.github/actions/tests/unit-test @@ -54,7 +54,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Echo Message run: echo "Running tests for affected PR" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Echo Message run: echo "Running SonarQube Analysis" diff --git a/package-lock.json b/package-lock.json index bd913f8..356db90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "uuidv4": "^6.2.10" }, "devDependencies": { - "@faker-js/faker": "^6.0.0", + "@faker-js/faker": "6.3.1", "nx": "19.8.14" } }, @@ -46,13 +46,13 @@ } }, "node_modules/@faker-js/faker": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0.tgz", - "integrity": "sha512-10zLCKhp3YEmBuko71ivcMoIZcCLXgQVck6aNswX+AWwaek/L8S3yz9i8m3tHigRkcF6F2vI+qtdtyySHK+bGA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.3.1.tgz", + "integrity": "sha512-8YXBE2ZcU/pImVOHX7MWrSR/X5up7t6rPWZlk34RwZEcdr3ua6X+32pSd6XuOQRN+vbuvYNfA6iey8NbrjuMFQ==", "dev": true, "engines": { "node": ">=14.0.0", - "npm": ">=7.0.0" + "npm": ">=6.0.0" } }, "node_modules/@jest/schemas": { @@ -1871,9 +1871,9 @@ } }, "@faker-js/faker": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.0.0.tgz", - "integrity": "sha512-10zLCKhp3YEmBuko71ivcMoIZcCLXgQVck6aNswX+AWwaek/L8S3yz9i8m3tHigRkcF6F2vI+qtdtyySHK+bGA==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-6.3.1.tgz", + "integrity": "sha512-8YXBE2ZcU/pImVOHX7MWrSR/X5up7t6rPWZlk34RwZEcdr3ua6X+32pSd6XuOQRN+vbuvYNfA6iey8NbrjuMFQ==", "dev": true }, "@jest/schemas": { diff --git a/package.json b/package.json index 4aaf079..0f0327f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "uuidv4": "^6.2.10" }, "devDependencies": { - "@faker-js/faker": "^6.0.0", + "@faker-js/faker": "6.3.1", "nx": "19.8.14" }, "nx": {}