From 734615f675df5d2a188354911855c856181611f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:55:42 +0000 Subject: [PATCH] Bump @sentry/integrations from 6.0.0 to 6.2.2 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.0.0 to 6.2.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/6.0.0...6.2.2) Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1943bea..d6ef93c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2185,27 +2185,27 @@ } }, "@sentry/integrations": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.0.0.tgz", - "integrity": "sha512-bks2j00yUsHTvXqkyyDWSK4UQutyN5Jy6B6lQL7tzX9FgxXV50SIQfs7+d2X4k62+YoPKAuh4jFXYu5SilhcUA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.2.2.tgz", + "integrity": "sha512-B7oaQD3+dVZpgQIOWK19F12fxHKcU7AJXdcjw/gHRMLulLTYjGSFwgVS/zdaC+4W/zGO/HpZjFqqXqqRP9ipEg==", "requires": { - "@sentry/types": "6.0.0", - "@sentry/utils": "6.0.0", - "localforage": "1.8.1", + "@sentry/types": "6.2.2", + "@sentry/utils": "6.2.2", + "localforage": "^1.8.1", "tslib": "^1.9.3" }, "dependencies": { "@sentry/types": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.0.0.tgz", - "integrity": "sha512-yueRSRGPCahuju/UMdtOt8LIIncbpwLINQd9Q8E4OXtoPpMHR6Oun8sMKCPd+Wq3piI5yRDzKkGCl+sH7mHVrA==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.2.2.tgz", + "integrity": "sha512-Y/1sRtw3a5JU4YdNBig8lLSVJ1UdYtuge+QP1CVLcLSAbq07Ok1bvF+Z+BlNcnHqle2Fl8aKuryG5Yu86enOyQ==" }, "@sentry/utils": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.0.0.tgz", - "integrity": "sha512-dMMWOT69bQ4CF1R33dOnXIOyiHRWsUAON3nFVljV1JNNTDA69YwaF9f5FIT0DKpO4qhgTlElsm8WgHI9prAVEQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.2.2.tgz", + "integrity": "sha512-qaee6X6VDNZ8HeO83/veaKw0KuhDE7j1R+Yryme3PywFzsoTzutDrEQjb7gvcHAhBaAYX8IHUBHgxcFI9BxI+w==", "requires": { - "@sentry/types": "6.0.0", + "@sentry/types": "6.2.2", "tslib": "^1.9.3" } } @@ -8719,9 +8719,9 @@ } }, "localforage": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.8.1.tgz", - "integrity": "sha512-azSSJJfc7h4bVpi0PGi+SmLQKJl2/8NErI+LhJsrORNikMZnhaQ7rv9fHj+ofwgSHrKRlsDCL/639a6nECIKuQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.9.0.tgz", + "integrity": "sha512-rR1oyNrKulpe+VM9cYmcFn6tsHuokyVHFaCM3+osEmxaHTbEk8oQu6eGDfS6DQLWi/N67XRmB8ECG37OES368g==", "requires": { "lie": "3.1.1" } diff --git a/package.json b/package.json index 7e6a23e..6f60f64 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fortawesome/pro-solid-svg-icons": "^5.14.0", "@fortawesome/vue-fontawesome": "^0.1.10", "@sentry/browser": "^6.0.0", - "@sentry/integrations": "^6.0.0", + "@sentry/integrations": "^6.2.2", "axios": "^0.21.1", "core-js": "^3.8.3", "firebase": "^8.2.3",