fix: upgrade @sentry/integrations from 5.20.1 to 5.23.0

Snyk has created this PR to upgrade @sentry/integrations from 5.20.1 to 5.23.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=upgrade-pr
This commit is contained in:
snyk-bot
2020-10-01 02:39:52 +00:00
parent 0ff8d47ab2
commit 2b6498cb40
2 changed files with 36 additions and 14 deletions
+35 -13
View File
@@ -1,6 +1,6 @@
{
"name": "simplelogin-extension",
"version": "2.3.2",
"version": "2.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1125,12 +1125,13 @@
}
},
"@sentry/integrations": {
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.20.1.tgz",
"integrity": "sha512-VpeZHYT8Fvw1J5478MqXXORf3Ftpt34YM4e+sTPuGrmf4Gro7lXdyownqiSaa7kwwNVQEV3zMlRDczVZzXQThw==",
"version": "5.23.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.23.0.tgz",
"integrity": "sha512-kL1fw6hsFFl6Fe6NCWBCROUZ0nAVlCyyiq5qWOCYNhKwoJMbqfnGhyxVTo2Mn9D/wm77MRUomFKFshQDqH1xsg==",
"requires": {
"@sentry/types": "5.20.1",
"@sentry/utils": "5.20.1",
"@sentry/types": "5.23.0",
"@sentry/utils": "5.23.0",
"localforage": "1.8.1",
"tslib": "^1.9.3"
}
},
@@ -1152,16 +1153,16 @@
}
},
"@sentry/types": {
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.20.1.tgz",
"integrity": "sha512-OU+i/lcjGpDJv0XkNpsKrI2r1VPp8qX0H6Knq8NuZrlZe3AbvO3jRJJK0pH14xFv8Xok5jbZZpKKoQLxYfxqsw=="
"version": "5.23.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.23.0.tgz",
"integrity": "sha512-PbN5MVWxrq05sZ707lc8lleV0xSsI6jWr9h9snvbAuMjcauE0lmdWmjoWKY3PAz2s1mGYFh55kIo8SmQuVwbYg=="
},
"@sentry/utils": {
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.20.1.tgz",
"integrity": "sha512-dhK6IdO6g7Q2CoxCbB+q8gwUapDUH5VjraFg0UBzgkrtNhtHLylqmwx0sWQvXCcp14Q/3MuzEbb4euvoh8o8oA==",
"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==",
"requires": {
"@sentry/types": "5.20.1",
"@sentry/types": "5.23.0",
"tslib": "^1.9.3"
}
},
@@ -4461,6 +4462,11 @@
"integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
"dev": true
},
"immediate": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
"integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps="
},
"import-local": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
@@ -4862,6 +4868,14 @@
"invert-kv": "^1.0.0"
}
},
"lie": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
"integrity": "sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=",
"requires": {
"immediate": "~3.0.5"
}
},
"load-json-file": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
@@ -4911,6 +4925,14 @@
}
}
},
"localforage": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.8.1.tgz",
"integrity": "sha512-azSSJJfc7h4bVpi0PGi+SmLQKJl2/8NErI+LhJsrORNikMZnhaQ7rv9fHj+ofwgSHrKRlsDCL/639a6nECIKuQ==",
"requires": {
"lie": "3.1.1"
}
},
"locate-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+1 -1
View File
@@ -21,7 +21,7 @@
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@sentry/browser": "^5.21.3",
"@sentry/integrations": "^5.20.1",
"@sentry/integrations": "^5.23.0",
"axios": "^0.19.2",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",