Skip to content

Commit

Permalink
Merge branch 'main' into auto-approve-node
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos authored Feb 12, 2025
2 parents 1c726d7 + 9416852 commit 0c7dfe0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM node:23.6.1-slim AS base
FROM node:23.7.0-slim AS base
LABEL fly_launch_runtime="nodejs"
WORKDIR /app
ENV NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@filecoin-station/spark-piece-indexer-repository": "^1.0.0",
"@sentry/node": "^9.0.0",
"@sentry/node": "^9.0.1",
"fastify": "^5.2.1",
"ioredis": "^5.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@filecoin-station/spark-piece-indexer-repository": "^1.0.0",
"@ipld/dag-cbor": "^9.2.2",
"@sentry/node": "^9.0.0",
"@sentry/node": "^9.0.1",
"debug": "^4.4.0",
"ioredis": "^5.5.0",
"multiformats": "^13.3.1",
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

0 comments on commit 0c7dfe0

Please sign in to comment.