|
|
@ -13,7 +13,7 @@ |
|
|
|
"debug": "^4.3.6", |
|
|
|
"express-session": "^1.18.0", |
|
|
|
"h3": "^1.12.0", |
|
|
|
"qrcode": "^1.5.3" |
|
|
|
"qrcode": "^1.5.4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"eslint-config-athom": "^3.1.3", |
|
|
@ -1456,12 +1456,6 @@ |
|
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/encode-utf8": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz", |
|
|
|
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/enquirer": { |
|
|
|
"version": "2.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", |
|
|
@ -3769,9 +3763,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss": { |
|
|
|
"version": "8.4.40", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", |
|
|
|
"integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", |
|
|
|
"version": "8.4.41", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", |
|
|
|
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", |
|
|
|
"dev": true, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -3972,13 +3966,12 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/qrcode": { |
|
|
|
"version": "1.5.3", |
|
|
|
"resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.3.tgz", |
|
|
|
"integrity": "sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==", |
|
|
|
"version": "1.5.4", |
|
|
|
"resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.4.tgz", |
|
|
|
"integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"dijkstrajs": "^1.0.1", |
|
|
|
"encode-utf8": "^1.0.3", |
|
|
|
"pngjs": "^5.0.0", |
|
|
|
"yargs": "^15.3.1" |
|
|
|
}, |
|
|
|