Skip to content

Commit 588c4db

Browse files
committed
Update dependencies
1 parent d62aa4e commit 588c4db

File tree

3 files changed

+92
-62
lines changed

3 files changed

+92
-62
lines changed

package-lock.json

Lines changed: 82 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@fortawesome/fontawesome-free": "^6.7.2",
2626
"@googleapis/drive": "^12.1.0",
2727
"@googleapis/sheets": "^9.8.0",
28-
"@huggingface/inference": "^3.15.0",
29-
"@langchain/community": "^0.3.44",
28+
"@huggingface/inference": "3.15.0",
29+
"@langchain/community": "0.3.45",
3030
"@langchain/core": "^0.3.57",
31-
"@langchain/mongodb": "^0.1.0",
31+
"@langchain/mongodb": "0.1.0",
3232
"@langchain/textsplitters": "^0.1.0",
3333
"@lob/lob-typescript-sdk": "^1.3.5",
3434
"@naandalist/patch-package": "^8.1.3",
@@ -50,7 +50,7 @@
5050
"express-rate-limit": "^7.5.0",
5151
"express-session": "^1.18.1",
5252
"jquery": "^3.7.1",
53-
"langchain": "^0.3.27",
53+
"langchain": "0.3.27",
5454
"lastfm": "^0.9.4",
5555
"lusca": "^1.7.0",
5656
"mailchecker": "^6.0.17",
@@ -72,9 +72,9 @@
7272
"passport-steam-openid": "^1.1.5",
7373
"pdfjs-dist": "^5.2.133",
7474
"pug": "^3.0.3",
75-
"sass": "^1.89.0",
76-
"stripe": "^18.1.1",
77-
"twilio": "^5.6.1",
75+
"sass": "^1.89.1",
76+
"stripe": "^18.2.0",
77+
"twilio": "^5.7.0",
7878
"twitch-passport": "^1.0.6",
7979
"validator": "^13.15.15"
8080
},
@@ -85,7 +85,7 @@
8585
"@prettier/plugin-pug": "^3.4.0",
8686
"c8": "^10.1.3",
8787
"chai": "^5.2.0",
88-
"eslint": "^9.27.0",
88+
"eslint": "^9.28.0",
8989
"eslint-config-prettier": "^10.1.5",
9090
"eslint-plugin-chai-friendly": "^1.0.1",
9191
"eslint-plugin-import": "^2.31.0",
@@ -98,11 +98,11 @@
9898
"supertest": "^7.1.1"
9999
},
100100
"overrides": {
101-
"@huggingface/inference": "^3.15.0",
101+
"@huggingface/inference": "3.15.0",
102102
"@sinonjs/samsam": "github:SeattleDevs/samsam.git",
103103
"formdata-node": "^6.0.3"
104104
},
105105
"engines": {
106-
"node": ">=22.13.1"
106+
"node": ">=22.16.0"
107107
}
108108
}

0 commit comments

Comments
 (0)