From d3ce5c258ad1f9785783507a75e9a3a598464b10 Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:21:35 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/codeql.yml | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 18e6e125f..b2cc6c1a3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -88,7 +88,7 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 with: category: '/language:${{matrix.language}}' diff --git a/package-lock.json b/package-lock.json index fbfe546af..1967c54f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "husky": "9.1.6", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "lint-staged": "15.2.10", "prettier": "3.3.3", "semantic-release": "24.1.2", @@ -10475,9 +10475,9 @@ } }, "node_modules/jest-runner-eslint": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jest-runner-eslint/-/jest-runner-eslint-2.2.0.tgz", - "integrity": "sha512-uR0kS/PCwCybIFh1yvbJSr3ajmusrueO8vnA4H3ItTpKCoYpQ9k2j2COrR1rdb4MnnbVBczrodCChrcJ/Hq3AQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jest-runner-eslint/-/jest-runner-eslint-2.2.1.tgz", + "integrity": "sha512-BSAB65hGhtr/Kmb7tSkfqFmK9LYwCMK8L1xcp+XaSToPFqr7sY1jleMZUeDhV0ITA33pW+JUCx5a02veVD2Q2w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 570fe6d6f..7bf2ee4e3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "husky": "9.1.6", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "lint-staged": "15.2.10", "prettier": "3.3.3", "semantic-release": "24.1.2",