Skip to content

Commit fc22e8c

Browse files
fix(deps): update external major
1 parent 3a02a29 commit fc22e8c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/actions/setup-node-npm/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: "composite"
66
steps:
77
- name: Set up Node
8-
uses: actions/setup-node@v5
8+
uses: actions/setup-node@v6
99
with:
10-
node-version: 22.21
10+
node-version: 24.11
1111

1212
- name: Get npm cache directory
1313
id: npm-cache-dir

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: 'false'
2222
- name: Setup Node & NPM
@@ -41,7 +41,7 @@ jobs:
4141
if: github.ref == 'refs/heads/main'
4242
steps:
4343
- name: Check out
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
persist-credentials: 'false'
4747

@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/main'
7171
steps:
7272
- name: Check out
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
persist-credentials: 'false'
7676

@@ -94,7 +94,7 @@ jobs:
9494
if: github.ref == 'refs/heads/main'
9595
steps:
9696
- name: Check out
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898
with:
9999
persist-credentials: 'false'
100100

@@ -130,7 +130,7 @@ jobs:
130130
if: github.ref != 'refs/heads/main'
131131
steps:
132132
- name: Check out
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
with:
135135
persist-credentials: 'false'
136136

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Setup Node & NPM
2020
uses: ./.github/actions/setup-node-npm

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"type": "module",
77
"engines": {
8-
"node": ">=22.0.0 <23.0.0",
8+
"node": ">=22.0.0 <25.0.0",
99
"npm": ">=10.9.0 <12.0.0"
1010
},
1111
"scripts": {
@@ -88,9 +88,9 @@
8888
"@aws-sdk/client-sfn": "3.936.0",
8989
"@aws-sdk/client-sqs": "3.936.0",
9090
"@aws-sdk/s3-request-presigner": "3.937.0",
91-
"@langchain/core": "0.3.79",
92-
"@langchain/langgraph": "0.4.9",
93-
"@langchain/openai": "0.6.16",
91+
"@langchain/core": "1.1.0",
92+
"@langchain/langgraph": "1.0.2",
93+
"@langchain/openai": "1.1.3",
9494
"@octokit/rest": "22.0.1",
9595
"@slack/bolt": "4.6.0",
9696
"@slack/web-api": "7.12.0",
@@ -119,7 +119,7 @@
119119
"@semantic-release/changelog": "6.0.3",
120120
"@semantic-release/exec": "7.1.0",
121121
"@semantic-release/git": "10.0.1",
122-
"@semantic-release/npm": "12.0.2",
122+
"@semantic-release/npm": "13.1.2",
123123
"@xmldom/xmldom": "0.9.8",
124124
"c8": "10.1.3",
125125
"chai": "6.2.1",
@@ -137,7 +137,7 @@
137137
"mocha-suppress-logs": "0.6.0",
138138
"nock": "14.0.10",
139139
"nodemon": "3.1.11",
140-
"semantic-release": "24.2.9",
140+
"semantic-release": "25.0.2",
141141
"sinon": "21.0.0",
142142
"sinon-chai": "4.0.1",
143143
"yaml": "2.8.1"

0 commit comments

Comments
 (0)