Skip to content

Commit

Permalink
Merge pull request #6847 from TheThingsNetwork/dependabot/npm_and_yar…
Browse files Browse the repository at this point in the history
…n/sentry/integrations-7.94.1

dev: bump @sentry/integrations from 7.92.0 to 7.94.1
  • Loading branch information
kschiffer authored Jan 23, 2024
2 parents ac8fb94 + 5e2fbad commit 14c98d1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@formatjs/intl-pluralrules": "^5.2.10",
"@formatjs/intl-relativetimeformat": "^11.2.12",
"@sentry/browser": "^7.92.0",
"@sentry/integrations": "^7.92.0",
"@sentry/integrations": "^7.94.1",
"@tippyjs/react": "^4.2.6",
"autobind-decorator": "^2.4.0",
"axios": "^1.5.1",
Expand Down
36 changes: 28 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2243,14 +2243,22 @@
"@sentry/types" "7.92.0"
"@sentry/utils" "7.92.0"

"@sentry/integrations@^7.92.0":
version "7.92.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.92.0.tgz#3fed93020fe4526b4c02097c6dd78abf9dad20dd"
integrity sha512-9OT4i9b0Ge5sP3rCV8yYqoPp3BKcB9wjddW7sG0w88va32F0UWMKk4gmprtwgPYM0+u5AS/TTAVichRVRj+I1Q==
dependencies:
"@sentry/core" "7.92.0"
"@sentry/types" "7.92.0"
"@sentry/utils" "7.92.0"
"@sentry/[email protected]":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.94.1.tgz#3696cd78b2196ac27fda5bcfb2338f46241a3ff8"
integrity sha512-4sjiMnkbGpv9O98YHVZe7fHNwwdYl+zLoCOoEOadtrJ1EYYvnK/MSixN2HJF7g/0s22xd4xY958QyNIRVR+Iiw==
dependencies:
"@sentry/types" "7.94.1"
"@sentry/utils" "7.94.1"

"@sentry/integrations@^7.94.1":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.94.1.tgz#b2ce0f09adf599161fa16dbde9f2a2e9c3a2d593"
integrity sha512-Fw7OxLlGkrVAVO9WtBJezrb5IxxItCTuefv2IfKku+A5EhHtH1AhXYjQynmt0TLLYIUlyBWiatpOngBzS2wSxw==
dependencies:
"@sentry/core" "7.94.1"
"@sentry/types" "7.94.1"
"@sentry/utils" "7.94.1"
localforage "^1.8.1"

"@sentry/[email protected]":
Expand All @@ -2268,13 +2276,25 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.92.0.tgz#4c308fdb316c0272f55f0816230fe87e7b9b551a"
integrity sha512-APmSOuZuoRGpbPpPeYIbMSplPjiWNLZRQa73QiXuTflW4Tu/ItDlU8hOa2+A6JKVkJCuD2EN6yUrxDGSMyNXeg==

"@sentry/[email protected]":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.94.1.tgz#97b653a6e73078fc82a2c9d2129e22c7ae1ee248"
integrity sha512-A7CdEXFSgGyWv2BT2p9cAvJfb+dypvOtsY8ZvZvdPLUa7kqCV7ndhURUqKjvMBzsL2GParHn3ehDTl2eVc7pvA==

"@sentry/[email protected]":
version "7.92.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.92.0.tgz#20ed29742594eab007f9ff72e008b5262456a319"
integrity sha512-3nEfrQ1z28b/2zgFGANPh5yMVtgwXmrasZxTvKbrAj+KWJpjrJHrIR84r9W277J44NMeZ5RhRW2uoDmuBslPnA==
dependencies:
"@sentry/types" "7.92.0"

"@sentry/[email protected]":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.94.1.tgz#1164934cf6e2277fb404744b27de38a04310895d"
integrity sha512-gQ2EaMpUU1gGH3S+iqpog9gkXbCo8tlhGYA9a5FUtEtER3D3OAlp8dGFwClwzWDAwzjdLT1+X55zmEptU1cP/A==
dependencies:
"@sentry/types" "7.94.1"

"@sideway/address@^4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.3.tgz#d93cce5d45c5daec92ad76db492cc2ee3c64ab27"
Expand Down

0 comments on commit 14c98d1

Please sign in to comment.