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.1 to 5.27.2 (#2327)

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

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-02 11:48:14 +02:00 committed by GitHub
parent 1be4a2d649
commit a646a12758
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

@ -2936,12 +2936,12 @@
}
},
"@sentry/integrations": {
"version": "5.27.1",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.1.tgz",
"integrity": "sha512-7E3ZHQvT1YuUvv8PMk8PUjBhlYo87k2hzsuvgup1+CxO8DwxsNr0C06/x5D3e5Tk93K1LXTj5R/553a84wZESQ==",
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-5.27.2.tgz",
"integrity": "sha512-sTCZeAVL9b0PiIjj2KE8qgtS0FgXmhmeEwoQDF2iOr5nk4p/6Xav6S5UPPIY+xe5M44jGCcX5vI4jZqGczaHZg==",
"requires": {
"@sentry/types": "5.27.1",
"@sentry/utils": "5.27.1",
"@sentry/types": "5.27.2",
"@sentry/utils": "5.27.2",
"localforage": "1.8.1",
"tslib": "^1.9.3"
}
@ -2964,16 +2964,16 @@
}
},
"@sentry/types": {
"version": "5.27.1",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.1.tgz",
"integrity": "sha512-g1aX0V0fz5BTo0mjgSVY9XmPLGZ6p+8OEzq3ubKzDUf59VHl+Vt8viZ8VXw/vsNtfAjBHn7BzSuzJo7cXJJBtA=="
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.27.2.tgz",
"integrity": "sha512-oszEOlWJuySvGc2HJ2KLTgtYwRFnHWDu8YIZ99UhmO2PcGQ5HlZJpV2oC8n3x0g1YSSlAaThjKbliJEAT7fmPg=="
},
"@sentry/utils": {
"version": "5.27.1",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.1.tgz",
"integrity": "sha512-VIzK8utuvFO9EogZcKJPgmLnlJtYbaPQ0jCw7od9HRw1ckrSBc84sA0uuuY6pB6KSM+7k6EjJ5IdIBaCz5ep/A==",
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.27.2.tgz",
"integrity": "sha512-ZrdRgcFapi1NACbtvnPLOIXKjBPVTlhGzmXNCVao0uRBBRNJa5i2Mjp/U/Xy/fT0K1MGJQ+F9YZjZPnAMsDNbw==",
"requires": {
"@sentry/types": "5.27.1",
"@sentry/types": "5.27.2",
"tslib": "^1.9.3"
}
},

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