Skip to content

Commit

Permalink
Bump @sentry/tracing from 7.30.0 to 7.114.0
Browse files Browse the repository at this point in the history
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.30.0 to 7.114.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.114.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.30.0...7.114.0)

---
updated-dependencies:
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 7f23de1 commit ebd3ae9
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3068,6 +3068,15 @@
"@noble/hashes" "~1.3.0"
"@scure/base" "~1.1.0"

"@sentry-internal/tracing@7.114.0":
version "7.114.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.114.0.tgz#bdcd364f511e2de45db6e3004faf5685ca2e0f86"
integrity sha512-dOuvfJN7G+3YqLlUY4HIjyWHaRP8vbOgF+OsE5w2l7ZEn1rMAaUbPntAR8AF9GBA6j2zWNoSo8e7GjbJxVofSg==
dependencies:
"@sentry/core" "7.114.0"
"@sentry/types" "7.114.0"
"@sentry/utils" "7.114.0"

"@sentry/core@5.30.0":
version "5.30.0"
resolved "https://registry.npmjs.org/@sentry/core/-/core-5.30.0.tgz"
Expand All @@ -3079,6 +3088,14 @@
"@sentry/utils" "5.30.0"
tslib "^1.9.3"

"@sentry/core@7.114.0":
version "7.114.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.114.0.tgz#3efe86b92a5379c44dfd0fd4685266b1a30fa898"
integrity sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==
dependencies:
"@sentry/types" "7.114.0"
"@sentry/utils" "7.114.0"

"@sentry/core@7.30.0":
version "7.30.0"
resolved "https://registry.npmjs.org/@sentry/core/-/core-7.30.0.tgz"
Expand Down Expand Up @@ -3146,20 +3163,22 @@
tslib "^1.9.3"

"@sentry/tracing@^7.30.0":
version "7.30.0"
resolved "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.30.0.tgz"
integrity sha512-bjGeDeKhpGAmLcWcrXFT/xOfHVwp/j0L1aRHzYHnqgTjVzD0NXcooPu/Nz8vF0paxz+hPD5bJwb8kz/ggJzGWQ==
version "7.114.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.114.0.tgz#32a3438b0f2d02fb7b7359fe7712c5a349a2a329"
integrity sha512-eldEYGADReZ4jWdN5u35yxLUSTOvjsiZAYd4KBEpf+Ii65n7g/kYOKAjNl7tHbrEG1EsMW4nDPWStUMk1w+tfg==
dependencies:
"@sentry/core" "7.30.0"
"@sentry/types" "7.30.0"
"@sentry/utils" "7.30.0"
tslib "^1.9.3"
"@sentry-internal/tracing" "7.114.0"

"@sentry/types@5.30.0":
version "5.30.0"
resolved "https://registry.npmjs.org/@sentry/types/-/types-5.30.0.tgz"
integrity sha512-R8xOqlSTZ+htqrfteCWU5Nk0CDN5ApUTvrlvBuiH1DyP6czDZ4ktbZB0hAgBlVcK0U+qpD3ag3Tqqpa5Q67rPw==

"@sentry/types@7.114.0":
version "7.114.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.114.0.tgz#ab8009d5f6df23b7342121083bed34ee2452e856"
integrity sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==

"@sentry/types@7.30.0":
version "7.30.0"
resolved "https://registry.npmjs.org/@sentry/types/-/types-7.30.0.tgz"
Expand All @@ -3173,6 +3192,13 @@
"@sentry/types" "5.30.0"
tslib "^1.9.3"

"@sentry/utils@7.114.0":
version "7.114.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.114.0.tgz#59d30a79f4acff3c9268de0b345f0bcbc6335112"
integrity sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==
dependencies:
"@sentry/types" "7.114.0"

"@sentry/utils@7.30.0":
version "7.30.0"
resolved "https://registry.npmjs.org/@sentry/utils/-/utils-7.30.0.tgz"
Expand Down

0 comments on commit ebd3ae9

Please sign in to comment.