From f664ba9e1ecc15fa9a189e7cb46bfa97231303f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 05:27:54 +0200 Subject: [PATCH] Bump @sentry/integrations from 5.28.0 to 5.29.0 (#2579) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.28.0 to 5.29.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.28.0...5.29.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 6f0bc19e..09484657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2779,12 +2779,12 @@ } }, "@sentry/integrations": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.28.0.tgz", - "integrity": "sha512-2WjCYHrItzrHYUoRUV8Hjt2DXEekiV7i/2RfxLhVVVU8382FKyKMTMdimKog3SAgOqPjJFpWqEQ3OWErZ4HMqA==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.29.0.tgz", + "integrity": "sha512-SGqpi1Qd1a7gGL6aYrJnKqU/DNJcHvnhD3qOgow23ivEpaJv1BtQSKxv17IbO/CIFn3A0o1a18wY6xef9isKEQ==", "requires": { - "@sentry/types": "5.28.0", - "@sentry/utils": "5.28.0", + "@sentry/types": "5.29.0", + "@sentry/utils": "5.29.0", "localforage": "1.8.1", "tslib": "^1.9.3" } @@ -2807,16 +2807,16 @@ } }, "@sentry/types": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.28.0.tgz", - "integrity": "sha512-nNhoZEXdqM2xivxJBrLhxtJ2+s6FfKXUw5yBf0Jf/RBrBnH5fggPNImmyfpOoysl72igWcMWk4nnfyP5iDrriQ==" + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.29.0.tgz", + "integrity": "sha512-iDkxT/9sT3UF+Xb+JyLjZ5caMXsgLfRyV9VXQEiR2J6mgpMielj184d9jeF3bm/VMuAf/VFFqrHlcVsVgmrrMw==" }, "@sentry/utils": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.28.0.tgz", - "integrity": "sha512-LW+ReVw9JG6g8Bvp2I1ThMDPATlisvkde+1WykxGqRhu2YIO+PvWhnoFhr9RD0ia3rYVlJkgkuTshMbPJ8HVwA==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.29.0.tgz", + "integrity": "sha512-b2B1gshw2u3EHlAi84PuI5sfmLKXW1z9enMMhNuuNT/CoRp+g5kMAcUv/qYTws7UNnYSvTuVGuZG30v1e0hP9A==", "requires": { - "@sentry/types": "5.28.0", + "@sentry/types": "5.29.0", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index c59c9954..34706284 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@sentry/browser": "5.28.0", - "@sentry/integrations": "5.28.0", + "@sentry/integrations": "5.29.0", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "11.2.2", "@types/jest": "26.0.16",