Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #477 from DavidRouyer/dependabot/npm_and_yarn/auth…
Browse files Browse the repository at this point in the history
…/drizzle-adapter-0.3.3

build(deps): bump @auth/drizzle-adapter from 0.3.2 to 0.3.3
  • Loading branch information
DavidRouyer authored Oct 3, 2023
2 parents 84d7dfc + 6580c16 commit f881201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@auth/core": "^0.16.0",
"@auth/drizzle-adapter": "^0.3.2",
"@auth/drizzle-adapter": "^0.3.3",
"@cs/database": "*",
"bcrypt": "^5.1.1",
"next": "^13.5.4-canary.9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@auth/core@0.12.0", "@auth/core@0.15.0", "@auth/core@^0.16.0", "@auth/core@experimental":
"@auth/core@0.15.0", "@auth/core@0.16.1", "@auth/core@^0.16.0", "@auth/core@experimental":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@auth/core/-/core-0.15.0.tgz#b7856317bf95e4bfe55cbbae6cd592222bb7dee4"
integrity sha512-pWchDMUT0TXUn5kencusX4IL9IfIuVKzRF/cy6RSKr6PgdwMvSPyqyxxhHU+nh3+C/3vYqV0k8SKzfgNo0A1jQ==
Expand All @@ -37,12 +37,12 @@
preact "10.11.3"
preact-render-to-string "5.2.3"

"@auth/drizzle-adapter@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@auth/drizzle-adapter/-/drizzle-adapter-0.3.2.tgz#63a913809c94d8c8bad751c8e63215dde3f984fc"
integrity sha512-fHfzwaTomm/RKgFKBO5AJ8JTfR44rX1KX2ASaKRk+4jvVhDh9FCir5BV1Fv68b5ay7XBo9DtcNSQuZp4hbpLYw==
"@auth/drizzle-adapter@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@auth/drizzle-adapter/-/drizzle-adapter-0.3.3.tgz#f436b1f731b524ce967e57a3169180cef4f36c02"
integrity sha512-HD936/q+uQIYHu50rwkC0yoMUNt+3pkf1UPUIx6wARVmqoBzHqhMykN5X3I0twtPR/oy3OBTNSyWCDBTv4uUBA==
dependencies:
"@auth/core" "0.12.0"
"@auth/core" "0.16.1"

"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.22.5":
version "7.22.13"
Expand Down

0 comments on commit f881201

Please sign in to comment.