mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
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:
parent
58f32c2f66
commit
32162f87b1
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue