Bump @sentry/integrations from 5.20.1 to 5.21.1 (#2045)
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.20.1 to 5.21.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.20.1...5.21.1) 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:
parent
036bdcfa3f
commit
7edffd8e7b
24
package-lock.json
generated
24
package-lock.json
generated
@ -1415,12 +1415,12 @@
|
||||
}
|
||||
},
|
||||
"@sentry/integrations": {
|
||||
"version": "5.20.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.20.1.tgz",
|
||||
"integrity": "sha512-VpeZHYT8Fvw1J5478MqXXORf3Ftpt34YM4e+sTPuGrmf4Gro7lXdyownqiSaa7kwwNVQEV3zMlRDczVZzXQThw==",
|
||||
"version": "5.21.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.21.1.tgz",
|
||||
"integrity": "sha512-zghpNoYHbmMBZ/KW6vElfVl+4fCAwqaw/gYmxdCHflf2J3Y/0nKHEhnnnuErdYUkDdnatGGbHlc8kFOcaKPzHw==",
|
||||
"requires": {
|
||||
"@sentry/types": "5.20.1",
|
||||
"@sentry/utils": "5.20.1",
|
||||
"@sentry/types": "5.21.1",
|
||||
"@sentry/utils": "5.21.1",
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
},
|
||||
@ -1442,16 +1442,16 @@
|
||||
}
|
||||
},
|
||||
"@sentry/types": {
|
||||
"version": "5.20.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.20.1.tgz",
|
||||
"integrity": "sha512-OU+i/lcjGpDJv0XkNpsKrI2r1VPp8qX0H6Knq8NuZrlZe3AbvO3jRJJK0pH14xFv8Xok5jbZZpKKoQLxYfxqsw=="
|
||||
"version": "5.21.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.21.1.tgz",
|
||||
"integrity": "sha512-hFN4aDduMpjj6vZSIIp+9kSr8MglcKO/UmbuUXN6hKLewhxt+Zj2wjXN7ulSs5OK5mjXP9QLA5YJvVQsl2//qw=="
|
||||
},
|
||||
"@sentry/utils": {
|
||||
"version": "5.20.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.20.1.tgz",
|
||||
"integrity": "sha512-dhK6IdO6g7Q2CoxCbB+q8gwUapDUH5VjraFg0UBzgkrtNhtHLylqmwx0sWQvXCcp14Q/3MuzEbb4euvoh8o8oA==",
|
||||
"version": "5.21.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.21.1.tgz",
|
||||
"integrity": "sha512-p5vPuc7+GfOmW8CXxWd0samS77Q00YrN8q5TC/ztF8nBhEF18GiMeWAdQnlSwt3iWal3q3gSSrbF4c9guIugng==",
|
||||
"requires": {
|
||||
"@sentry/types": "5.20.1",
|
||||
"@sentry/types": "5.21.1",
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "5.20.1",
|
||||
"@sentry/integrations": "5.20.1",
|
||||
"@sentry/integrations": "5.21.1",
|
||||
"@testing-library/jest-dom": "5.11.2",
|
||||
"@testing-library/react": "10.4.8",
|
||||
"@types/jest": "26.0.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user