From a646a127583c5c15012d21cd97cee862b19ff5bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:48:14 +0200 Subject: [PATCH] Bump @sentry/integrations from 5.27.1 to 5.27.2 (#2327) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.27.1 to 5.27.2. - [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.1...5.27.2) 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 f6ad7ca4..7083a6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2936,12 +2936,12 @@ } }, "@sentry/integrations": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.1.tgz", - "integrity": "sha512-7E3ZHQvT1YuUvv8PMk8PUjBhlYo87k2hzsuvgup1+CxO8DwxsNr0C06/x5D3e5Tk93K1LXTj5R/553a84wZESQ==", + "version": "5.27.2", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.2.tgz", + "integrity": "sha512-sTCZeAVL9b0PiIjj2KE8qgtS0FgXmhmeEwoQDF2iOr5nk4p/6Xav6S5UPPIY+xe5M44jGCcX5vI4jZqGczaHZg==", "requires": { - "@sentry/types": "5.27.1", - "@sentry/utils": "5.27.1", + "@sentry/types": "5.27.2", + "@sentry/utils": "5.27.2", "localforage": "1.8.1", "tslib": "^1.9.3" } @@ -2964,16 +2964,16 @@ } }, "@sentry/types": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.1.tgz", - "integrity": "sha512-g1aX0V0fz5BTo0mjgSVY9XmPLGZ6p+8OEzq3ubKzDUf59VHl+Vt8viZ8VXw/vsNtfAjBHn7BzSuzJo7cXJJBtA==" + "version": "5.27.2", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.2.tgz", + "integrity": "sha512-oszEOlWJuySvGc2HJ2KLTgtYwRFnHWDu8YIZ99UhmO2PcGQ5HlZJpV2oC8n3x0g1YSSlAaThjKbliJEAT7fmPg==" }, "@sentry/utils": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.1.tgz", - "integrity": "sha512-VIzK8utuvFO9EogZcKJPgmLnlJtYbaPQ0jCw7od9HRw1ckrSBc84sA0uuuY6pB6KSM+7k6EjJ5IdIBaCz5ep/A==", + "version": "5.27.2", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.2.tgz", + "integrity": "sha512-ZrdRgcFapi1NACbtvnPLOIXKjBPVTlhGzmXNCVao0uRBBRNJa5i2Mjp/U/Xy/fT0K1MGJQ+F9YZjZPnAMsDNbw==", "requires": { - "@sentry/types": "5.27.1", + "@sentry/types": "5.27.2", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index 3978b7a3..4ae2793f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@sentry/browser": "5.27.2", - "@sentry/integrations": "5.27.1", + "@sentry/integrations": "5.27.2", "@testing-library/jest-dom": "5.11.5", "@testing-library/react": "11.1.0", "@types/jest": "26.0.15",