From 22bcaf4981076ee504dbfc50c73362bd8c5add89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:55:11 +0000 Subject: [PATCH] fix(deps): bump @sentry/integrations from 6.16.1 to 6.17.9 (#3450) Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 6.16.1 to 6.17.9. - [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.16.1...6.17.9) --- updated-dependencies: - dependency-name: "@sentry/integrations" dependency-type: direct:production update-type: version-update:semver-minor ... 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 65c352bcf0..d74720b3c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5565,12 +5565,12 @@ } }, "@sentry/integrations": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.16.1.tgz", - "integrity": "sha512-YobbH3jWMRJxCeFzr8USlju1Up0EJoxaAT4y+LQQ0ZLfyfOdPX0d0iFnWMCar8gwR1nRujFS0HM0BBKY3an0LA==", + "version": "6.17.9", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-6.17.9.tgz", + "integrity": "sha512-5eWBYeUcwHBJSuHNRpBlazjZEnpKz5aS5HoXdL7VZX0WPZ5Ci1oRAWudJWqXLsYW7bcng75vLQowwOw77Ll0fg==", "requires": { - "@sentry/types": "6.16.1", - "@sentry/utils": "6.16.1", + "@sentry/types": "6.17.9", + "@sentry/utils": "6.17.9", "localforage": "^1.8.1", "tslib": "^1.9.3" } @@ -5593,16 +5593,16 @@ } }, "@sentry/types": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.16.1.tgz", - "integrity": "sha512-Wh354g30UsJ5kYJbercektGX4ZMc9MHU++1NjeN2bTMnbofEcpUDWIiKeulZEY65IC1iU+1zRQQgtYO+/hgCUQ==" + "version": "6.17.9", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.17.9.tgz", + "integrity": "sha512-xuulX6qUCL14ayEOh/h6FUIvZtsi1Bx34dSOaWDrjXUOJHJAM7214uiqW1GZxPJ13YuaUIubjTSfDmSQ9CBzTw==" }, "@sentry/utils": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.16.1.tgz", - "integrity": "sha512-7ngq/i4R8JZitJo9Sl8PDnjSbDehOxgr1vsoMmerIsyRZ651C/8B+jVkMhaAPgSdyJ0AlE3O7DKKTP1FXFw9qw==", + "version": "6.17.9", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-6.17.9.tgz", + "integrity": "sha512-4eo9Z3JlJCGlGrQRbtZWL+L9NnlUXgTbfK3Lk7oO8D1ev8R5b5+iE6tZHTvU5rQRcq6zu+POT+tK5u9oxc/rnQ==", "requires": { - "@sentry/types": "6.16.1", + "@sentry/types": "6.17.9", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index c2ecc7bdba..2ba407bc5d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@opengovsg/sgid-client": "0.0.12", "@opengovsg/spcp-auth-client": "^1.4.15", "@sentry/browser": "^6.17.7", - "@sentry/integrations": "^6.16.1", + "@sentry/integrations": "^6.17.9", "@stablelib/base64": "^1.0.1", "JSONStream": "^1.3.5", "abortcontroller-polyfill": "^1.7.3",