Bump @sentry/integrations from 5.24.2 to 5.26.0 (#2230)

Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.24.2 to 5.26.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.24.2...5.26.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-10-13 12:27:16 +03:00 committed by GitHub
parent 8b1e0275cf
commit a0a8397fb4
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

@ -2270,12 +2270,12 @@
} }
}, },
"@sentry/integrations": { "@sentry/integrations": {
"version": "5.24.2", "version": "5.26.0",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.24.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.26.0.tgz",
"integrity": "sha512-b0upZS+xvONwxkLL6apSSgseR1e6dtq7wAGHefnPa5ckTwIoUkboL/dqiTNmFj1xXnWb87WDX1ZcIx7nfEqw6A==", "integrity": "sha512-XBMPm3wWW+3EJvWFHdVcl0PSWjjNEzmQxjjWeMv9vLWAC1zhS8gcpk/LyDIFWojJBzhASD8f1mLv2ZdKZtA1ZQ==",
"requires": { "requires": {
"@sentry/types": "5.24.2", "@sentry/types": "5.26.0",
"@sentry/utils": "5.24.2", "@sentry/utils": "5.26.0",
"localforage": "1.8.1", "localforage": "1.8.1",
"tslib": "^1.9.3" "tslib": "^1.9.3"
} }
@ -2298,16 +2298,16 @@
} }
}, },
"@sentry/types": { "@sentry/types": {
"version": "5.24.2", "version": "5.26.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.24.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.26.0.tgz",
"integrity": "sha512-HcOK00R0tQG5vzrIrqQ0jC28+z76jWSgQCzXiessJ5SH/9uc6NzdO7sR7K8vqMP2+nweCHckFohC8G0T1DLzuQ==" "integrity": "sha512-ugpa1ePOhK55pjsyutAsa2tiJVQEyGYCaOXzaheg/3+EvhMdoW+owiZ8wupfvPhtZFIU3+FPOVz0d5k9K5d1rw=="
}, },
"@sentry/utils": { "@sentry/utils": {
"version": "5.24.2", "version": "5.26.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.24.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.26.0.tgz",
"integrity": "sha512-oPGde4tNEDHKk0Cg9q2p0qX649jLDUOwzJXHKpd0X65w3A6eJByDevMr8CSzKV9sesjrUpxqAv6f9WWlz185tA==", "integrity": "sha512-F2gnHIAWbjiowcAgxz3VpKxY/NQ39NTujEd/NPnRTWlRynLFg3bAV+UvZFXljhYJeN3b/zRlScNDcpCWTrtZGw==",
"requires": { "requires": {
"@sentry/types": "5.24.2", "@sentry/types": "5.26.0",
"tslib": "^1.9.3" "tslib": "^1.9.3"
} }
}, },

View File

@ -20,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"@sentry/browser": "5.25.0", "@sentry/browser": "5.25.0",
"@sentry/integrations": "5.24.2", "@sentry/integrations": "5.26.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.14", "@types/jest": "26.0.14",