Spaces:
Sleeping
Sleeping
Deploy backend update Fri Nov 28 14:48:24 CET 2025
Browse files- package-lock.json +15 -1
package-lock.json
CHANGED
|
@@ -12,7 +12,8 @@
|
|
| 12 |
"cors": "^2.8.5",
|
| 13 |
"dotenv": "^17.2.3",
|
| 14 |
"express": "^5.1.0",
|
| 15 |
-
"pg": "^8.16.3"
|
|
|
|
| 16 |
},
|
| 17 |
"devDependencies": {
|
| 18 |
"@types/cors": "^2.8.19",
|
|
@@ -1217,6 +1218,19 @@
|
|
| 1217 |
"url": "https://github.com/sponsors/jonschlinkert"
|
| 1218 |
}
|
| 1219 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1220 |
"node_modules/postgres-array": {
|
| 1221 |
"version": "2.0.0",
|
| 1222 |
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
|
|
| 12 |
"cors": "^2.8.5",
|
| 13 |
"dotenv": "^17.2.3",
|
| 14 |
"express": "^5.1.0",
|
| 15 |
+
"pg": "^8.16.3",
|
| 16 |
+
"postgres": "^3.4.5"
|
| 17 |
},
|
| 18 |
"devDependencies": {
|
| 19 |
"@types/cors": "^2.8.19",
|
|
|
|
| 1218 |
"url": "https://github.com/sponsors/jonschlinkert"
|
| 1219 |
}
|
| 1220 |
},
|
| 1221 |
+
"node_modules/postgres": {
|
| 1222 |
+
"version": "3.4.7",
|
| 1223 |
+
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz",
|
| 1224 |
+
"integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==",
|
| 1225 |
+
"license": "Unlicense",
|
| 1226 |
+
"engines": {
|
| 1227 |
+
"node": ">=12"
|
| 1228 |
+
},
|
| 1229 |
+
"funding": {
|
| 1230 |
+
"type": "individual",
|
| 1231 |
+
"url": "https://github.com/sponsors/porsager"
|
| 1232 |
+
}
|
| 1233 |
+
},
|
| 1234 |
"node_modules/postgres-array": {
|
| 1235 |
"version": "2.0.0",
|
| 1236 |
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|