Skip to content

Commit

Permalink
build(deps): bump @sentry/integrations from 7.81.1 to 7.105.0
Browse files Browse the repository at this point in the history
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.81.1 to 7.105.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.105.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.81.1...7.105.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent ebec8e4 commit 30c5c11
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@sentry/browser": "7.93.0",
"@sentry/core": "7.93.0",
"@sentry/hub": "7.93.0",
"@sentry/integrations": "7.93.0",
"@sentry/integrations": "7.105.0",
"@sentry/tracing": "7.93.0",
"@sentry/types": "7.93.0",
"@sentry/utils": "7.93.0"
Expand Down
34 changes: 27 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,14 @@
proxy-from-env "^1.1.0"
which "^2.0.2"

"@sentry/core@7.105.0":
version "7.105.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.105.0.tgz#89db519dd9aa7326de63a7eaccf861de3769ab1c"
integrity sha512-5xsaTG6jZincTeJUmZomlv20mVRZUEF1U/g89lmrSOybyk2+opEnB1JeBn4ODwnvmSik8r2QLr6/RiYlaxRJCg==
dependencies:
"@sentry/types" "7.105.0"
"@sentry/utils" "7.105.0"

"@sentry/core@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.93.0.tgz#50a14bf305130dfef51810e4c97fcba4972a57ef"
Expand All @@ -802,14 +810,14 @@
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"

"@sentry/integrations@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.93.0.tgz#23ce18919e8b19f97b9b0fdf69d2ecaa6f1730ad"
integrity sha512-uGQ8+DiqUr6SbhdJJHyIqDJ6kHnFuSv8nZWtj2tJ1I8q8u8MX8t8Om6R/R4ap45gCkWg/zqZq7B+gQV6TYewjQ==
"@sentry/integrations@7.105.0":
version "7.105.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.105.0.tgz#8953bd310d8681f9a29f918269b98640ab302abe"
integrity sha512-AgzecTkF0o+C4svbroMGA+cW5LRnfFSoJnzF5ltUB67hnX906amlwbOvdkKD3MugYO02nRSjF/eEi26E1HACMA==
dependencies:
"@sentry/core" "7.93.0"
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"
"@sentry/core" "7.105.0"
"@sentry/types" "7.105.0"
"@sentry/utils" "7.105.0"
localforage "^1.8.1"

"@sentry/node@^7.69.0":
Expand Down Expand Up @@ -840,11 +848,23 @@
dependencies:
"@sentry-internal/tracing" "7.93.0"

"@sentry/types@7.105.0":
version "7.105.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.105.0.tgz#51dadb7ad650e883459acf18df2ecbb5b4b6e5c2"
integrity sha512-80o0KMVM+X2Ym9hoQxvJetkJJwkpCg7o6tHHFXI+Rp7fawc2iCMTa0IRQMUiSkFvntQLYIdDoNNuKdzz2PbQGA==

"@sentry/types@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.93.0.tgz#d76d26259b40cd0688e1d634462fbff31476c1ec"
integrity sha512-UnzUccNakhFRA/esWBWP+0v7cjNg+RilFBQC03Mv9OEMaZaS29zSbcOGtRzuFOXXLBdbr44BWADqpz3VW0XaNw==

"@sentry/utils@7.105.0":
version "7.105.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.105.0.tgz#727187d252b97cb9e6c78bcdd0e9a1d14e60f313"
integrity sha512-YVAV0c2KLM8+VZCicQ/E/P2+J9Vs0hGhrXwV7w6ZEAtvxrg4oF270toL1WRhvcaf8JO4J1v4V+LuU6Txs4uEeQ==
dependencies:
"@sentry/types" "7.105.0"

"@sentry/utils@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.93.0.tgz#36225038661fe977baf01e4695ef84794d591e45"
Expand Down

0 comments on commit 30c5c11

Please sign in to comment.