Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Patrick Uhlmann committed Apr 27, 2022
1 parent 592f3f6 commit e760f2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@sentry/integrations": "^6.18.1",
"@sentry/integrations": "^6.19.7",
"@sentry/tracing": "^6.18.1",
"@sentry/vue": "^6.18.1",
"@types/leaflet": "^1.7.9",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,13 +1269,13 @@
"@sentry/utils" "6.19.6"
tslib "^1.9.3"

"@sentry/integrations@^6.18.1":
version "6.19.6"
resolved "https://registry.yarnpkg.com//@sentry/integrations/-/integrations-6.19.6.tgz#157152f16a8ad8df8a97d08bfe740909446b075a"
integrity sha512-K2xuA/ByhTh3qfIe0/XIsQSNf1HrRuIgtkC4TbU7T0QosybtXDsh6t/EWK+qzs2RjVE+Iaqldihstpoyew1JgA==
"@sentry/integrations@^6.19.7":
version "6.19.7"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.7.tgz#e6e126b692077c8731644224c754012bed65b425"
integrity sha512-yNeeFyuygJaV7Mdc5qWuDa13xVj5mVdECaaw2Xs4pfeHaXmRfRzZY17N8ypWFegKWxKBHynyQRMD10W5pBwJvA==
dependencies:
"@sentry/types" "6.19.6"
"@sentry/utils" "6.19.6"
"@sentry/types" "6.19.7"
"@sentry/utils" "6.19.7"
localforage "^1.8.1"
tslib "^1.9.3"

Expand Down Expand Up @@ -1304,6 +1304,11 @@
resolved "https://registry.yarnpkg.com//@sentry/types/-/types-6.19.6.tgz#70513f9dca05d23d7ab9c2a6cb08d4db6763ca67"
integrity sha512-QH34LMJidEUPZK78l+Frt3AaVFJhEmIi05Zf8WHd9/iTt+OqvCHBgq49DDr1FWFqyYWm/QgW/3bIoikFpfsXyQ==

"@sentry/types@6.19.7":
version "6.19.7"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.7.tgz#c6b337912e588083fc2896eb012526cf7cfec7c7"
integrity sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==

"@sentry/utils@6.19.6":
version "6.19.6"
resolved "https://registry.yarnpkg.com//@sentry/utils/-/utils-6.19.6.tgz#2ddc9ef036c3847084c43d0e5a55e4646bdf9021"
Expand All @@ -1312,6 +1317,14 @@
"@sentry/types" "6.19.6"
tslib "^1.9.3"

"@sentry/utils@6.19.7":
version "6.19.7"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.7.tgz#6edd739f8185fd71afe49cbe351c1bbf5e7b7c79"
integrity sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==
dependencies:
"@sentry/types" "6.19.7"
tslib "^1.9.3"

"@sentry/vue@^6.18.1":
version "6.19.6"
resolved "https://registry.yarnpkg.com//@sentry/vue/-/vue-6.19.6.tgz#cfeb115451d5a249f7776858a9564da14aef6580"
Expand Down

0 comments on commit e760f2d

Please sign in to comment.