Skip to content

Commit

Permalink
fix(deps): update sentry-javascript monorepo to ^8.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 2156086 commit fc7eab4
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 71 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@databases/pg": "^5.5.0",
"@dotenvx/dotenvx": "^1.14.2",
"@fastify/sensible": "^6.0.1",
"@sentry/node": "^8.32.0",
"@sentry/profiling-node": "8.32.0",
"@sentry/node": "^8.33.0",
"@sentry/profiling-node": "8.33.0",
"adminjs": "^7.8.13",
"fastify": "^5.0.0",
"lobby": "link:packages/lobby",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
},
"description": ""
}
2 changes: 1 addition & 1 deletion packages/mcots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.32.0",
"@sentry/profiling-node": "8.33.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/nps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.32.0",
"@sentry/profiling-node": "8.33.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
}
}
2 changes: 1 addition & 1 deletion packages/persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.32.0",
"@sentry/profiling-node": "8.33.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/sessions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.32.0",
"@sentry/profiling-node": "8.33.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared-packets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
}
}
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"vitest": "^2.1.1"
},
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
}
}
130 changes: 72 additions & 58 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
},
"devDependencies": {
"add": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@sentry/profiling-node": "8.32.0"
"@sentry/profiling-node": "8.33.0"
},
"devDependencies": {
"add": "^2.0.6",
Expand Down

0 comments on commit fc7eab4

Please sign in to comment.