Skip to content

Commit 5c10239

Browse files
authored
Merge pull request #672 from cipherstash/chore/deps-dev-dependencies
chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates
2 parents 21e60e9 + 44ea6fc commit 5c10239

9 files changed

Lines changed: 259 additions & 212 deletions

File tree

examples/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@prisma-next/cli": "0.14.0",
33-
"@types/node": "^22.20.0",
33+
"@types/node": "^22.20.1",
3434
"pathe": "^2.0.3",
3535
"tsx": "catalog:repo",
3636
"typescript": "catalog:repo",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"test:scripts": "vitest run --config scripts/vitest.config.mjs"
3838
},
3939
"devDependencies": {
40-
"@biomejs/biome": "^2.5.2",
40+
"@biomejs/biome": "^2.5.3",
4141
"@changesets/cli": "^2.31.0",
42-
"@types/node": "^22.20.0",
42+
"@types/node": "^22.20.1",
4343
"js-yaml": "^4.3.0",
4444
"rimraf": "^6.1.3",
45-
"turbo": "2.10.2",
45+
"turbo": "2.10.4",
4646
"vitest": "catalog:repo"
4747
},
4848
"packageManager": "pnpm@10.33.2",

packages/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pg": "^8.20.0"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^22.20.0",
20+
"@types/node": "^22.20.1",
2121
"@types/pg": "^8.20.0",
2222
"tsx": "catalog:repo",
2323
"typescript": "catalog:repo",

packages/prisma-next/test/decrypt-all.test.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,15 @@ describe('decryptAll — one bulkDecrypt per routing-key group', () => {
285285

286286
expect(sdk.bulkDecryptCalls).toHaveLength(1)
287287
const call = sdk.bulkDecryptCalls[0]
288-
expect(call?.ciphertexts).toHaveLength(3)
288+
if (!call) throw new Error('expected a recorded bulk decrypt call')
289+
expect(call.ciphertexts).toHaveLength(3)
289290
// Order is the walker's discovery order — for a flat array this
290291
// is the array's own order; the assertion pins that the bulk
291292
// decrypt's `ciphertexts` slot lines up with the envelopes the
292293
// walker visits in sequence.
293-
expect((call?.ciphertexts[0] as { c: string }).c).toBe('ct:x')
294-
expect((call?.ciphertexts[1] as { c: string }).c).toBe('ct:y')
295-
expect((call?.ciphertexts[2] as { c: string }).c).toBe('ct:z')
294+
expect((call.ciphertexts[0] as { c: string }).c).toBe('ct:x')
295+
expect((call.ciphertexts[1] as { c: string }).c).toBe('ct:y')
296+
expect((call.ciphertexts[2] as { c: string }).c).toBe('ct:z')
296297
})
297298

298299
it('groups by (sdk, routing key) so multi-tenant SDKs stay isolated', async () => {

packages/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"release": "tsup"
5757
},
5858
"devDependencies": {
59-
"@supabase/supabase-js": "^2.110.0",
59+
"@supabase/supabase-js": "^2.110.1",
6060
"execa": "^9.5.2",
6161
"json-schema-to-typescript": "^15.0.2",
6262
"postgres": "^3.4.7",

packages/stack-supabase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"@cipherstash/protect-ffi": "0.29.0",
7373
"@cipherstash/test-kit": "workspace:*",
7474
"fta-cli": "3.0.0",
75-
"@supabase/postgrest-js": "2.105.4",
76-
"@supabase/supabase-js": "^2.110.0",
75+
"@supabase/postgrest-js": "2.110.1",
76+
"@supabase/supabase-js": "^2.110.1",
7777
"@types/pg": "^8.20.0",
78-
"fast-check": "^4.8.0",
78+
"fast-check": "^4.9.0",
7979
"dotenv": "17.4.2",
8080
"pg": "8.20.0",
8181
"postgres": "^3.4.8",

packages/stack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@
204204
"devDependencies": {
205205
"@cipherstash/eql": "3.0.0",
206206
"@clack/prompts": "^1.4.0",
207-
"@clerk/backend": "3.4.9",
208-
"@supabase/postgrest-js": "2.105.4",
209-
"@supabase/supabase-js": "^2.110.0",
207+
"@clerk/backend": "3.11.2",
208+
"@supabase/postgrest-js": "2.110.1",
209+
"@supabase/supabase-js": "^2.110.1",
210210
"@types/pg": "^8.20.0",
211211
"@types/uuid": "^11.0.0",
212212
"dotenv": "17.4.2",
213213
"drizzle-orm": "^0.45.2",
214214
"execa": "^9.5.2",
215-
"fast-check": "^4.8.0",
215+
"fast-check": "^4.9.0",
216216
"fta-cli": "3.0.0",
217217
"json-schema-to-typescript": "^15.0.2",
218218
"pg": "8.20.0",

packages/test-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@cipherstash/stack": "workspace:*"
1818
},
1919
"devDependencies": {
20-
"@clerk/backend": "3.4.9",
20+
"@clerk/backend": "3.11.2",
2121
"typescript": "catalog:repo",
2222
"vitest": "catalog:repo"
2323
}

0 commit comments

Comments
 (0)