Bump @sentry/browser from 5.8.0 to 5.9.0

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.8.0 to 5.9.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.8.0...5.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-14 13:36:05 +00:00 committed by GitHub
parent 58f32c2f66
commit 32162f87b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2966,9 +2966,9 @@
}
},
"@sentry/browser": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.8.0.tgz",
"integrity": "sha512-o8OWLZ2+IT8FbSa4MWBtXbENG5hmDR511VFE5l/q/BjE6W/mWyiA+9UxFkxNvRFvhT/r436mXzNcmmRli/AQ2A==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.9.0.tgz",
"integrity": "sha512-KTpmAau98QyJZtoV7LVYEFd1cdKQGk5yHlRyP3pCkhDcRbgicBNR3umdRDpsI5Ozgix3zNlyQprz0iQPmrPNRQ==",
"requires": {
"@sentry/core": "5.8.0",
"@sentry/types": "5.7.1",

View file

@ -21,7 +21,7 @@
"lint:staged": "lint-staged"
},
"dependencies": {
"@sentry/browser": "^5.8.0",
"@sentry/browser": "^5.9.0",
"next": "^9.1.3",
"next-seo": "^2.2.1",
"react": "^16.11.0",