Skip to content

Commit

Permalink
Merge pull request #114 from legumeinfo/dependency-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
alancleary authored Nov 28, 2023
2 parents a01df30 + d3638c3 commit e1a425c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-alpine3.18
FROM node:20.10-alpine3.18

# Install curl for healthcheck
RUN apk --no-cache add curl
Expand Down
77 changes: 49 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@apollo/datasource-rest": "^6.2.2",
"@apollo/server": "^4.9.5",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/merge": "^9.0.1",
"dotenv": "^16.3.1",
"graphql": "^16.8.1"
},
"devDependencies": {
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}

0 comments on commit e1a425c

Please sign in to comment.