Skip to content

Commit

Permalink
Merge branch 'main' into renovate/pino-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice authored Mar 19, 2024
2 parents eb2cc44 + 6c257cf commit 78d7688
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/docs/local-postgres-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ brew install postgresql@14
> Obviously, warning! This resource will teach you how to wipe the various Postgres installs off your machine. Please only do it if you know you can!
### Windows and Other Platforms
If you're using another platform, see Prisma's [Data Guide](https://www.prisma.io/docs/guides/database-workflows/setting-up-a-database/postgresql) for detailed instructions on how to get up and running.
If you're using another platform, see Prisma's [Data Guide](https://www.prisma.io/dataguide/postgresql/setting-up-a-local-postgresql-database) for detailed instructions on how to get up and running.

## Creating a database

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.0",
"@clerk/clerk-sdk-node": "4.13.7",
"@clerk/clerk-sdk-node": "4.13.11",
"core-js": "3.35.1"
},
"devDependencies": {
Expand Down
44 changes: 14 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2118,20 +2118,20 @@ __metadata:
languageName: node
linkType: hard

"@clerk/backend@npm:0.37.3":
version: 0.37.3
resolution: "@clerk/backend@npm:0.37.3"
"@clerk/backend@npm:0.38.3":
version: 0.38.3
resolution: "@clerk/backend@npm:0.38.3"
dependencies:
"@clerk/shared": "npm:1.3.1"
"@clerk/types": "npm:3.60.0"
"@clerk/shared": "npm:1.3.3"
"@clerk/types": "npm:3.62.1"
"@peculiar/webcrypto": "npm:1.4.1"
"@types/node": "npm:16.18.6"
cookie: "npm:0.5.0"
deepmerge: "npm:4.2.2"
node-fetch-native: "npm:1.0.1"
snakecase-keys: "npm:5.4.4"
tslib: "npm:2.4.1"
checksum: 10c0/9a5497b35a23cc12beb91a88823608bf4e59869c367fb794e5c26f01dec81151a53d94f3bf197e09e4cb629797e53fc38cef9671973f62e8834d5b67bf9b85a5
checksum: 10c0/b96ea6380b0b7a1f39d2e180195cb9b498fe22cd9b07aa2ef9efbfc266a55f3c8a379be7c64e5241232bcef8a5e92b7c5502e3f2220b6463d16a9c46486d4394
languageName: node
linkType: hard

Expand All @@ -2148,36 +2148,20 @@ __metadata:
languageName: node
linkType: hard

"@clerk/clerk-sdk-node@npm:4.13.7":
version: 4.13.7
resolution: "@clerk/clerk-sdk-node@npm:4.13.7"
"@clerk/clerk-sdk-node@npm:4.13.11":
version: 4.13.11
resolution: "@clerk/clerk-sdk-node@npm:4.13.11"
dependencies:
"@clerk/backend": "npm:0.37.3"
"@clerk/shared": "npm:1.3.1"
"@clerk/types": "npm:3.60.0"
"@clerk/backend": "npm:0.38.3"
"@clerk/shared": "npm:1.3.3"
"@clerk/types": "npm:3.62.1"
"@types/cookies": "npm:0.7.7"
"@types/express": "npm:4.17.14"
"@types/node-fetch": "npm:2.6.2"
camelcase-keys: "npm:6.2.2"
snakecase-keys: "npm:3.2.1"
tslib: "npm:2.4.1"
checksum: 10c0/51bf5e0b1a7dbd4733d9a722cb21618f869c52dacd9925f84eccd65b3faea2cf55d16360c68ccca5f5a30d2611ee728a382e7ff2a9396ff93e56a6ffc8a2a01b
languageName: node
linkType: hard

"@clerk/shared@npm:1.3.1":
version: 1.3.1
resolution: "@clerk/shared@npm:1.3.1"
dependencies:
glob-to-regexp: "npm:0.4.1"
js-cookie: "npm:3.0.1"
swr: "npm:2.2.0"
peerDependencies:
react: ">=16"
peerDependenciesMeta:
react:
optional: true
checksum: 10c0/03a2683fedef91d3a1a5123dffacd2698b13f15327ad22e7908d4e9770fb988cff8faae52d2028285fadbd759612b4afb77128bc5f44f6845adf9d3f7db207f7
checksum: 10c0/1928d657a580ce97419dd638a8de8425f7f2cb70f10be73e856a0e575881cf50aba54aedcd5afa932f4cac52115831c1830bfae8eef19a141fbf00db1736d4e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7707,7 +7691,7 @@ __metadata:
"@babel/cli": "npm:7.23.9"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.0"
"@clerk/clerk-sdk-node": "npm:4.13.7"
"@clerk/clerk-sdk-node": "npm:4.13.11"
"@redwoodjs/api": "workspace:*"
"@types/aws-lambda": "npm:8.10.126"
core-js: "npm:3.35.1"
Expand Down

0 comments on commit 78d7688

Please sign in to comment.