Bump deps in Compose file and package.json

This commit is contained in:
Maciej Pędzich 2024-11-03 20:10:14 +01:00
parent 3e11f5a000
commit 249ffe31c5
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D
3 changed files with 382 additions and 314 deletions

View File

@ -25,7 +25,7 @@ services:
depends_on:
- db
db:
image: memgraph/memgraph:2.19.0
image: memgraph/memgraph:2.20.1
container_name: sixdegs-db
hostname: sixdegs-db
networks:

688
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,11 +11,11 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.6",
"neo4j-driver": "^5.24.0"
"astro": "^4.16.8",
"neo4j-driver": "^5.26.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@picocss/pico": "^2.0.6",
"typescript": "^5.5.4",
"vis-network": "^9.1.9"