Skip to content

Commit

Permalink
Bump the sentry group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the sentry group with 2 updates in the / directory: [@sentry/cli](https://github.com/getsentry/sentry-cli) and [@sentry/node](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/cli` from 2.35.0 to 2.39.1
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.35.0...2.39.1)

Updates `@sentry/node` from 8.28.0 to 8.41.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.28.0...8.41.0)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9704068 commit 8460194
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 280 deletions.
2 changes: 1 addition & 1 deletion lib/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@game-watch/shared": "workspace:*",
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.41.0",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
"ioredis": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@sendgrid/mail": "^8.1.3",
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.41.0",
"@sentry/tracing": "^7.114.0",
"axios": "^0.27.2",
"bullmq": "^5.12.14",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mikro-orm": "pnpm --filter @game-watch/database mikro-orm"
},
"devDependencies": {
"@sentry/cli": "^2.35.0",
"@sentry/cli": "^2.39.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand Down
623 changes: 349 additions & 274 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mikro-orm/migrations": "^6.3.8",
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.41.0",
"@sentry/tracing": "^7.114.0",
"axios": "^0.27.2",
"bullmq": "^5.12.14",
Expand Down
2 changes: 1 addition & 1 deletion searcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mikro-orm/migrations": "^6.3.8",
"@mikro-orm/nestjs": "^6.0.2",
"@mikro-orm/postgresql": "^6.3.8",
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.41.0",
"@sentry/tracing": "^7.114.0",
"axios": "^0.27.2",
"bullmq": "^5.12.14",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nestjs/platform-express": "^10.4.1",
"@nestjs/throttler": "^5.2.0",
"@sendgrid/mail": "^8.1.3",
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.41.0",
"@sentry/tracing": "^7.114.0",
"bcrypt": "^5.1.1",
"bullmq": "^5.12.14",
Expand Down

0 comments on commit 8460194

Please sign in to comment.