mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
bump next-auth-beta
This commit is contained in:
committed by
Thomas Ruoff
parent
473b2786b4
commit
c2bd8f8d01
23
package-lock.json
generated
23
package-lock.json
generated
@@ -1919,6 +1919,11 @@
|
||||
"resolved": "https://registry.npmjs.org/@napi-rs/triples/-/triples-1.0.3.tgz",
|
||||
"integrity": "sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA=="
|
||||
},
|
||||
"@next-auth/mongodb-adapter": {
|
||||
"version": "0.0.2-next.285",
|
||||
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-0.0.2-next.285.tgz",
|
||||
"integrity": "sha512-pcPezsPwoRCBpTVhackQJUTqGsCtWZUcdL+KWkHKxbb7LVudEwNiHbJG1iyWrUGxNABMv9xVKDEf3PDsZyF30Q=="
|
||||
},
|
||||
"@next/env": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@next/env/-/env-12.0.0.tgz",
|
||||
@@ -9443,9 +9448,9 @@
|
||||
}
|
||||
},
|
||||
"next-auth": {
|
||||
"version": "4.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.0-beta.2.tgz",
|
||||
"integrity": "sha512-WuY3T+9NhwZMKlq4y/YOLa1PUl+IgIfIcmhLLCxP7mSsB9b7VrlN5x4AwrY7oymUEFiCjNaLBQ2DU8/Rhhat/Q==",
|
||||
"version": "4.0.0-beta.4",
|
||||
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.0-beta.4.tgz",
|
||||
"integrity": "sha512-1KRkRUenCbtTv2Y1KiuX8e0T+KBKv94Nt8KFv52xnqc1Ye3giy02J03htd2U+O3uE+hnqE44KBUa0GoHn2727g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"futoin-hkdf": "^1.3.3",
|
||||
@@ -9849,9 +9854,9 @@
|
||||
}
|
||||
},
|
||||
"openid-client": {
|
||||
"version": "4.9.0",
|
||||
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-4.9.0.tgz",
|
||||
"integrity": "sha512-ThBbvRUUZwxUKBVK2UpDNIZ3eJkvtqWI8s5Dm+naV+gJdL+yRhT+8ywqct1gy5uL+xVS5+A/nhFcpJIisH2x6Q==",
|
||||
"version": "4.9.1",
|
||||
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-4.9.1.tgz",
|
||||
"integrity": "sha512-DYUF07AHjI3QDKqKbn2F7RqozT4hyi4JvmpodLrq0HHoNP7t/AjeG/uqiBK1/N2PZSAQEThVjDLHSmJN4iqu/w==",
|
||||
"requires": {
|
||||
"aggregate-error": "^3.1.0",
|
||||
"got": "^11.8.0",
|
||||
@@ -11008,9 +11013,9 @@
|
||||
}
|
||||
},
|
||||
"preact": {
|
||||
"version": "10.5.14",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.14.tgz",
|
||||
"integrity": "sha512-KojoltCrshZ099ksUZ2OQKfbH66uquFoxHSbnwKbTJHeQNvx42EmC7wQVWNuDt6vC5s3nudRHFtKbpY4ijKlaQ=="
|
||||
"version": "10.5.15",
|
||||
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.15.tgz",
|
||||
"integrity": "sha512-5chK29n6QcJc3m1lVrKQSQ+V7K1Gb8HeQY6FViQ5AxCAEGu3DaHffWNDkC9+miZgsLvbvU9rxbV1qinGHMHzqA=="
|
||||
},
|
||||
"preact-render-to-string": {
|
||||
"version": "5.1.19",
|
||||
|
||||
@@ -10,13 +10,14 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next-auth/mongodb-adapter": "0.0.2-next.285",
|
||||
"autoprefixer": "10.3.7",
|
||||
"date-fns": "2.25.0",
|
||||
"date-fns-tz": "1.1.6",
|
||||
"ics": "2.31.0",
|
||||
"mongoose": "5.13.11",
|
||||
"next": "^12.0.0",
|
||||
"next-auth": "4.0.0-beta.2",
|
||||
"next-auth": "^4.0.0-beta.4",
|
||||
"next-iron-session": "4.1.14",
|
||||
"next-mdx-remote": "3.0.6",
|
||||
"nodemailer": "6.7.0",
|
||||
|
||||
Reference in New Issue
Block a user