Bump @sentry/integrations from 5.19.0 to 5.19.2 (#1918)

Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.19.0 to 5.19.2.
- [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/5.19.0...5.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-14 14:03:37 +03:00 committed by GitHub
parent 8ab7921796
commit eb3455fc03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -1414,12 +1414,12 @@
}
},
"@sentry/integrations": {
"version": "5.19.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.19.0.tgz",
"integrity": "sha512-vCmej1zfumVRKnxKw0RlwVjZ/TWBJZTAWIzqoAxXZyo67bKRy3fP408nj0QL5QAWKw+sUelqvzNqvY94cy+b0w==",
"version": "5.19.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.19.2.tgz",
"integrity": "sha512-kHXJlJBRMKFDT6IebLNgTciJtSygxm4nLETmwVOmE555lTOUmbbmpNEpJokk1D8f/dCy9ai1N+h6CFyLsjCXNw==",
"requires": {
"@sentry/types": "5.19.0",
"@sentry/utils": "5.19.0",
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"tslib": "^1.9.3"
}
},
@ -1441,16 +1441,16 @@
}
},
"@sentry/types": {
"version": "5.19.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.19.0.tgz",
"integrity": "sha512-NlHLS9mwCEimKUA5vClAwVhXFLsqSF3VJEXU+K61fF6NZx8zfJi/HTrIBtoM4iNSAt9o4XLQatC1liIpBC06tg=="
"version": "5.19.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.19.2.tgz",
"integrity": "sha512-O6zkW8oM1qK5Uma9+B/UMlmlm9/gkw9MooqycWuEhIaKfDBj/yVbwb/UTiJmNkGc5VJQo0v1uXUZZQt6/Xq1GA=="
},
"@sentry/utils": {
"version": "5.19.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.19.0.tgz",
"integrity": "sha512-EU/T9aJrI8isexRnyDx5InNw/HjSQ0nKI7YWdiwfFrJusqQ/uisnCGK7vw6gGHDgiAHMXW3TJ38NHpNBin6y7Q==",
"version": "5.19.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.19.2.tgz",
"integrity": "sha512-gEPkC0CJwvIWqcTcPSdIzqJkJa9N5vZzUZyBvdu1oiyJu7MfazpJEvj3whfJMysSfXJQxoJ+a1IPrA73VY23VA==",
"requires": {
"@sentry/types": "5.19.0",
"@sentry/types": "5.19.2",
"tslib": "^1.9.3"
}
},

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"@sentry/browser": "5.19.1",
"@sentry/integrations": "5.19.0",
"@sentry/integrations": "5.19.2",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.4",
"@types/jest": "26.0.4",