Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 20, 2020
1 parent 2899022 commit 46cee13
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 @@ -27,7 +27,7 @@
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"@sentry/browser": "^5.14.2",
"@sentry/integrations": "^5.14.2",
"@sentry/integrations": "^5.15.0",
"@sentry/node": "^5.14.2",
"@types/ember": "^3.1.1",
"@types/ember-data": "^3.1.9",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1275,13 +1275,13 @@
"@sentry/utils" "5.14.2"
tslib "^1.9.3"

"@sentry/integrations@^5.14.2":
version "5.14.2"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.14.2.tgz#9f4e9c2f2854fb6aba9ce5787c320d63db317cae"
integrity sha512-+zYzy/SF/3L8RcnqDraFZ0AqOQ2oGAtJ6BZimTMBEYwbstU9HKjzLsjMMb310k3tddrcZwhMQt/GepOXqXDNIQ==
"@sentry/integrations@^5.15.0":
version "5.15.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.15.0.tgz#02ae2737b066aee08426cb4df22c700685505ea1"
integrity sha512-50OLHL26EMOCeyVlwLk9P7YocaUF02RYuCD3BPofTswgXSDe61Qy3ntT/RuOTiUV1sjmpc4FjDBJdtp/miFfOg==
dependencies:
"@sentry/types" "5.14.2"
"@sentry/utils" "5.14.2"
"@sentry/types" "5.15.0"
"@sentry/utils" "5.15.0"
tslib "^1.9.3"

"@sentry/minimal@5.14.2":
Expand Down Expand Up @@ -1313,6 +1313,11 @@
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.14.2.tgz#43c3723b2f5b31234892fbe6a28b293ad050faac"
integrity sha512-NtB/o+/whR/mJJf67Nvdab7E2+/THgAUY114FWFqDLHMaoiIVWy9J/yLKtQWymwuQslh7zpPxjA1AhqTJerVCg==

"@sentry/types@5.15.0":
version "5.15.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.15.0.tgz#7bc101b2f1a433b0086f1ac7e00b830691814c80"
integrity sha512-MC96wUAHhzRuH3xo4Qd+EXTOap8+d+SWbAdLBukScxuwhOSY/HNRh1TW17CuAu7s1oXa7xxO2ZCdyamSZinIiQ==

"@sentry/utils@5.14.2":
version "5.14.2"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.14.2.tgz#2e812f2788a00ca4e6e35acbeb86000792f53473"
Expand All @@ -1321,6 +1326,14 @@
"@sentry/types" "5.14.2"
tslib "^1.9.3"

"@sentry/utils@5.15.0":
version "5.15.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.15.0.tgz#3577c1bae0c18b53d7500538b8b6894f74ad9dd5"
integrity sha512-td+wSBdVUPO3mEPcEHZwJiVEQ0+wplJCHBvM1PHqwQd+miB2mQAaiSkzdAAHzUpTeqPBI3rzjWPn59WkCcVF5Q==
dependencies:
"@sentry/types" "5.15.0"
tslib "^1.9.3"

"@simple-dom/document@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"
Expand Down

0 comments on commit 46cee13

Please sign in to comment.