From 483404a7eae80174b33350e01cdb52fdd649f899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:42:26 +0000 Subject: [PATCH] chore(deps): update external major --- .github/actions/configure-aws/action.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/configure-aws/action.yaml b/.github/actions/configure-aws/action.yaml index b1918c5..fc97c17 100644 --- a/.github/actions/configure-aws/action.yaml +++ b/.github/actions/configure-aws/action.yaml @@ -17,7 +17,7 @@ runs: steps: - name: Configure AWS Credentials id: creds - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-1 role-to-assume: ${{ inputs.aws_role_to_assume }} diff --git a/package.json b/package.json index e9c1dfa..ca91d13 100755 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "chai-as-promised": "8.0.2", "chokidar": "5.0.0", "dotenv": "17.3.1", - "eslint": "9.39.3", + "eslint": "10.0.2", "esmock": "2.7.3", "husky": "9.1.7", "junit-report-builder": "5.1.1",