Skip to content

Commit

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


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

Updates `@sentry/node` from 7.64.0 to 7.70.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@7.64.0...7.70.0)

Updates `@sentry/tracing` from 7.64.0 to 7.70.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@7.64.0...7.70.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
- dependency-name: "@sentry/tracing"
  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 Sep 25, 2023
1 parent 84cd0b0 commit b9b0e81
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 86 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:0.0.1",
"@sentry/node": "^7.64.0",
"@sentry/node": "^7.70.0",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"ioredis": "^5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@mikro-orm/nestjs": "^5.2.1",
"@mikro-orm/postgresql": "^5.7.14",
"@sendgrid/mail": "^7.7.0",
"@sentry/node": "^7.64.0",
"@sentry/tracing": "^7.64.0",
"@sentry/node": "^7.70.0",
"@sentry/tracing": "^7.70.0",
"axios": "^0.27.2",
"bullmq": "^4.8.0",
"cheerio": "^1.0.0-rc.12",
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.20.5",
"@sentry/cli": "^2.21.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
Expand Down
Loading

0 comments on commit b9b0e81

Please sign in to comment.