Skip to content

Commit

Permalink
fix: bump sentry and pino dependencies to fix sentry upstream errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Aug 10, 2023
1 parent db1b5f4 commit 88990f0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
26 changes: 20 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
"@opentelemetry/instrumentation-pino": "^0.34.0",
"@opentelemetry/sdk-trace-base": "^1.14.0",
"@sentry/angular-ivy": "^7.57.0",
"@sentry/integrations": "^7.57.0",
"@sentry/integrations": "^7.62.0",
"@opentelemetry/instrumentation-mongoose": "^0.33.0",
"@opentelemetry/sdk-node": "^0.41.0",
"@sentry/node": "^7.52.1",
"@sentry/opentelemetry-node": "^7.52.1",
"@sentry/profiling-node": "^1.0.0",
"@sentry/node": "^7.62.0",
"@sentry/opentelemetry-node": "^7.62.0",
"@sentry/profiling-node": "^1.1.2",
"@timonmasberg/automapper-nestjs": "^0.0.0",
"angular-oauth2-oidc": "^15.0.1",
"axios": "^1.0.0",
Expand All @@ -115,8 +115,8 @@
"graphql": "^16.6.0",
"graphql-sse": "^2.1.1",
"mongoose": "^7.0.3",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit 88990f0

Please sign in to comment.