Merge branch 'Dev-branch'

This commit is contained in:
newtbot
2024-01-13 02:52:48 +08:00
5 changed files with 40 additions and 35 deletions

8
package-lock.json generated
View File

@ -572,6 +572,14 @@
"utils-merge": "1.0.1",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/express-session": {
"version": "1.17.3",
"resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.3.tgz",
"integrity": "sha512-4+otWXlShYlG1Ma+2Jnn+xgKUZTMJ5QD3YvfilX3AcocOAbIkVylSWEklzALe/+Pu4qV6TYBj5GwOBFfdKqLBw==",
"dependencies": {
"body-parser": {
"version": "1.20.1",