Skip to content

Commit b7e089d

Browse files
chore(deps-dev): bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js), [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) and [@supabase/postgrest-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/postgrest-js). Updates `@supabase/supabase-js` from 2.110.1 to 2.110.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.110.2/packages/core/supabase-js) Updates `@clerk/backend` from 3.11.2 to 3.11.3 - [Release notes](https://github.com/clerk/javascript/releases) - [Changelog](https://github.com/clerk/javascript/blob/main/packages/backend/CHANGELOG.md) - [Commits](https://github.com/clerk/javascript/commits/@clerk/backend@3.11.3/packages/backend) Updates `@supabase/postgrest-js` from 2.110.1 to 2.110.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/postgrest-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.110.2/packages/core/postgrest-js) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.110.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@clerk/backend" dependency-version: 3.11.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@supabase/postgrest-js" dependency-version: 2.110.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b2551a commit b7e089d

5 files changed

Lines changed: 81 additions & 46 deletions

File tree

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.1",
59+
"@supabase/supabase-js": "^2.110.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@cipherstash/protect-ffi": "0.29.0",
7373
"@cipherstash/test-kit": "workspace:*",
7474
"fta-cli": "3.0.0",
75-
"@supabase/postgrest-js": "2.110.1",
76-
"@supabase/supabase-js": "^2.110.1",
75+
"@supabase/postgrest-js": "2.110.2",
76+
"@supabase/supabase-js": "^2.110.2",
7777
"@types/pg": "^8.20.0",
7878
"fast-check": "^4.9.0",
7979
"dotenv": "17.4.2",

packages/stack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
"devDependencies": {
205205
"@cipherstash/eql": "3.0.0",
206206
"@clack/prompts": "^1.7.0",
207-
"@clerk/backend": "3.11.2",
208-
"@supabase/postgrest-js": "2.110.1",
209-
"@supabase/supabase-js": "^2.110.1",
207+
"@clerk/backend": "3.11.3",
208+
"@supabase/postgrest-js": "2.110.2",
209+
"@supabase/supabase-js": "^2.110.2",
210210
"@types/pg": "^8.20.0",
211211
"@types/uuid": "^11.0.0",
212212
"dotenv": "17.4.2",

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.11.2",
20+
"@clerk/backend": "3.11.3",
2121
"typescript": "catalog:repo",
2222
"vitest": "catalog:repo"
2323
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)