Bump @sentry/integrations from 5.15.4 to 5.15.5 (#1502)

This commit is contained in:
dependabot-preview[bot] 2020-04-28 11:30:44 +03:00 committed by GitHub
parent 0baabff41b
commit a31d2f1337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 6 deletions

26
package-lock.json generated
View File

@ -1375,13 +1375,29 @@
} }
}, },
"@sentry/integrations": { "@sentry/integrations": {
"version": "5.15.4", "version": "5.15.5",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.15.4.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.15.5.tgz",
"integrity": "sha512-GaEVQf4R+WBJvTOGptOHIFSylnH1JAvBQZ7c45jGIDBp+upqzeI67KD+HoM4sSNT2Y2i8DLTJCWibe34knz5Kw==", "integrity": "sha512-s9N9altnGkDH+vNNUZu1dKuMVLAgJNYtgs6DMJTrZRswFl8gzZytYTZCdpzjBgTsqkLaGbRDIjQeE/yP3gnrqw==",
"requires": { "requires": {
"@sentry/types": "5.15.4", "@sentry/types": "5.15.5",
"@sentry/utils": "5.15.4", "@sentry/utils": "5.15.5",
"tslib": "^1.9.3" "tslib": "^1.9.3"
},
"dependencies": {
"@sentry/types": {
"version": "5.15.5",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.15.5.tgz",
"integrity": "sha512-F9A5W7ucgQLJUG4LXw1ZIy4iLevrYZzbeZ7GJ09aMlmXH9PqGThm1t5LSZlVpZvUfQ2rYA8NU6BdKJSt7B5LPw=="
},
"@sentry/utils": {
"version": "5.15.5",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.15.5.tgz",
"integrity": "sha512-Nl9gl/MGnzSkuKeo3QaefoD/OJrFLB8HmwQ7HUbTXb6E7yyEzNKAQMHXGkwNAjbdYyYbd42iABP6Y5F/h39NtA==",
"requires": {
"@sentry/types": "5.15.5",
"tslib": "^1.9.3"
}
}
} }
}, },
"@sentry/minimal": { "@sentry/minimal": {

View File

@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"@sentry/browser": "5.15.4", "@sentry/browser": "5.15.4",
"@sentry/integrations": "5.15.4", "@sentry/integrations": "5.15.5",
"browser-nativefs": "0.7.1", "browser-nativefs": "0.7.1",
"i18next-browser-languagedetector": "4.1.1", "i18next-browser-languagedetector": "4.1.1",
"nanoid": "2.1.11", "nanoid": "2.1.11",