chore:(deps): bump @sentry/react from 5.24.2 to 5.25.0 in /explorer (#12726)

Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 5.24.2 to 5.25.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.25.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-08 08:09:46 +00:00 committed by GitHub
parent 11df2e2236
commit 6f288436b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 38 deletions

View File

@ -2650,72 +2650,72 @@
"integrity": "sha512-zLtOIToct1EBTbwldkMJsXC2eCsmWOOP7z6UG0M/sCgnPExtIjvVMCpPESvPnMbQzDZytXVy0nvMbUuK2gZs2A=="
},
"@sentry/browser": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.24.2.tgz",
"integrity": "sha512-P/uZC/VrLRpU7MVEJnlZK5+AkEmuHu+mns5gC91Z4gjn7GamjR/CaXVedHGw/15ZrsQiAiwoWwuxpv4Ypd/+SA==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.25.0.tgz",
"integrity": "sha512-QDVUbUuTu58xCdId0eUO4YzpvrPdoUw1ryVy/Yep9Es/HD0fiSyO1Js0eQVkV/EdXtyo2pomc1Bpy7dbn2EJ2w==",
"requires": {
"@sentry/core": "5.24.2",
"@sentry/types": "5.24.2",
"@sentry/utils": "5.24.2",
"@sentry/core": "5.25.0",
"@sentry/types": "5.25.0",
"@sentry/utils": "5.25.0",
"tslib": "^1.9.3"
}
},
"@sentry/core": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-5.24.2.tgz",
"integrity": "sha512-nuAwCGU1l9hgMinl5P/8nIQGRXDP2FI9cJnq5h1qiP/XIOvJkJz2yzBR6nTyqr4vBth0tvxQJbIpDNGd7vHJLg==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-5.25.0.tgz",
"integrity": "sha512-hY6Zmo7t/RV+oZuvXHP6nyAj/QnZr2jW0e7EbL5YKMV8q0vlnjcE0LgqFXme726OJemoLk67z+sQOJic/Ztehg==",
"requires": {
"@sentry/hub": "5.24.2",
"@sentry/minimal": "5.24.2",
"@sentry/types": "5.24.2",
"@sentry/utils": "5.24.2",
"@sentry/hub": "5.25.0",
"@sentry/minimal": "5.25.0",
"@sentry/types": "5.25.0",
"@sentry/utils": "5.25.0",
"tslib": "^1.9.3"
}
},
"@sentry/hub": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-5.24.2.tgz",
"integrity": "sha512-xmO1Ivvpb5Qr9WgekinuZZlpl9Iw7iPETUe84HQOhUrXf+2gKO+LaUYMMsYSVDwXQEmR6/tTMyOtS6iavldC6w==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-5.25.0.tgz",
"integrity": "sha512-kOlOiJV8wMX50lYpzMlOXBoH7MNG0Ho4RTusdZnXZBaASq5/ljngDJkLr6uylNjceZQP21wzipCQajsJMYB7EQ==",
"requires": {
"@sentry/types": "5.24.2",
"@sentry/utils": "5.24.2",
"@sentry/types": "5.25.0",
"@sentry/utils": "5.25.0",
"tslib": "^1.9.3"
}
},
"@sentry/minimal": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-5.24.2.tgz",
"integrity": "sha512-biFpux5bI3R8xiD/Zzvrk1kRE6bqPtfWXmZYAHRtaUMCAibprTKSY9Ta8QYHynOAEoJ5Akedy6HUsEkK5DoZfA==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-5.25.0.tgz",
"integrity": "sha512-9JFKuW7U+1vPO86k3+XRtJyooiVZsVOsFFO4GulBzepi3a0ckNyPgyjUY1saLH+cEHx18hu8fGgajvI8ANUF2g==",
"requires": {
"@sentry/hub": "5.24.2",
"@sentry/types": "5.24.2",
"@sentry/hub": "5.25.0",
"@sentry/types": "5.25.0",
"tslib": "^1.9.3"
}
},
"@sentry/react": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/react/-/react-5.24.2.tgz",
"integrity": "sha512-iVti69qCMFztgP2E0LMx6V+3+ppKdylMJalWnwMt4LyL9idnnuiwFzMCA9g3QEvXRCTSuqEO39Dk4XYXyxi8pA==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/react/-/react-5.25.0.tgz",
"integrity": "sha512-lZwiFj+BQtmaj+Do9hcRSJcdrTisSGq2521/Xm9qGPbhsRW8uTHMJjkDgMHriYxxqXYOQrY9FisJwvkPpkroow==",
"requires": {
"@sentry/browser": "5.24.2",
"@sentry/minimal": "5.24.2",
"@sentry/types": "5.24.2",
"@sentry/utils": "5.24.2",
"@sentry/browser": "5.25.0",
"@sentry/minimal": "5.25.0",
"@sentry/types": "5.25.0",
"@sentry/utils": "5.25.0",
"hoist-non-react-statics": "^3.3.2",
"tslib": "^1.9.3"
}
},
"@sentry/types": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.24.2.tgz",
"integrity": "sha512-HcOK00R0tQG5vzrIrqQ0jC28+z76jWSgQCzXiessJ5SH/9uc6NzdO7sR7K8vqMP2+nweCHckFohC8G0T1DLzuQ=="
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.25.0.tgz",
"integrity": "sha512-8M4PREbcar+15wrtEqcwfcU33SS+2wBSIOd/NrJPXJPTYxi49VypCN1mZBDyWkaK+I+AuQwI3XlRPCfsId3D1A=="
},
"@sentry/utils": {
"version": "5.24.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.24.2.tgz",
"integrity": "sha512-oPGde4tNEDHKk0Cg9q2p0qX649jLDUOwzJXHKpd0X65w3A6eJByDevMr8CSzKV9sesjrUpxqAv6f9WWlz185tA==",
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.25.0.tgz",
"integrity": "sha512-Hz5spdIkMSRH5NR1YFOp5qbsY5Ud2lKhEQWlqxcVThMG5YNUc10aYv5ijL19v0YkrC2rqPjCRm7GrVtzOc7bXQ==",
"requires": {
"@sentry/types": "5.24.2",
"@sentry/types": "5.25.0",
"tslib": "^1.9.3"
}
},

View File

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.24.2",
"@sentry/react": "^5.25.0",
"@solana/web3.js": "^0.78.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",