Skip to content

Commit

Permalink
update dependencies neo4j-driver 5.6.0 & nestjs 9.3
Browse files Browse the repository at this point in the history
update neo4j docker image to neo4j:5.5.0-enterprise
run npm audit fix
  • Loading branch information
Popotojs committed Mar 15, 2023
1 parent 8636c23 commit 3681a92
Show file tree
Hide file tree
Showing 4 changed files with 1,324 additions and 1,267 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
neo4j:
image: neo4j:5.3.0-enterprise
image: neo4j:5.5.0-enterprise
restart: unless-stopped
ports:
- "7474:7474"
Expand Down
Loading

0 comments on commit 3681a92

Please sign in to comment.