Bump @sentry/integrations from 5.27.3 to 5.27.4 (#2382)
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.27.3 to 5.27.4. - [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.27.3...5.27.4) 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
7d2ce4e52f
commit
a267fc85b4
24
package-lock.json
generated
24
package-lock.json
generated
@ -2803,12 +2803,12 @@
|
||||
}
|
||||
},
|
||||
"@sentry/integrations": {
|
||||
"version": "5.27.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.3.tgz",
|
||||
"integrity": "sha512-lmkYH3g1ZW9I8g3SXQNYIfNc9gaNoqJUxgTI9d0AQph+mSB8Y3lx50NYMAfK74XgiC3VJ9j8kWstdQCMbgfXpQ==",
|
||||
"version": "5.27.4",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.4.tgz",
|
||||
"integrity": "sha512-/2KRNrpbRDatNfurKzhpeYa5YQCYSXgR2JbPGQzg8d3fKggSTDLiVxrc+LC7oHeHgv6LWOzkVVzfmB01LJRZTA==",
|
||||
"requires": {
|
||||
"@sentry/types": "5.27.3",
|
||||
"@sentry/utils": "5.27.3",
|
||||
"@sentry/types": "5.27.4",
|
||||
"@sentry/utils": "5.27.4",
|
||||
"localforage": "1.8.1",
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
@ -2831,16 +2831,16 @@
|
||||
}
|
||||
},
|
||||
"@sentry/types": {
|
||||
"version": "5.27.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.3.tgz",
|
||||
"integrity": "sha512-PkWhMArFMxBb1g3HtMEL8Ea9PYae2MU0z9CMIWiqzerFy2ZpKG98IU3pt8ic4JkmKQdwB8hDiZpRPMHhW0WYwQ=="
|
||||
"version": "5.27.4",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.4.tgz",
|
||||
"integrity": "sha512-41h3c7tgtSS8UBmfvEckSr+7V7/IVOjt/EiydyOd6s0N18zSFfGY5HdA6g+eFtIJK3DhWkUHCHZNanD5IY5YCQ=="
|
||||
},
|
||||
"@sentry/utils": {
|
||||
"version": "5.27.3",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.3.tgz",
|
||||
"integrity": "sha512-R9WvFrRBALZvCzu/9BsuXBCfkNxz4MwdBNSXaBsJo4afQw1ljkjIc9DpHzlL9S9goIwXo81Buwmr5gGDO6aH+Q==",
|
||||
"version": "5.27.4",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.4.tgz",
|
||||
"integrity": "sha512-shV1I/q+Tob3hUxRj11DfMhe9PNDiv85hUUoRloZGGwu275dMwpswb2uwgSmjc2Ao4pnMKVx8TL1hC3kGLVHTQ==",
|
||||
"requires": {
|
||||
"@sentry/types": "5.27.3",
|
||||
"@sentry/types": "5.27.4",
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "5.27.4",
|
||||
"@sentry/integrations": "5.27.3",
|
||||
"@sentry/integrations": "5.27.4",
|
||||
"@testing-library/jest-dom": "5.11.6",
|
||||
"@testing-library/react": "11.1.2",
|
||||
"@types/jest": "26.0.15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user