|
28 | 28 | preact "10.11.3"
|
29 | 29 | preact-render-to-string "5.2.3"
|
30 | 30 |
|
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== |
35 | 35 | dependencies:
|
36 |
| - "@panva/hkdf" "^1.1.1" |
| 36 | + "@panva/hkdf" "^1.2.1" |
37 | 37 | "@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" |
41 | 41 | preact "10.11.3"
|
42 | 42 | preact-render-to-string "5.2.3"
|
43 | 43 |
|
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== |
48 | 48 | dependencies:
|
49 |
| - "@auth/core" "0.35.3" |
| 49 | + "@auth/core" "0.37.2" |
50 | 50 |
|
51 | 51 | "@colors/[email protected]", "@colors/colors@^1.6.0":
|
52 | 52 | version "1.6.0"
|
|
409 | 409 | "@nodelib/fs.scandir" "2.1.5"
|
410 | 410 | fastq "^1.6.0"
|
411 | 411 |
|
412 |
| -"@panva/hkdf@^1.1.1": |
| 412 | +"@panva/hkdf@^1.1.1", "@panva/hkdf@^1.2.1": |
413 | 413 | version "1.2.1"
|
414 | 414 | resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.2.1.tgz#cb0d111ef700136f4580349ff0226bf25c853f23"
|
415 | 415 | integrity sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==
|
|
1644 | 1644 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
|
1645 | 1645 | integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
|
1646 | 1646 |
|
| 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 | + |
1647 | 1652 | create-require@^1.1.0:
|
1648 | 1653 | version "1.1.1"
|
1649 | 1654 | resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
@@ -2960,6 +2965,11 @@ jose@^5.1.3:
|
2960 | 2965 | resolved "https://registry.yarnpkg.com/jose/-/jose-5.6.3.tgz#415688bc84875461c86dfe271ea6029112a23e27"
|
2961 | 2966 | integrity sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==
|
2962 | 2967 |
|
| 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 | + |
2963 | 2973 | "js-tokens@^3.0.0 || ^4.0.0":
|
2964 | 2974 | version "4.0.0"
|
2965 | 2975 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
@@ -3253,11 +3263,16 @@ nth-check@^2.0.1:
|
3253 | 3263 | dependencies:
|
3254 | 3264 | boolbase "^1.0.0"
|
3255 | 3265 |
|
3256 |
| -oauth4webapi@^2.10.4, oauth4webapi@^2.9.0: |
| 3266 | +oauth4webapi@^2.9.0: |
3257 | 3267 | version "2.11.1"
|
3258 | 3268 | resolved "https://registry.yarnpkg.com/oauth4webapi/-/oauth4webapi-2.11.1.tgz#8d79e6b0d54ead203094f185a11031f3f9978465"
|
3259 | 3269 | integrity sha512-aNzOnL98bL6izG97zgnZs1PFEyO4WDVRhz2Pd066NPak44w5ESLRCYmJIyey8avSBPOMtBjhF3ZDDm7bIb7UOg==
|
3260 | 3270 |
|
| 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 | + |
3261 | 3276 | object-assign@^4.0.1, object-assign@^4.1.1:
|
3262 | 3277 | version "4.1.1"
|
3263 | 3278 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
0 commit comments