1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-02 03:25:53 +01:00

Bump @sentry/integrations from 5.27.2 to 5.27.3 (#2352)

Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.27.2 to 5.27.3.
- [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.2...5.27.3)

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:
dependabot-preview[bot] 2020-11-07 22:03:40 +02:00 committed by GitHub
parent 396c49c7d8
commit a05679b3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated

@ -2922,12 +2922,12 @@
}
},
"@sentry/integrations": {
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.2.tgz",
"integrity": "sha512-sTCZeAVL9b0PiIjj2KE8qgtS0FgXmhmeEwoQDF2iOr5nk4p/6Xav6S5UPPIY+xe5M44jGCcX5vI4jZqGczaHZg==",
"version": "5.27.3",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.3.tgz",
"integrity": "sha512-lmkYH3g1ZW9I8g3SXQNYIfNc9gaNoqJUxgTI9d0AQph+mSB8Y3lx50NYMAfK74XgiC3VJ9j8kWstdQCMbgfXpQ==",
"requires": {
"@sentry/types": "5.27.2",
"@sentry/utils": "5.27.2",
"@sentry/types": "5.27.3",
"@sentry/utils": "5.27.3",
"localforage": "1.8.1",
"tslib": "^1.9.3"
}
@ -2950,16 +2950,16 @@
}
},
"@sentry/types": {
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.2.tgz",
"integrity": "sha512-oszEOlWJuySvGc2HJ2KLTgtYwRFnHWDu8YIZ99UhmO2PcGQ5HlZJpV2oC8n3x0g1YSSlAaThjKbliJEAT7fmPg=="
"version": "5.27.3",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.3.tgz",
"integrity": "sha512-PkWhMArFMxBb1g3HtMEL8Ea9PYae2MU0z9CMIWiqzerFy2ZpKG98IU3pt8ic4JkmKQdwB8hDiZpRPMHhW0WYwQ=="
},
"@sentry/utils": {
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.2.tgz",
"integrity": "sha512-ZrdRgcFapi1NACbtvnPLOIXKjBPVTlhGzmXNCVao0uRBBRNJa5i2Mjp/U/Xy/fT0K1MGJQ+F9YZjZPnAMsDNbw==",
"version": "5.27.3",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.3.tgz",
"integrity": "sha512-R9WvFrRBALZvCzu/9BsuXBCfkNxz4MwdBNSXaBsJo4afQw1ljkjIc9DpHzlL9S9goIwXo81Buwmr5gGDO6aH+Q==",
"requires": {
"@sentry/types": "5.27.2",
"@sentry/types": "5.27.3",
"tslib": "^1.9.3"
}
},

@ -20,7 +20,7 @@
},
"dependencies": {
"@sentry/browser": "5.27.3",
"@sentry/integrations": "5.27.2",
"@sentry/integrations": "5.27.3",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.1",
"@types/jest": "26.0.15",