Browse Source
Update Express, session and qrcode to latest npm
pull/396/head
Gyarbij
4 years ago
No known key found for this signature in database
GPG Key ID: 475E97703A86E06
1 changed files with
3 additions and
3 deletions
-
src/package.json
|
|
|
@ -12,9 +12,9 @@ |
|
|
|
"author": "Chono Nanton", |
|
|
|
"license": "GPL", |
|
|
|
"dependencies": { |
|
|
|
"debug": "^4.3.1", |
|
|
|
"express": "^4.17.1", |
|
|
|
"express-session": "^1.17.1", |
|
|
|
"debug": "^4.3.3", |
|
|
|
"express": "^4.17.3", |
|
|
|
"express-session": "^1.17.2", |
|
|
|
"qrcode": "^1.5.0", |
|
|
|
"uuid": "^8.3.2" |
|
|
|
}, |
|
|
|
|