Fix cookie secure flag for HTTP testing and add Pinia store

This commit is contained in:
Torsten Schulz (local)
2025-10-21 14:25:07 +02:00
parent 43071b45a9
commit 463418c6e2
154 changed files with 1294 additions and 1191 deletions

View File

@@ -8,13 +8,16 @@
"@vue/compiler-core": "3.5.22",
"@vue/compiler-dom": "3.5.22",
"@vue/compiler-ssr": "3.5.22",
"@vue/devtools-api": "6.6.4",
"@vue/devtools-api": "7.7.7",
"@vue/devtools-kit": "7.7.7",
"@vue/devtools-shared": "7.7.7",
"@vue/reactivity": "3.5.22",
"@vue/runtime-core": "3.5.22",
"@vue/runtime-dom": "3.5.22",
"@vue/server-renderer": "3.5.22",
"@vue/shared": "3.5.22",
"bcryptjs": "2.4.3",
"birpc": "2.6.1",
"buffer-equal-constant-time": "1.0.1",
"devalue": "5.4.1",
"ecdsa-sig-formatter": "1.0.11",
@@ -35,6 +38,7 @@
"ms": "2.1.3",
"nodemailer": "7.0.9",
"perfect-debounce": "2.0.0",
"pinia": "3.0.3",
"safe-buffer": "5.2.1",
"semver": "7.7.3",
"source-map-js": "1.2.1",