From c0ca6bae37723a6925a26f38ebd5c8470b87ff40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 16:27:56 +0300 Subject: [PATCH] Bump @sentry/integrations from 5.19.2 to 5.20.1 (#1968) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.19.2 to 5.20.1. - [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.19.2...5.20.1) 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 9a2deea5..23b753c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1415,12 +1415,12 @@ } }, "@sentry/integrations": { - "version": "5.19.2", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.19.2.tgz", - "integrity": "sha512-kHXJlJBRMKFDT6IebLNgTciJtSygxm4nLETmwVOmE555lTOUmbbmpNEpJokk1D8f/dCy9ai1N+h6CFyLsjCXNw==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.20.1.tgz", + "integrity": "sha512-VpeZHYT8Fvw1J5478MqXXORf3Ftpt34YM4e+sTPuGrmf4Gro7lXdyownqiSaa7kwwNVQEV3zMlRDczVZzXQThw==", "requires": { - "@sentry/types": "5.19.2", - "@sentry/utils": "5.19.2", + "@sentry/types": "5.20.1", + "@sentry/utils": "5.20.1", "tslib": "^1.9.3" } }, @@ -1442,16 +1442,16 @@ } }, "@sentry/types": { - "version": "5.19.2", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.19.2.tgz", - "integrity": "sha512-O6zkW8oM1qK5Uma9+B/UMlmlm9/gkw9MooqycWuEhIaKfDBj/yVbwb/UTiJmNkGc5VJQo0v1uXUZZQt6/Xq1GA==" + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.20.1.tgz", + "integrity": "sha512-OU+i/lcjGpDJv0XkNpsKrI2r1VPp8qX0H6Knq8NuZrlZe3AbvO3jRJJK0pH14xFv8Xok5jbZZpKKoQLxYfxqsw==" }, "@sentry/utils": { - "version": "5.19.2", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.19.2.tgz", - "integrity": "sha512-gEPkC0CJwvIWqcTcPSdIzqJkJa9N5vZzUZyBvdu1oiyJu7MfazpJEvj3whfJMysSfXJQxoJ+a1IPrA73VY23VA==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.20.1.tgz", + "integrity": "sha512-dhK6IdO6g7Q2CoxCbB+q8gwUapDUH5VjraFg0UBzgkrtNhtHLylqmwx0sWQvXCcp14Q/3MuzEbb4euvoh8o8oA==", "requires": { - "@sentry/types": "5.19.2", + "@sentry/types": "5.20.1", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index dd8417de..8c20d77a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@sentry/browser": "5.20.1", - "@sentry/integrations": "5.19.2", + "@sentry/integrations": "5.20.1", "@testing-library/jest-dom": "5.11.1", "@testing-library/react": "10.4.7", "@types/jest": "26.0.7",