From fc22e8cf7a8d3b9d93122917e7f6b5d880d8b221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:37:20 +0000 Subject: [PATCH] fix(deps): update external major --- .github/actions/setup-node-npm/action.yaml | 4 ++-- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/e2e-tests.yaml | 2 +- package.json | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/setup-node-npm/action.yaml b/.github/actions/setup-node-npm/action.yaml index ac95e6e5c..3058ac2ad 100644 --- a/.github/actions/setup-node-npm/action.yaml +++ b/.github/actions/setup-node-npm/action.yaml @@ -5,9 +5,9 @@ runs: using: "composite" steps: - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: 22.21 + node-version: 24.11 - name: Get npm cache directory id: npm-cache-dir diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 896cad984..27f3bd272 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' - name: Setup Node & NPM @@ -41,7 +41,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' @@ -70,7 +70,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' @@ -94,7 +94,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' @@ -130,7 +130,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false' diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index c6a699179..b57785785 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node & NPM uses: ./.github/actions/setup-node-npm diff --git a/package.json b/package.json index 190aeecb0..cc465d5af 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/index.js", "type": "module", "engines": { - "node": ">=22.0.0 <23.0.0", + "node": ">=22.0.0 <25.0.0", "npm": ">=10.9.0 <12.0.0" }, "scripts": { @@ -88,9 +88,9 @@ "@aws-sdk/client-sfn": "3.936.0", "@aws-sdk/client-sqs": "3.936.0", "@aws-sdk/s3-request-presigner": "3.937.0", - "@langchain/core": "0.3.79", - "@langchain/langgraph": "0.4.9", - "@langchain/openai": "0.6.16", + "@langchain/core": "1.1.0", + "@langchain/langgraph": "1.0.2", + "@langchain/openai": "1.1.3", "@octokit/rest": "22.0.1", "@slack/bolt": "4.6.0", "@slack/web-api": "7.12.0", @@ -119,7 +119,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", - "@semantic-release/npm": "12.0.2", + "@semantic-release/npm": "13.1.2", "@xmldom/xmldom": "0.9.8", "c8": "10.1.3", "chai": "6.2.1", @@ -137,7 +137,7 @@ "mocha-suppress-logs": "0.6.0", "nock": "14.0.10", "nodemon": "3.1.11", - "semantic-release": "24.2.9", + "semantic-release": "25.0.2", "sinon": "21.0.0", "sinon-chai": "4.0.1", "yaml": "2.8.1"