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:
parent
8ab7921796
commit
eb3455fc03
24
package-lock.json
generated
24
package-lock.json
generated
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user