Bump @sentry/browser from 5.9.0 to 5.9.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-18 13:18:35 +00:00 committed by GitHub
parent e7a335bb32
commit fdaff0c09b
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.9.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.9.0.tgz",
"integrity": "sha512-KTpmAau98QyJZtoV7LVYEFd1cdKQGk5yHlRyP3pCkhDcRbgicBNR3umdRDpsI5Ozgix3zNlyQprz0iQPmrPNRQ==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.9.1.tgz",
"integrity": "sha512-7AOabwp9yAH9h6Xe6TfDwlLxHbUSWs+SPWHI7bPlht2yDSAqkXYGSzRr5X0XQJX9oBQdx2cEPMqHyJrbNaP/og==",
"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.9.0",
"@sentry/browser": "^5.9.1",
"next": "^9.1.3",
"next-seo": "^2.2.1",
"react": "^16.12.0",