diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 2f822f2e55..6b43eb5813 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh" - name: Lint files - uses: super-linter/super-linter/slim@56576d491db07c7236b445ab09991ca49d12b0c6 # v6.5.0 + uses: super-linter/super-linter/slim@5b638caee6ba65e25e07143887b669a1233847a0 # v6.5.1 env: VALIDATE_ALL_CODEBASE: true VALIDATE_SQLFLUFF: false diff --git a/package-lock.json b/package-lock.json index aa15f7aa93..340238ce56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "engines": { "node": ">=20", - "npm": "^10.5.0 || ^8.19.2" + "npm": "^10.7.0 || ^8.19.2" } }, "node_modules/@azu/format-text": { diff --git a/package.json b/package.json index 6b9348062b..13b35adb78 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ }, "engines": { "node": ">=20", - "npm": "^10.5.0 || ^8.19.2" + "npm": "^10.7.0 || ^8.19.2" } }