From a0a8397fb492f06c66c205593022b0360f9ca097 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 12:27:16 +0300 Subject: [PATCH] Bump @sentry/integrations from 5.24.2 to 5.26.0 (#2230) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.24.2 to 5.26.0. - [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.24.2...5.26.0) 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 20615682..dee67ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2270,12 +2270,12 @@ } }, "@sentry/integrations": { - "version": "5.24.2", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.24.2.tgz", - "integrity": "sha512-b0upZS+xvONwxkLL6apSSgseR1e6dtq7wAGHefnPa5ckTwIoUkboL/dqiTNmFj1xXnWb87WDX1ZcIx7nfEqw6A==", + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.26.0.tgz", + "integrity": "sha512-XBMPm3wWW+3EJvWFHdVcl0PSWjjNEzmQxjjWeMv9vLWAC1zhS8gcpk/LyDIFWojJBzhASD8f1mLv2ZdKZtA1ZQ==", "requires": { - "@sentry/types": "5.24.2", - "@sentry/utils": "5.24.2", + "@sentry/types": "5.26.0", + "@sentry/utils": "5.26.0", "localforage": "1.8.1", "tslib": "^1.9.3" } @@ -2298,16 +2298,16 @@ } }, "@sentry/types": { - "version": "5.24.2", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.24.2.tgz", - "integrity": "sha512-HcOK00R0tQG5vzrIrqQ0jC28+z76jWSgQCzXiessJ5SH/9uc6NzdO7sR7K8vqMP2+nweCHckFohC8G0T1DLzuQ==" + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.26.0.tgz", + "integrity": "sha512-ugpa1ePOhK55pjsyutAsa2tiJVQEyGYCaOXzaheg/3+EvhMdoW+owiZ8wupfvPhtZFIU3+FPOVz0d5k9K5d1rw==" }, "@sentry/utils": { - "version": "5.24.2", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.24.2.tgz", - "integrity": "sha512-oPGde4tNEDHKk0Cg9q2p0qX649jLDUOwzJXHKpd0X65w3A6eJByDevMr8CSzKV9sesjrUpxqAv6f9WWlz185tA==", + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.26.0.tgz", + "integrity": "sha512-F2gnHIAWbjiowcAgxz3VpKxY/NQ39NTujEd/NPnRTWlRynLFg3bAV+UvZFXljhYJeN3b/zRlScNDcpCWTrtZGw==", "requires": { - "@sentry/types": "5.24.2", + "@sentry/types": "5.26.0", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index 4588f51f..14accf9e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@sentry/browser": "5.25.0", - "@sentry/integrations": "5.24.2", + "@sentry/integrations": "5.26.0", "@testing-library/jest-dom": "5.11.4", "@testing-library/react": "11.0.4", "@types/jest": "26.0.14",