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
This commit is contained in:
snyk-bot
2021-10-05 03:20:21 +00:00
parent 3c0c90439f
commit 1a7ff732db
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -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"
}
},
+1 -1
View File
@@ -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",