From f6dd0a9c176a2c41af30d88d38a421cfd5f12406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 17:29:04 +0000 Subject: [PATCH] fix(deps): bump @sentry/integrations from 6.5.0 to 6.5.1 Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.5.0 to 6.5.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.5.0...6.5.1) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 895af89dd1..7da6498339 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5008,12 +5008,12 @@ } }, "@sentry/integrations": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.5.0.tgz", - "integrity": "sha512-pI8DESNTbsj60CDtLzIdLHex59NGzjTBR9Wpt7SG8NPhgEAuS3tUU4Thjyib7sGb7mxRw1sSQt/FsjDd7vMjLg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.5.1.tgz", + "integrity": "sha512-NYiW0rH7fwv7aRtrRnfCSIiwulfV2NoLjhmghCONsyo10DNtYmOpogLotCytZFWLDnTJW1+pmTomq8UW/OSTcQ==", "requires": { - "@sentry/types": "6.5.0", - "@sentry/utils": "6.5.0", + "@sentry/types": "6.5.1", + "@sentry/utils": "6.5.1", "localforage": "^1.8.1", "tslib": "^1.9.3" } @@ -5036,16 +5036,16 @@ } }, "@sentry/types": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.0.tgz", - "integrity": "sha512-yQpTCIYxBsYT0GenqHNNKeXV8CSkkYlAxB1IGV2eac4IKC5ph5GW6TfDGwvlzQSQ297RsRmOSA8o3I5gGPd2yA==" + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.5.1.tgz", + "integrity": "sha512-b/7a6CMoytaeFPx4IBjfxPw3nPvsQh7ui1C8Vw0LxNNDgBwVhPLzUOWeLWbo5YZCVbGEMIWwtCUQYWxneceZSA==" }, "@sentry/utils": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.0.tgz", - "integrity": "sha512-CcHuaQN6vRuAsIC+3sA23NmWLRmUN0x/HNQxk0DHJylvYQdEA0AUNoLXogykaXh6NrCx4DNq9yCQTNTSC3mFxg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.5.1.tgz", + "integrity": "sha512-Wv86JYGQH+ZJ5XGFQX7h6ijl32667ikenoL9EyXMn8UoOYX/MLwZoQZin1P60wmKkYR9ifTNVmpaI9OoTaH+UQ==", "requires": { - "@sentry/types": "6.5.0", + "@sentry/types": "6.5.1", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index cddfde8c18..450902bd1f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@opengovsg/ng-file-upload": "^12.2.15", "@opengovsg/spcp-auth-client": "^1.4.7", "@sentry/browser": "^6.5.1", - "@sentry/integrations": "^6.5.0", + "@sentry/integrations": "^6.5.1", "@stablelib/base64": "^1.0.1", "JSONStream": "^1.3.5", "abortcontroller-polyfill": "^1.7.3",