Skip to content

Commit b6eb658

Browse files
fix(deps): update external major
1 parent 517fb24 commit b6eb658

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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

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.927.0",
8989
"@aws-sdk/client-sqs": "3.927.0",
9090
"@aws-sdk/s3-request-presigner": "3.927.0",
91-
"@langchain/core": "0.3.79",
92-
"@langchain/langgraph": "0.4.9",
93-
"@langchain/openai": "0.6.16",
91+
"@langchain/core": "1.0.4",
92+
"@langchain/langgraph": "1.0.2",
93+
"@langchain/openai": "1.1.0",
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.1",
123123
"@xmldom/xmldom": "0.9.8",
124124
"c8": "10.1.3",
125125
"chai": "6.2.0",
@@ -137,7 +137,7 @@
137137
"mocha-suppress-logs": "0.6.0",
138138
"nock": "14.0.10",
139139
"nodemon": "3.1.10",
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)