npm: package updates

This commit is contained in:
NPM Update Bot 2025-07-21 00:09:34 +00:00
parent f31a998c7e
commit f2403f6cc2
2 changed files with 9 additions and 9 deletions

16
src/package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",
"debug": "^4.4.1", "debug": "^4.4.1",
"express-session": "^1.18.1", "express-session": "^1.18.2",
"h3": "^1.15.3", "h3": "^1.15.3",
"qrcode": "^1.5.4" "qrcode": "^1.5.4"
}, },
@ -2624,16 +2624,16 @@
} }
}, },
"node_modules/express-session": { "node_modules/express-session": {
"version": "1.18.1", "version": "1.18.2",
"resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.1.tgz", "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz",
"integrity": "sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==", "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cookie": "0.7.2", "cookie": "0.7.2",
"cookie-signature": "1.0.7", "cookie-signature": "1.0.7",
"debug": "2.6.9", "debug": "2.6.9",
"depd": "~2.0.0", "depd": "~2.0.0",
"on-headers": "~1.0.2", "on-headers": "~1.1.0",
"parseurl": "~1.3.3", "parseurl": "~1.3.3",
"safe-buffer": "5.2.1", "safe-buffer": "5.2.1",
"uid-safe": "~2.1.5" "uid-safe": "~2.1.5"
@ -4384,9 +4384,9 @@
} }
}, },
"node_modules/on-headers": { "node_modules/on-headers": {
"version": "1.0.2", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
"integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 0.8" "node": ">= 0.8"

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",
"debug": "^4.4.1", "debug": "^4.4.1",
"express-session": "^1.18.1", "express-session": "^1.18.2",
"h3": "^1.15.3", "h3": "^1.15.3",
"qrcode": "^1.5.4" "qrcode": "^1.5.4"
}, },