From 56ea181a94adbc5c94e117ba5dd07e406d80356f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:59:45 +0000 Subject: [PATCH] Bump @sentry/integrations from 6.0.0 to 6.2.1 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.0.0 to 6.2.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/6.0.0...6.2.1) 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..03d5dde 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.1", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.2.1.tgz", + "integrity": "sha512-UBvuil/b9M5HGH6aBDzTiIVRsmpC/wqwDKy28IO05XLdalmKgJ9C1EQhoyN6xw+1lINpXXFtfq4NhfgZgWbc7Q==", "requires": { - "@sentry/types": "6.0.0", - "@sentry/utils": "6.0.0", - "localforage": "1.8.1", + "@sentry/types": "6.2.1", + "@sentry/utils": "6.2.1", + "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.1", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.2.1.tgz", + "integrity": "sha512-h0OV1QT+fv5ojfK5/+iEXClu33HirmvbjcQC2jf05IHj9yXIOWy6EB10S8nBjuLiiFqQiAQYj3FN9Ip4eN8NJA==" }, "@sentry/utils": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.0.0.tgz", - "integrity": "sha512-dMMWOT69bQ4CF1R33dOnXIOyiHRWsUAON3nFVljV1JNNTDA69YwaF9f5FIT0DKpO4qhgTlElsm8WgHI9prAVEQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.2.1.tgz", + "integrity": "sha512-6kQgM/yBPdXu+3qbJnI6HBcWztN9QfiMkH++ZiKk4ERhg9d2LYWlze478uTU5Fyo/JQYcp+McpjtjpR9QIrr0g==", "requires": { - "@sentry/types": "6.0.0", + "@sentry/types": "6.2.1", "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..d3bd057 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.1", "axios": "^0.21.1", "core-js": "^3.8.3", "firebase": "^8.2.3",