Skip to content

Commit

Permalink
Bump @sentry/tracing from 7.30.0 to 7.111.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.111.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.30.0...7.111.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] committed Apr 22, 2024
1 parent 06c9f2c commit b83da3e
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.111.0":
version "7.111.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.111.0.tgz#b352df9f38009c5d306308a829a1dd9a57f084fd"
integrity sha512-CgXly8rsdu4loWVKi2RqpInH3C2cVBuaYsx4ZP5IJpzSinsUAMyyr3Pc0PZzCyoVpBBXGBGj/4HhFsY3q6Z0Vg==
dependencies:
"@sentry/core" "7.111.0"
"@sentry/types" "7.111.0"
"@sentry/utils" "7.111.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.111.0":
version "7.111.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.111.0.tgz#54c9037a3b79b3623377dce1887b69b40670e201"
integrity sha512-/ljeMjZu8CSrLGrseBi/7S2zRIFsqMcvfyG6Nwgfc07J9nbHt8/MqouE1bXZfiaILqDBpK7BK9MLAAph4mkAWg==
dependencies:
"@sentry/types" "7.111.0"
"@sentry/utils" "7.111.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.111.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.111.0.tgz#3c9da76e6ca1f2e17e138ce828330e93e53f67a4"
integrity sha512-+BHvdCJxcNnBkru3Y5aFZssEwyNU/mwPTSZqYOhFilokVIrDmVrP/R9g8jHSUqXF4KwB3RaknTPj/4484Z0erA==
dependencies:
"@sentry/core" "7.30.0"
"@sentry/types" "7.30.0"
"@sentry/utils" "7.30.0"
tslib "^1.9.3"
"@sentry-internal/tracing" "7.111.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.111.0":
version "7.111.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.111.0.tgz#9c869c3c51d606041916765ba58f29de915707ac"
integrity sha512-Oti4pgQ55+FBHKKcHGu51ZUxO1u52G5iVNK4mbtAN+5ArSCy/2s1H8IDJiOMswn3acfUnCR0oB/QsbEgAPZ26g==

"@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.111.0":
version "7.111.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.111.0.tgz#e006cc1e751b30ff5cf914c34eb143102e2e8c2d"
integrity sha512-CB5rz1EgCSwj3xoXogsCZ5pQtfERrURc/ItcCuoaijUhkD0iMq5MCNWMHW3mBsBrqx/Oba+XGvDu0t/5+SWwBg==
dependencies:
"@sentry/types" "7.111.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 b83da3e

Please sign in to comment.