Skip to content

Commit d77becb

Browse files
committed
chore: upgrade @auth/prisma-adapter package
1 parent 1c18e6b commit d77becb

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
1717
},
1818
"dependencies": {
19-
"@auth/prisma-adapter": "^2.5.3",
19+
"@auth/prisma-adapter": "^2.7.0",
2020
"@next/bundle-analyzer": "^14.2.15",
2121
"@prisma/client": "^5.20.0",
2222
"@radix-ui/react-alert-dialog": "^1.1.2",

yarn.lock

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@
2828
preact "10.11.3"
2929
preact-render-to-string "5.2.3"
3030

31-
"@auth/core@0.35.3":
32-
version "0.35.3"
33-
resolved "https://registry.yarnpkg.com/@auth/core/-/core-0.35.3.tgz#d34a0f58dca1ec084d213900e87333fcb90b501b"
34-
integrity sha512-g6qfiqU4OtyvIEZ8J7UoIwAxEnNnLJV0/f/DW41U+4G5nhBlaCrnKhawJIJpU0D3uavXLeDT3B0BkjtiimvMDA==
31+
"@auth/core@0.37.2":
32+
version "0.37.2"
33+
resolved "https://registry.yarnpkg.com/@auth/core/-/core-0.37.2.tgz#0db8a94a076846bd88eb7f9273618513e2285cb2"
34+
integrity sha512-kUvzyvkcd6h1vpeMAojK2y7+PAV5H+0Cc9+ZlKYDFhDY31AlvsB+GW5vNO4qE3Y07KeQgvNO9U0QUx/fN62kBw==
3535
dependencies:
36-
"@panva/hkdf" "^1.1.1"
36+
"@panva/hkdf" "^1.2.1"
3737
"@types/cookie" "0.6.0"
38-
cookie "0.6.0"
39-
jose "^5.1.3"
40-
oauth4webapi "^2.10.4"
38+
cookie "0.7.1"
39+
jose "^5.9.3"
40+
oauth4webapi "^3.0.0"
4141
preact "10.11.3"
4242
preact-render-to-string "5.2.3"
4343

44-
"@auth/prisma-adapter@^2.5.3":
45-
version "2.5.3"
46-
resolved "https://registry.yarnpkg.com/@auth/prisma-adapter/-/prisma-adapter-2.5.3.tgz#38a600341d3dda07c67344e06602039cb26c0ba6"
47-
integrity sha512-hUQ7KT4Ufbg4RqmfvRUNwQjuNsTdxWXTIid8IbmAcT5b6DMWQEvDEJUZL14rgrBHk5xZQbagfM28VxF75NgnNw==
44+
"@auth/prisma-adapter@^2.7.0":
45+
version "2.7.2"
46+
resolved "https://registry.yarnpkg.com/@auth/prisma-adapter/-/prisma-adapter-2.7.2.tgz#157284b6d6314239182d496559db29d0134355e9"
47+
integrity sha512-orznIVt6aQMoJ4/rfWFSpRPU8LoZn6jVtDuEkZgLud2xSnCalq6x+hX+rqlk4E5LM13NW1GIJojOPQnM4aM4Gw==
4848
dependencies:
49-
"@auth/core" "0.35.3"
49+
"@auth/core" "0.37.2"
5050

5151
"@colors/[email protected]", "@colors/colors@^1.6.0":
5252
version "1.6.0"
@@ -409,7 +409,7 @@
409409
"@nodelib/fs.scandir" "2.1.5"
410410
fastq "^1.6.0"
411411

412-
"@panva/hkdf@^1.1.1":
412+
"@panva/hkdf@^1.1.1", "@panva/hkdf@^1.2.1":
413413
version "1.2.1"
414414
resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.2.1.tgz#cb0d111ef700136f4580349ff0226bf25c853f23"
415415
integrity sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==
@@ -1644,6 +1644,11 @@ [email protected]:
16441644
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
16451645
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
16461646

1647+
1648+
version "0.7.1"
1649+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
1650+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
1651+
16471652
create-require@^1.1.0:
16481653
version "1.1.1"
16491654
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -2960,6 +2965,11 @@ jose@^5.1.3:
29602965
resolved "https://registry.yarnpkg.com/jose/-/jose-5.6.3.tgz#415688bc84875461c86dfe271ea6029112a23e27"
29612966
integrity sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==
29622967

2968+
jose@^5.9.3:
2969+
version "5.9.6"
2970+
resolved "https://registry.yarnpkg.com/jose/-/jose-5.9.6.tgz#77f1f901d88ebdc405e57cce08d2a91f47521883"
2971+
integrity sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==
2972+
29632973
"js-tokens@^3.0.0 || ^4.0.0":
29642974
version "4.0.0"
29652975
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -3253,11 +3263,16 @@ nth-check@^2.0.1:
32533263
dependencies:
32543264
boolbase "^1.0.0"
32553265

3256-
oauth4webapi@^2.10.4, oauth4webapi@^2.9.0:
3266+
oauth4webapi@^2.9.0:
32573267
version "2.11.1"
32583268
resolved "https://registry.yarnpkg.com/oauth4webapi/-/oauth4webapi-2.11.1.tgz#8d79e6b0d54ead203094f185a11031f3f9978465"
32593269
integrity sha512-aNzOnL98bL6izG97zgnZs1PFEyO4WDVRhz2Pd066NPak44w5ESLRCYmJIyey8avSBPOMtBjhF3ZDDm7bIb7UOg==
32603270

3271+
oauth4webapi@^3.0.0:
3272+
version "3.1.1"
3273+
resolved "https://registry.yarnpkg.com/oauth4webapi/-/oauth4webapi-3.1.1.tgz#5b286ba61821112bc58efa5215cc1a79d28741dc"
3274+
integrity sha512-0h4FZjsntbKQ5IHGM9mFT7uOwQCRdcTG7YhC0xXlWIcCch24wUa6Vggaipa3Sw6Ab7nEnmO4rctROmyuHBfP7Q==
3275+
32613276
object-assign@^4.0.1, object-assign@^4.1.1:
32623277
version "4.1.1"
32633278
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)