|
|
@ -14,7 +14,7 @@ |
|
|
|
"crc-32": "^1.2.2", |
|
|
|
"debug": "^4.3.7", |
|
|
|
"express-session": "^1.18.1", |
|
|
|
"h3": "^1.13.0", |
|
|
|
"h3": "^1.15.0", |
|
|
|
"qrcode": "^1.5.4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
@ -1214,15 +1214,6 @@ |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/consola": { |
|
|
|
"version": "3.2.3", |
|
|
|
"resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", |
|
|
|
"integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": "^14.18.0 || >=16.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/cookie": { |
|
|
|
"version": "0.7.2", |
|
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", |
|
|
@ -1271,17 +1262,12 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/crossws": { |
|
|
|
"version": "0.2.4", |
|
|
|
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz", |
|
|
|
"integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==", |
|
|
|
"version": "0.3.3", |
|
|
|
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.3.tgz", |
|
|
|
"integrity": "sha512-/71DJT3xJlqSnBr83uGJesmVHSzZEvgxHt/fIKxBAAngqMHmnBWQNxCphVxxJ2XL3xleu5+hJD6IQ3TglBedcw==", |
|
|
|
"license": "MIT", |
|
|
|
"peerDependencies": { |
|
|
|
"uWebSockets.js": "*" |
|
|
|
}, |
|
|
|
"peerDependenciesMeta": { |
|
|
|
"uWebSockets.js": { |
|
|
|
"optional": true |
|
|
|
} |
|
|
|
"dependencies": { |
|
|
|
"uncrypto": "^0.1.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/cssesc": { |
|
|
@ -2616,20 +2602,21 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/h3": { |
|
|
|
"version": "1.13.0", |
|
|
|
"resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", |
|
|
|
"integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", |
|
|
|
"version": "1.15.0", |
|
|
|
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.0.tgz", |
|
|
|
"integrity": "sha512-OsjX4JW8J4XGgCgEcad20pepFQWnuKH+OwkCJjogF3C+9AZ1iYdtB4hX6vAb5DskBiu5ljEXqApINjR8CqoCMQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"cookie-es": "^1.2.2", |
|
|
|
"crossws": ">=0.2.0 <0.4.0", |
|
|
|
"crossws": "^0.3.3", |
|
|
|
"defu": "^6.1.4", |
|
|
|
"destr": "^2.0.3", |
|
|
|
"iron-webcrypto": "^1.2.1", |
|
|
|
"node-mock-http": "^1.0.0", |
|
|
|
"ohash": "^1.1.4", |
|
|
|
"radix3": "^1.1.2", |
|
|
|
"ufo": "^1.5.4", |
|
|
|
"uncrypto": "^0.1.3", |
|
|
|
"unenv": "^1.10.0" |
|
|
|
"uncrypto": "^0.1.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/has-bigints": { |
|
|
@ -3300,18 +3287,6 @@ |
|
|
|
"node": ">=8.6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/mime": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", |
|
|
|
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", |
|
|
|
"license": "MIT", |
|
|
|
"bin": { |
|
|
|
"mime": "cli.js" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/mini-svg-data-uri": { |
|
|
|
"version": "1.4.4", |
|
|
|
"resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", |
|
|
@ -3398,10 +3373,10 @@ |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/node-fetch-native": { |
|
|
|
"version": "1.6.4", |
|
|
|
"resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", |
|
|
|
"integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==", |
|
|
|
"node_modules/node-mock-http": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.0.tgz", |
|
|
|
"integrity": "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/nodemon": { |
|
|
@ -3768,12 +3743,6 @@ |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/pathe": { |
|
|
|
"version": "1.1.2", |
|
|
|
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", |
|
|
|
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/picocolors": { |
|
|
|
"version": "1.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", |
|
|
@ -5033,19 +5002,6 @@ |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/unenv": { |
|
|
|
"version": "1.10.0", |
|
|
|
"resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz", |
|
|
|
"integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"consola": "^3.2.3", |
|
|
|
"defu": "^6.1.4", |
|
|
|
"mime": "^3.0.0", |
|
|
|
"node-fetch-native": "^1.6.4", |
|
|
|
"pathe": "^1.1.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/uri-js": { |
|
|
|
"version": "4.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
|
|
|