Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 583c51d

Browse files
committedDec 16, 2024·
410th Commit
1 parent ebf22dd commit 583c51d

File tree

4 files changed

+326
-248
lines changed

4 files changed

+326
-248
lines changed
 

‎app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -12,56 +12,56 @@
1212
},
1313
"dependencies": {
1414
"@fastify/cors": "10.0.1",
15-
"@fastify/helmet": "12.0.1",
16-
"@fastify/jwt": "9.0.1",
15+
"@fastify/helmet": "13.0.0",
16+
"@fastify/jwt": "9.0.2",
1717
"@fastify/mongodb": "9.0.1",
1818
"@fastify/multipart": "9.0.1",
19-
"@fastify/one-line-logger": "2.0.0",
20-
"@fastify/rate-limit": "10.1.1",
19+
"@fastify/one-line-logger": "2.0.1",
20+
"@fastify/rate-limit": "10.2.1",
2121
"@fastify/redis": "7.0.1",
2222
"@fastify/sensible": "6.0.1",
23-
"@fastify/type-provider-typebox": "5.0.1",
24-
"@fastify/under-pressure": "9.0.1",
23+
"@fastify/type-provider-typebox": "5.1.0",
24+
"@fastify/under-pressure": "9.0.2",
2525
"@fastify/websocket": "11.0.1",
26-
"@keyv/redis": "3.0.1",
27-
"@langchain/core": "0.3.17",
26+
"@keyv/redis": "4.1.0",
27+
"@langchain/core": "0.3.23",
2828
"@langchain/mongodb": "0.1.0",
29-
"@langchain/openai": "0.3.12",
30-
"@sinclair/typebox": "0.33.22",
29+
"@langchain/openai": "0.3.14",
30+
"@sinclair/typebox": "0.34.11",
3131
"async-cache-dedupe": "2.2.0",
3232
"bree": "9.2.4",
33-
"bullmq": "5.25.4",
34-
"cache-manager": "6.1.3",
35-
"cacheable": "1.8.4",
33+
"bullmq": "5.34.2",
34+
"cache-manager": "6.3.1",
35+
"cacheable": "1.8.6",
3636
"exceljs": "4.4.0",
37-
"fastify": "5.1.0",
37+
"fastify": "5.2.0",
3838
"fastify-cloudinary": "2.0.0",
3939
"fastify-i18n": "3.0.0",
4040
"fastify-plugin": "5.0.1",
4141
"fastify-uws": "1.0.1",
4242
"generate-password": "1.7.1",
4343
"ioredis": "5.4.1",
44-
"keyv": "5.2.1",
45-
"langchain": "0.3.5",
44+
"keyv": "5.2.2",
45+
"langchain": "0.3.7",
4646
"nodemailer": "6.9.16",
4747
"nunjucks": "3.2.4",
4848
"ofetch": "1.4.1",
4949
"otplib": "12.0.1",
5050
"pbkdf2-passworder": "1.0.1"
5151
},
5252
"devDependencies": {
53-
"@types/nodemailer": "6.4.16",
53+
"@types/nodemailer": "6.4.17",
5454
"@types/nunjucks": "3.2.6",
55-
"@vitest/coverage-v8": "2.1.4",
55+
"@vitest/coverage-v8": "2.1.8",
5656
"mongodb-memory-server": "10.1.2",
5757
"process-envify": "2.0.0",
5858
"redis-memory-server": "0.11.0",
59-
"typescript": "5.6.3",
60-
"vite": "5.4.10",
61-
"vite-node": "2.1.4",
59+
"typescript": "5.7.2",
60+
"vite": "5.4.11",
61+
"vite-node": "2.1.8",
6262
"vite-plugin-fastify": "1.2.5",
6363
"vite-plugin-fastify-routes": "1.1.1",
64-
"vite-plugin-static-copy": "2.1.0",
65-
"vitest": "2.1.4"
64+
"vite-plugin-static-copy": "2.2.0",
65+
"vitest": "2.1.8"
6666
}
6767
}

‎e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"e2e": "playwright test"
66
},
77
"devDependencies": {
8-
"@playwright/test": "1.48.2",
8+
"@playwright/test": "1.49.1",
99
"@types/ws": "8.5.13",
1010
"fetch-event-stream": "0.1.5",
1111
"ws": "8.18.0"

‎mock/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"mock": "vite"
66
},
77
"dependencies": {
8-
"@fastify/one-line-logger": "2.0.0",
9-
"fastify": "5.1.0",
8+
"@fastify/one-line-logger": "2.0.1",
9+
"fastify": "5.2.0",
1010
"fastify-plugin": "5.0.1"
1111
},
1212
"devDependencies": {
1313
"process-envify": "2.0.0",
14-
"vite": "5.4.10",
14+
"vite": "5.4.11",
1515
"vite-plugin-fastify": "1.2.5",
1616
"vite-plugin-fastify-routes": "1.1.1"
1717
}
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.