Skip to content

Commit

Permalink
fix(deps): pin dependency @sentry/node to 7.54.0 (#981)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2023
1 parent ae1ee0a commit 25f6510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@discordjs/rest": "1.7.1",
"@prisma/client": "4.15.0",
"@sentry/node": "^7.54.0",
"@sentry/node": "7.54.0",
"axios": "1.4.0",
"countries-and-timezones": "3.4.1",
"country-code-emoji": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@
"@sentry/utils" "7.54.0"
tslib "^1.9.3"

"@sentry/node@^7.54.0":
"@sentry/[email protected]":
version "7.54.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.54.0.tgz#ebdc1f5d91e97bbfbbc70192bf2bf77433f5f55f"
integrity sha512-k8P7WD6lra3JF3H/y9GO+twBV8qQilj3X3d8PpaVPBHHwOA9AfdBVF18qgrdlZKghKtgALapZzrQQVnTOm34rw==
Expand Down

0 comments on commit 25f6510

Please sign in to comment.