Skip to content

Commit bdaba27

Browse files
committed
chore: update yarn/deps
1 parent 9692c60 commit bdaba27

File tree

30 files changed

+1058
-6557
lines changed

30 files changed

+1058
-6557
lines changed

oada/.yarn/releases/yarn-4.5.1.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

oada/.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ compressionLevel: mixed
44

55
enableGlobalCache: false
66

7+
ignorePath: true
8+
79
packageExtensions:
810
"@fastify/accepts@*":
911
peerDependencies:
@@ -60,5 +62,3 @@ packageExtensions:
6062
oauth2orize-pkce@*:
6163
peerDependencies:
6264
oauth2orize: "*"
63-
64-
yarnPath: .yarn/releases/yarn-4.5.1.cjs

oada/libs/lib-arangodb/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@oada/models": "workspace:^",
6060
"@oada/oadaify": "^2.1.0",
6161
"@oada/types": "^4.0.0",
62-
"arangojs": "^9.1.0",
62+
"arangojs": "^9.2.0",
6363
"bcryptjs": "^2.4.3",
64-
"debug": "^4.3.7",
64+
"debug": "^4.4.0",
6565
"deep-equal": "^2.2.3",
6666
"flat": "^6.0.1",
6767
"json-ptr": "^3.1.1",
@@ -75,9 +75,9 @@
7575
"@types/deep-equal": "^1.0.4",
7676
"@types/flat": "^5.0.5",
7777
"@types/json-pointer": "^1.0.34",
78-
"@types/node": "^22.9.1",
78+
"@types/node": "^22.10.2",
7979
"ava": "6.2.0",
80-
"type-fest": "^4.27.0"
80+
"type-fest": "^4.30.0"
8181
},
8282
"volta": {
8383
"node": "22.5.1"

oada/libs/lib-arangodb/src/libs/putBodies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const collection = database.collection(
2727
*/
2828
export async function savePutBody(body: string): Promise<{ _id: string }> {
2929
// The _id comes back in the response to save
30-
return collection.save(`{"body":${body}}`);
30+
return collection.save({body});
3131
}
3232

3333
export async function getPutBody(id: string): Promise<unknown> {

oada/libs/lib-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"convict": "^6.2.4",
3838
"convict-format-with-moment": "^6.2.0",
3939
"convict-format-with-validator": "^6.2.0",
40-
"debug": "^4.3.7",
41-
"dotenv": "^16.4.5",
40+
"debug": "^4.4.0",
41+
"dotenv": "^16.4.7",
4242
"json5": "^2.2.3",
4343
"tslib": "2.8.1",
4444
"yaml": "^2.6.1"

oada/libs/lib-kafka/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@oada/lib-config": "workspace:^",
3939
"cls-rtracer": "^2.6.3",
40-
"debug": "^4.3.7",
40+
"debug": "^4.4.0",
4141
"eventemitter3": "^5.0.1",
4242
"kafkajs": "^2.2.4",
4343
"ksuid": "^3.0.0",
@@ -48,7 +48,7 @@
4848
"@ava/typescript": "^5.0.0",
4949
"@types/convict": "^6.1.6",
5050
"@types/debug": "^4.1.12",
51-
"@types/node": "^22.9.1",
51+
"@types/node": "^22.10.2",
5252
"@types/uuid": "^10.0.0",
5353
"ava": "6.2.0"
5454
},

oada/libs/lib-prom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@ava/typescript": "^5.0.0",
4444
"@types/convict": "^6.1.6",
45-
"@types/node": "^22.9.1",
45+
"@types/node": "^22.10.2",
4646
"@types/ws": "^8.5.13",
4747
"ava": "6.2.0",
4848
"fastify-plugin": "^5.0.1"

oada/libs/models/package-lock.json

Lines changed: 0 additions & 289 deletions
This file was deleted.

oada/libs/models/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"@oada/types": "^4.0.0",
3232
"@qlever-llc/interface2class": "^1.1.0",
3333
"tslib": "2.8.1",
34-
"type-fest": "^4.27.0",
34+
"type-fest": "^4.30.0",
3535
"xksuid": "^0.0.4"
3636
},
3737
"volta": {
3838
"node": "22.5.1"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^22.9.1",
41+
"@types/node": "^22.10.2",
4242
"jose": "^5.9.6"
4343
}
4444
}

0 commit comments

Comments
 (0)