Skip to content

Commit fef771a

Browse files
Update Node.js to v20.19.1
1 parent fe0062e commit fef771a

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 20.9.0
1+
nodejs 20.19.1
22
yarn 1.22.22

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"zustand": "^4.4.1"
7070
},
7171
"devDependencies": {
72-
"@types/node": "20.5.0",
72+
"@types/node": "20.17.41",
7373
"@types/papaparse": "^5.3.15",
7474
"@types/react": "18.3.20",
7575
"@types/react-dom": "18.3.7",

yarn.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,10 @@
10501050
zod "^3.22.3"
10511051
zod-to-json-schema "^3.22.5"
10521052

1053-
"@langchain/core@^0.3.0":
1054-
version "0.3.51"
1055-
resolved "https://registry.yarnpkg.com/@langchain/core/-/core-0.3.51.tgz#3767fce686bf5cda26b9a08aa02d19618ae2b218"
1056-
integrity sha512-2nE30uuomSQrIQKB3BLgQtECZLWj5gwPEzQ+I6Ot6s9DKd133nXp3eZeggkAJ/uuc4WVROYVNJnmxepeAWo02Q==
1053+
"@langchain/core@^0.3.46":
1054+
version "0.3.53"
1055+
resolved "https://registry.yarnpkg.com/@langchain/core/-/core-0.3.53.tgz#40f4c2d9848cd2e46e5f5f471cd11656fcf94a43"
1056+
integrity sha512-rHlBcEG5PNaWxlVhPTLiZ0WRCr/URNEUynhgZTZ8QbTJhQ1vEMibdr2YL9LYKHSXNyAp/b5j3itcu3epB8FD7Q==
10571057
dependencies:
10581058
"@cfworker/json-schema" "^4.0.2"
10591059
ansi-styles "^5.0.0"
@@ -2564,10 +2564,12 @@
25642564
dependencies:
25652565
undici-types "~6.21.0"
25662566

2567-
2568-
version "20.5.0"
2569-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313"
2570-
integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==
2567+
2568+
version "20.17.41"
2569+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.41.tgz#2bdeac7818c371afab1eeb5f5d5225860feb313d"
2570+
integrity sha512-bOB0a6u/e7Ey/Gyc+ghRg+xoXFGYug4I7pdvwxudh+Ewmk93Z4wTudn4NIKiIRYQyujf9jm2uTBzQK8tg8oUeQ==
2571+
dependencies:
2572+
undici-types "~6.19.2"
25712573

25722574
"@types/node@^14.11.5":
25732575
version "14.18.63"

0 commit comments

Comments
 (0)