|
@ -11,7 +11,7 @@ |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"bcryptjs": "^2.4.3", |
|
|
"bcryptjs": "^2.4.3", |
|
|
"debug": "^4.3.4", |
|
|
"debug": "^4.3.4", |
|
|
"express": "^4.18.3", |
|
|
"express": "^4.19.1", |
|
|
"express-session": "^1.18.0", |
|
|
"express-session": "^1.18.0", |
|
|
"qrcode": "^1.5.3", |
|
|
"qrcode": "^1.5.3", |
|
|
"uuid": "^9.0.1" |
|
|
"uuid": "^9.0.1" |
|
@ -823,15 +823,16 @@ |
|
|
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" |
|
|
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" |
|
|
}, |
|
|
}, |
|
|
"node_modules/array-includes": { |
|
|
"node_modules/array-includes": { |
|
|
"version": "3.1.7", |
|
|
"version": "3.1.8", |
|
|
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", |
|
|
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", |
|
|
"integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", |
|
|
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"call-bind": "^1.0.2", |
|
|
"call-bind": "^1.0.7", |
|
|
"define-properties": "^1.2.0", |
|
|
"define-properties": "^1.2.1", |
|
|
"es-abstract": "^1.22.1", |
|
|
"es-abstract": "^1.23.2", |
|
|
"get-intrinsic": "^1.2.1", |
|
|
"es-object-atoms": "^1.0.0", |
|
|
|
|
|
"get-intrinsic": "^1.2.4", |
|
|
"is-string": "^1.0.7" |
|
|
"is-string": "^1.0.7" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
@ -1206,9 +1207,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/cookie": { |
|
|
"node_modules/cookie": { |
|
|
"version": "0.5.0", |
|
|
"version": "0.6.0", |
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", |
|
|
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", |
|
|
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">= 0.6" |
|
|
"node": ">= 0.6" |
|
|
} |
|
|
} |
|
@ -2155,16 +2156,16 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/express": { |
|
|
"node_modules/express": { |
|
|
"version": "4.18.3", |
|
|
"version": "4.19.1", |
|
|
"resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", |
|
|
"resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz", |
|
|
"integrity": "sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==", |
|
|
"integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"accepts": "~1.3.8", |
|
|
"accepts": "~1.3.8", |
|
|
"array-flatten": "1.1.1", |
|
|
"array-flatten": "1.1.1", |
|
|
"body-parser": "1.20.2", |
|
|
"body-parser": "1.20.2", |
|
|
"content-disposition": "0.5.4", |
|
|
"content-disposition": "0.5.4", |
|
|
"content-type": "~1.0.4", |
|
|
"content-type": "~1.0.4", |
|
|
"cookie": "0.5.0", |
|
|
"cookie": "0.6.0", |
|
|
"cookie-signature": "1.0.6", |
|
|
"cookie-signature": "1.0.6", |
|
|
"debug": "2.6.9", |
|
|
"debug": "2.6.9", |
|
|
"depd": "2.0.0", |
|
|
"depd": "2.0.0", |
|
@ -2213,14 +2214,6 @@ |
|
|
"node": ">= 0.8.0" |
|
|
"node": ">= 0.8.0" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/express-session/node_modules/cookie": { |
|
|
|
|
|
"version": "0.6.0", |
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", |
|
|
|
|
|
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", |
|
|
|
|
|
"engines": { |
|
|
|
|
|
"node": ">= 0.6" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"node_modules/express-session/node_modules/cookie-signature": { |
|
|
"node_modules/express-session/node_modules/cookie-signature": { |
|
|
"version": "1.0.7", |
|
|
"version": "1.0.7", |
|
|
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", |
|
|
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", |
|
@ -3787,9 +3780,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/postcss": { |
|
|
"node_modules/postcss": { |
|
|
"version": "8.4.37", |
|
|
"version": "8.4.38", |
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.37.tgz", |
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", |
|
|
"integrity": "sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==", |
|
|
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", |
|
|
"dev": true, |
|
|
"dev": true, |
|
|
"funding": [ |
|
|
"funding": [ |
|
|
{ |
|
|
{ |
|
|