Skip to content

Commit

Permalink
fix(deps): update dependency @sentry/node to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 1202b26 commit ef4c006
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 130 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/core": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/discord": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/support-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/discord": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/verify-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
"@statsify/schemas": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@nestjs/common": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/rendering": "workspace:^",
"@statsify/schemas": "workspace:^",
"@statsify/util": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/api-client": "workspace:^",
"@statsify/assets": "workspace:^",
"@statsify/logger": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"chalk": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint"
},
"dependencies": {
"@sentry/node": "^7.118.0",
"@sentry/node": "^8.33.0",
"@statsify/util": "workspace:^",
"@swc/helpers": "^0.5.12",
"axios": "1.7.3",
Expand Down
Loading

0 comments on commit ef4c006

Please sign in to comment.