From b14d80a3d93e9eb08bf23feb02e123512588a1d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:13:37 +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..30cbe6a 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 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..06a4c4d 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Echo Message run: echo "Running SonarQube Analysis" diff --git a/package-lock.json b/package-lock.json index 51978f4..043f4be 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.2" } }, @@ -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 5387686..b352149 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.2" }, "nx": {}