Skip to content

Commit

Permalink
Merge branch 'main' into fix/codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Jan 31, 2025
2 parents 708e352 + 0912d8d commit dceea39
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependabot-auto-approve-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
matrix:
dependencyStartsWith:
- '@sentry/'
- '@types/'
- standard
- typescript
- prettier
- debug
steps:
- name: Dependabot metadata
id: metadata
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": "^8.51.0",
"@sentry/node": "^8.52.0",
"fastify": "^5.2.1",
"ioredis": "^5.4.2"
}
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": "^8.51.0",
"@sentry/node": "^8.52.0",
"debug": "^4.4.0",
"ioredis": "^5.4.2",
"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 dceea39

Please sign in to comment.