This commit is contained in:
dependabot[bot] 2026-04-07 22:27:45 +00:00 committed by GitHub
commit 2674c20303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1926 additions and 1028 deletions

2077
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"svelte": "^3.52.0",
"vite": "^3.2.3"
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"svelte": "^5.55.2",
"vite": "^8.0.7"
}
}

865
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,14 +16,14 @@
"license": "MIT",
"dependencies": {
"airtable": "^0.12.2",
"body-parser": "^1.20.1",
"body-parser": "^1.20.4",
"concurrently": "^7.5.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dockerode": "^4.0.9",
"dotenv": "^17.2.3",
"express": "^4.18.2",
"express-rate-limit": "^8.2.1",
"express": "^4.22.1",
"express-rate-limit": "^8.2.2",
"get-port": "^7.1.0",
"knex": "^3.1.0",
"pg": "^8.16.3"