Skip to content

Commit 6f6dd15

Browse files
chore(deps-dev): bump @sentry/integrations from 5.13.0 to 5.13.2 (#4195)
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.13.0 to 5.13.2. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@5.13.0...5.13.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 43ac21f commit 6f6dd15

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@glimmer/component": "^1.0.0",
2828
"@glimmer/tracking": "^1.0.0",
2929
"@sentry/browser": "^5.13.0",
30-
"@sentry/integrations": "^5.13.0",
30+
"@sentry/integrations": "^5.13.2",
3131
"@sentry/node": "^5.13.1",
3232
"@types/ember": "^3.1.1",
3333
"@types/ember-data": "^3.1.9",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,13 +1275,13 @@
12751275
"@sentry/utils" "5.13.0"
12761276
tslib "^1.9.3"
12771277

1278-
"@sentry/integrations@^5.13.0":
1279-
version "5.13.0"
1280-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.13.0.tgz#358e3225ff302353ea38214daa4a5eed1eb5d4aa"
1281-
integrity sha512-xfi3LyspqFxb2xaSKu5MMrA4kuN8waagbOjInAut48jrdqATLioMjCcUruU/aHILAUCCznPW9zsR42J1OmVoMw==
1278+
"@sentry/integrations@^5.13.2":
1279+
version "5.13.2"
1280+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.13.2.tgz#baa40414c7d23ab168b3660d577543468e1f6b76"
1281+
integrity sha512-/sd1hR8uKVE75mShTfZNHlNp8BExvRQH410/opLZi6Eoo5JIk0DXAxGJungncwunjueu6WLaTo53HhIg2w87gg==
12821282
dependencies:
1283-
"@sentry/types" "5.12.4"
1284-
"@sentry/utils" "5.13.0"
1283+
"@sentry/types" "5.13.2"
1284+
"@sentry/utils" "5.13.2"
12851285
tslib "^1.9.3"
12861286

12871287
@@ -1313,6 +1313,11 @@
13131313
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.12.4.tgz#6e52639bc3b4e136e9a0da5385890f8f78bb7697"
13141314
integrity sha512-JoN3YIp7Z+uxUZArj2B6NcEoXFQDhd0kqO0QpfiHZyg4Dhx2/E2aHuVx0H6Fndk+60iEZSECaCBXe2MOPo4fqA==
13151315

1316+
1317+
version "5.13.2"
1318+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.13.2.tgz#8e68c31f8fb99b4074374bff13ed01035b373d8c"
1319+
integrity sha512-mgAEQyc77PYBnAjnslSXUz6aKgDlunlg2c2qSK/ivKlEkTgTWWW/dE76++qVdrqM8SupnqQoiXyPDL0wUNdB3g==
1320+
13161321
13171322
version "5.13.0"
13181323
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.13.0.tgz#6463e53b6178dbbd3b90e671517cbca82744b055"
@@ -1321,6 +1326,14 @@
13211326
"@sentry/types" "5.12.4"
13221327
tslib "^1.9.3"
13231328

1329+
1330+
version "5.13.2"
1331+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.13.2.tgz#441594f4f9412bfd1690739ce986bf3a49687806"
1332+
integrity sha512-LwPQl6WRMKEnd16kg35HS3yE+VhBc8vN4+BBIlrgs7X0aoT+AbEd/sQLMisDgxNboCF44Ho3RCKtztiPb9blqg==
1333+
dependencies:
1334+
"@sentry/types" "5.13.2"
1335+
tslib "^1.9.3"
1336+
13241337
"@simple-dom/document@^1.4.0":
13251338
version "1.4.0"
13261339
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"

0 commit comments

Comments
 (0)