Bump @sentry/integrations from 5.19.2 to 5.20.1 (#1968)

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

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-27 16:27:56 +03:00 committed by GitHub
parent ee8fa6aaad
commit c0ca6bae37
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

@ -1415,12 +1415,12 @@
}
},
"@sentry/integrations": {
"version": "5.19.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.19.2.tgz",
"integrity": "sha512-kHXJlJBRMKFDT6IebLNgTciJtSygxm4nLETmwVOmE555lTOUmbbmpNEpJokk1D8f/dCy9ai1N+h6CFyLsjCXNw==",
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.20.1.tgz",
"integrity": "sha512-VpeZHYT8Fvw1J5478MqXXORf3Ftpt34YM4e+sTPuGrmf4Gro7lXdyownqiSaa7kwwNVQEV3zMlRDczVZzXQThw==",
"requires": {
"@sentry/types": "5.19.2",
"@sentry/utils": "5.19.2",
"@sentry/types": "5.20.1",
"@sentry/utils": "5.20.1",
"tslib": "^1.9.3"
}
},
@ -1442,16 +1442,16 @@
}
},
"@sentry/types": {
"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=="
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.20.1.tgz",
"integrity": "sha512-OU+i/lcjGpDJv0XkNpsKrI2r1VPp8qX0H6Knq8NuZrlZe3AbvO3jRJJK0pH14xFv8Xok5jbZZpKKoQLxYfxqsw=="
},
"@sentry/utils": {
"version": "5.19.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.19.2.tgz",
"integrity": "sha512-gEPkC0CJwvIWqcTcPSdIzqJkJa9N5vZzUZyBvdu1oiyJu7MfazpJEvj3whfJMysSfXJQxoJ+a1IPrA73VY23VA==",
"version": "5.20.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.20.1.tgz",
"integrity": "sha512-dhK6IdO6g7Q2CoxCbB+q8gwUapDUH5VjraFg0UBzgkrtNhtHLylqmwx0sWQvXCcp14Q/3MuzEbb4euvoh8o8oA==",
"requires": {
"@sentry/types": "5.19.2",
"@sentry/types": "5.20.1",
"tslib": "^1.9.3"
}
},

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"@sentry/browser": "5.20.1",
"@sentry/integrations": "5.19.2",
"@sentry/integrations": "5.20.1",
"@testing-library/jest-dom": "5.11.1",
"@testing-library/react": "10.4.7",
"@types/jest": "26.0.7",