From d58e71d5667be54bdaa1f6e7753b5b54da42a0c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 17:48:15 +0300 Subject: [PATCH] Bump @sentry/integrations from 5.21.1 to 5.21.4 (#2077) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.21.1 to 5.21.4. - [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.21.1...5.21.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index a00542ea2..ca28a618b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1530,12 +1530,12 @@ } }, "@sentry/integrations": { - "version": "5.21.1", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.21.1.tgz", - "integrity": "sha512-zghpNoYHbmMBZ/KW6vElfVl+4fCAwqaw/gYmxdCHflf2J3Y/0nKHEhnnnuErdYUkDdnatGGbHlc8kFOcaKPzHw==", + "version": "5.21.4", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.21.4.tgz", + "integrity": "sha512-tyrdVCTenshOA3qhaXcmGc5a9QrD6d5pjGX4zqXHWLp5Tb2q8dx49LaDualIuqCmaIk/6Z/5GHYqS4gPRaTcog==", "requires": { - "@sentry/types": "5.21.1", - "@sentry/utils": "5.21.1", + "@sentry/types": "5.21.4", + "@sentry/utils": "5.21.4", "tslib": "^1.9.3" } }, @@ -1557,16 +1557,16 @@ } }, "@sentry/types": { - "version": "5.21.1", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.21.1.tgz", - "integrity": "sha512-hFN4aDduMpjj6vZSIIp+9kSr8MglcKO/UmbuUXN6hKLewhxt+Zj2wjXN7ulSs5OK5mjXP9QLA5YJvVQsl2//qw==" + "version": "5.21.4", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.21.4.tgz", + "integrity": "sha512-uJTRxW//NPO0UJJzRQOtYHg5tiSBvn1dRk5FvURXmeXt9d9XtwmRhHWDwI51uAkyv+51tun3v+0OZQfLvAI+gQ==" }, "@sentry/utils": { - "version": "5.21.1", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.21.1.tgz", - "integrity": "sha512-p5vPuc7+GfOmW8CXxWd0samS77Q00YrN8q5TC/ztF8nBhEF18GiMeWAdQnlSwt3iWal3q3gSSrbF4c9guIugng==", + "version": "5.21.4", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.21.4.tgz", + "integrity": "sha512-zY8OvaE/lU+DCzTSFrDZNXZmBLM/0URUlyYD4RubqzrgKY/eP1pSbEsDzYYhc+OrBr8TjG66N+5T3gMZX0BfNg==", "requires": { - "@sentry/types": "5.21.1", + "@sentry/types": "5.21.4", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index bb15da334..1ef760baf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@sentry/browser": "5.21.3", - "@sentry/integrations": "5.21.1", + "@sentry/integrations": "5.21.4", "@testing-library/jest-dom": "5.11.4", "@testing-library/react": "10.4.8", "@types/jest": "26.0.10",