From 2ec6c322dae5c62c42ca1a2961c80bfb64e8bcf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 11:26:27 +0000 Subject: [PATCH] chore(deps-dev): bump @sentry/integrations from 5.27.4 to 5.27.5 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.27.4 to 5.27.5. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.27.4...5.27.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b884e1440eb..946bcbe03c5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@glimmer/tracking": "^1.0.2", "@open-event/theme": "^0.2.2", "@sentry/browser": "^5.27.4", - "@sentry/integrations": "^5.27.4", + "@sentry/integrations": "^5.27.5", "@sentry/tracing": "^5.27.4", "@types/ember": "^3.16.2", "@types/ember-data": "^3.16.6", diff --git a/yarn.lock b/yarn.lock index eaea7090348..cfeb21b0bf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1759,13 +1759,13 @@ "@sentry/utils" "5.27.4" tslib "^1.9.3" -"@sentry/integrations@^5.27.4": - version "5.27.4" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.27.4.tgz#a048a2e9cbc65575a70a54dd0cae5bce2130d55e" - integrity sha512-/2KRNrpbRDatNfurKzhpeYa5YQCYSXgR2JbPGQzg8d3fKggSTDLiVxrc+LC7oHeHgv6LWOzkVVzfmB01LJRZTA== +"@sentry/integrations@^5.27.5": + version "5.27.5" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.27.5.tgz#9bcad5cfd413621123c622916931ef5d6ad5fea9" + integrity sha512-sHBbxM4sAwwTxC4Olso+ms33IDgmsLFvkJppxncDLNWCrhQDQS+aeXyuwLZJP/iQinW6TqdVXoSUtCEMW9yoCg== dependencies: - "@sentry/types" "5.27.4" - "@sentry/utils" "5.27.4" + "@sentry/types" "5.27.5" + "@sentry/utils" "5.27.5" localforage "1.8.1" tslib "^1.9.3" @@ -1794,6 +1794,11 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.27.4.tgz#ba7cefae6f77bb39a0ac59aeba1bb23ce4ad5216" integrity sha512-41h3c7tgtSS8UBmfvEckSr+7V7/IVOjt/EiydyOd6s0N18zSFfGY5HdA6g+eFtIJK3DhWkUHCHZNanD5IY5YCQ== +"@sentry/types@5.27.5": + version "5.27.5" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.27.5.tgz#df4dc0406b95030fcadd660f8aabe5d651524b22" + integrity sha512-kDOt5wiWmMkFWhieEFfi8zMcjXr5JNo1wxmILxKvFOFa64scwUM1vRLQG7nS9P8NVItVGTOByI/hDPO947eI5Q== + "@sentry/utils@5.27.4": version "5.27.4" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.4.tgz#d57ccd72a56e2f97e109d632957f6cd11806e992" @@ -1802,6 +1807,14 @@ "@sentry/types" "5.27.4" tslib "^1.9.3" +"@sentry/utils@5.27.5": + version "5.27.5" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.5.tgz#21a01bcbd6fd218643d102bda6040de1f6205e28" + integrity sha512-snKpVuGM5tsA5fPt5GVL5NzEoEDfoilT7xjvF2W9ncCIwCQElOMC0JpEfC/DTpDbBU2r4iv1NKxHQDLB8n9Prg== + dependencies: + "@sentry/types" "5.27.5" + 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"