From 1a7ff732db02b5c5bb8635be2940392c7fb7520e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Oct 2021 03:20:21 +0000 Subject: [PATCH] fix: upgrade @sentry/integrations from 5.23.0 to 5.30.0 Snyk has created this PR to upgrade @sentry/integrations from 5.23.0 to 5.30.0. See this package in npm: https://www.npmjs.com/package/@sentry/integrations See this project in Snyk: https://app.snyk.io/org/nguyenkims/project/23cffba7-d3c7-4e43-890c-5dcb85b749ff?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 3d23438..4217664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1125,12 +1125,12 @@ } }, "@sentry/integrations": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.23.0.tgz", - "integrity": "sha512-kL1fw6hsFFl6Fe6NCWBCROUZ0nAVlCyyiq5qWOCYNhKwoJMbqfnGhyxVTo2Mn9D/wm77MRUomFKFshQDqH1xsg==", + "version": "5.30.0", + "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.30.0.tgz", + "integrity": "sha512-Fqh4ALLoQWdd+1ih0iBduANWFyNmFWMxwvBu3V/wLDRi8OcquI0lEzWai1InzTJTiNhRHPnhuU++l/vkO0OCww==", "requires": { - "@sentry/types": "5.23.0", - "@sentry/utils": "5.23.0", + "@sentry/types": "5.30.0", + "@sentry/utils": "5.30.0", "localforage": "1.8.1", "tslib": "^1.9.3" } @@ -1153,16 +1153,16 @@ } }, "@sentry/types": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.23.0.tgz", - "integrity": "sha512-PbN5MVWxrq05sZ707lc8lleV0xSsI6jWr9h9snvbAuMjcauE0lmdWmjoWKY3PAz2s1mGYFh55kIo8SmQuVwbYg==" + "version": "5.30.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.30.0.tgz", + "integrity": "sha512-R8xOqlSTZ+htqrfteCWU5Nk0CDN5ApUTvrlvBuiH1DyP6czDZ4ktbZB0hAgBlVcK0U+qpD3ag3Tqqpa5Q67rPw==" }, "@sentry/utils": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.23.0.tgz", - "integrity": "sha512-D5gQDM0wEjKxhE+YNvCuCHo/6JuaORF2/3aOhoJBR+dy9EACRspg7kp3+9KF44xd2HVEXkSVCJkv8/+sHePYRQ==", + "version": "5.30.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.30.0.tgz", + "integrity": "sha512-zaYmoH0NWWtvnJjC9/CBseXMtKHm/tm40sz3YfJRxeQjyzRqNQPgivpd9R/oDJCYj999mzdW382p/qi2ypjLww==", "requires": { - "@sentry/types": "5.23.0", + "@sentry/types": "5.30.0", "tslib": "^1.9.3" } }, diff --git a/package.json b/package.json index a59d8d0..a22cba5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@fortawesome/free-solid-svg-icons": "^5.15.1", "@fortawesome/vue-fontawesome": "^0.1.10", "@sentry/browser": "^5.25.0", - "@sentry/integrations": "^5.23.0", + "@sentry/integrations": "^5.30.0", "axios": "^0.21.3", "bootstrap": "^4.5.2", "bootstrap-vue": "^2.16.0",