File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 67
67
"leaflet" : " ^1.7.1" ,
68
68
"leaflet-control-geocoder" : " ^1.13.0" ,
69
69
"next" : " ^13.0.1" ,
70
- "next-auth" : " ^4.16 .4" ,
70
+ "next-auth" : " ^4.18 .4" ,
71
71
"next-connect" : " ^0.13.0" ,
72
72
"next-swagger-doc" : " ^0.3.6" ,
73
73
"node-fetch" : " ^2.6.7" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const authOptions = {
9
9
id : 'osm-teams' ,
10
10
name : 'OSM Teams' ,
11
11
type : 'oauth' ,
12
- wellknown :
12
+ wellKnown :
13
13
'https://auth.mapping.team/hyauth/.well-known/openid-configuration' ,
14
14
authorization : { params : { scope : 'openid offline' } } ,
15
15
idToken : true ,
Original file line number Diff line number Diff line change @@ -6337,10 +6337,10 @@ negotiator@0.6.3, negotiator@^0.6.2:
6337
6337
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
6338
6338
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
6339
6339
6340
- next-auth@^4.16 .4 :
6341
- version "4.16 .4"
6342
- resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.16 .4.tgz#3ab796a0979ac05a6ebc1fbf343983ef5bc965c9 "
6343
- integrity sha512-KXW578+ER1u5RcWLwCHMdb/RIBIO6JM8r6xlf9RIPSKzkvDcX9FHiZfJS2vOq/SurHXPJZc4J3OS4IDJpF74Dw ==
6340
+ next-auth@^4.18 .4 :
6341
+ version "4.18 .4"
6342
+ resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.18 .4.tgz#8fcf0c5a7b8686c08302aed9255be61de53b4484 "
6343
+ integrity sha512-tvXOabxv5U/y6ib56XPkOnc/48tYc+xT6GNOLREIme8WVGYHDTc3CGEfe2+0bVCWAm0ax/GYXH0By5NFoaJDww ==
6344
6344
dependencies :
6345
6345
" @babel/runtime" " ^7.16.3"
6346
6346
" @panva/hkdf" " ^1.0.1"
You can’t perform that action at this time.
0 commit comments