Bump @sentry/integrations from 5.22.3 to 5.23.0 (#2161)

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

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-09-14 12:05:54 +02:00 committed by GitHub
parent 3d3af88a41
commit 3e404d33fd
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

@ -1530,12 +1530,12 @@
} }
}, },
"@sentry/integrations": { "@sentry/integrations": {
"version": "5.22.3", "version": "5.23.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.22.3.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.23.0.tgz",
"integrity": "sha512-Fx6h8DTDvUpEOymx8Wi49LBdVcNYHwaI6NqApm1qVU9qn/I50Q29KWoZTCGBjBwmkJud+DOAHWYWoU2qRrIvcQ==", "integrity": "sha512-kL1fw6hsFFl6Fe6NCWBCROUZ0nAVlCyyiq5qWOCYNhKwoJMbqfnGhyxVTo2Mn9D/wm77MRUomFKFshQDqH1xsg==",
"requires": { "requires": {
"@sentry/types": "5.22.3", "@sentry/types": "5.23.0",
"@sentry/utils": "5.22.3", "@sentry/utils": "5.23.0",
"localforage": "1.8.1", "localforage": "1.8.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
} }
@ -1558,16 +1558,16 @@
} }
}, },
"@sentry/types": { "@sentry/types": {
"version": "5.22.3", "version": "5.23.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.22.3.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.23.0.tgz",
"integrity": "sha512-cv+VWK0YFgCVDvD1/HrrBWOWYG3MLuCUJRBTkV/Opdy7nkdNjhCAJQrEyMM9zX0sac8FKWKOHT0sykNh8KgmYw==" "integrity": "sha512-PbN5MVWxrq05sZ707lc8lleV0xSsI6jWr9h9snvbAuMjcauE0lmdWmjoWKY3PAz2s1mGYFh55kIo8SmQuVwbYg=="
}, },
"@sentry/utils": { "@sentry/utils": {
"version": "5.22.3", "version": "5.23.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.22.3.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.23.0.tgz",
"integrity": "sha512-AHNryXMBvIkIE+GQxTlmhBXD0Ksh+5w1SwM5qi6AttH+1qjWLvV6WB4+4pvVvEoS8t5F+WaVUZPQLmCCWp6zKw==", "integrity": "sha512-D5gQDM0wEjKxhE+YNvCuCHo/6JuaORF2/3aOhoJBR+dy9EACRspg7kp3+9KF44xd2HVEXkSVCJkv8/+sHePYRQ==",
"requires": { "requires": {
"@sentry/types": "5.22.3", "@sentry/types": "5.23.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
} }
}, },

View File

@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"@sentry/browser": "5.23.0", "@sentry/browser": "5.23.0",
"@sentry/integrations": "5.22.3", "@sentry/integrations": "5.23.0",
"@testing-library/jest-dom": "5.11.4", "@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.4", "@testing-library/react": "11.0.4",
"@types/jest": "26.0.13", "@types/jest": "26.0.13",