Skip to content

Commit 139acdc

Browse files
chore(deps-dev): bump @sentry/integrations from 5.16.0 to 5.16.1
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 5.16.0 to 5.16.1. - [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.16.0...5.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c5fc503 commit 139acdc

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
@@ -34,7 +34,7 @@
3434
"@glimmer/tracking": "^1.0.0",
3535
"@open-event/theme": "0.2.1-rounded",
3636
"@sentry/browser": "^5.16.0",
37-
"@sentry/integrations": "^5.16.0",
37+
"@sentry/integrations": "^5.16.1",
3838
"@sentry/node": "^5.16.0",
3939
"@types/ember": "^3.1.2",
4040
"@types/ember-data": "^3.1.11",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,13 +1407,13 @@
14071407
"@sentry/utils" "5.16.0"
14081408
tslib "^1.9.3"
14091409

1410-
"@sentry/integrations@^5.16.0":
1411-
version "5.16.0"
1412-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.16.0.tgz#94cad1e8d86d608cf568bc0e997891e93a2a3413"
1413-
integrity sha512-a1XX0N+rYUXewynfpe6nHR7qil2fdqTEzhXqq1JwEvXmsHMLDyvABZDTZ2mSpJlE5nDc/X5diSppjs4GO2F/Yw==
1410+
"@sentry/integrations@^5.16.1":
1411+
version "5.16.1"
1412+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.16.1.tgz#fc66cd0ad2df9024e16c1bca7dcb64e4819b27b2"
1413+
integrity sha512-RwxLZN3qSH8v8HrU5aUGh37XxiAMzIQ8rAwd6XlPelixpsvbIAUeIxhutKeBz1xn5ylhMg62GkA9IJBu3mKRZg==
14141414
dependencies:
1415-
"@sentry/types" "5.16.0"
1416-
"@sentry/utils" "5.16.0"
1415+
"@sentry/types" "5.16.1"
1416+
"@sentry/utils" "5.16.1"
14171417
tslib "^1.9.3"
14181418

14191419
"@sentry/minimal@5.16.0":
@@ -1445,6 +1445,11 @@
14451445
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.16.0.tgz#6f5fc48e4f2f5d94bbd7331cac42a4734f4cc02b"
14461446
integrity sha512-VQB/zPfPz5yEXNLAv0lov+p3gt+YPBuExz7n33OuXAgvDedxzYfC1066Y6YM/ryBwwl6TDTV3M6JTDEYu3pulA==
14471447

1448+
"@sentry/types@5.16.1":
1449+
version "5.16.1"
1450+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.16.1.tgz#ba69dbf096d121b4197fdd54c35ac941b53d0b6a"
1451+
integrity sha512-uERNhBdsiWvWG7qTC9QVsvFmOSL8rFfy8usEXeH3l4oCQao9TvGUvXJv6gRfiWmoiJZ1A0608Lj15CORygdbng==
1452+
14481453
"@sentry/utils@5.16.0":
14491454
version "5.16.0"
14501455
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.16.0.tgz#4e3722dac03957b989734cc2a64649eb488c4a9f"
@@ -1453,6 +1458,14 @@
14531458
"@sentry/types" "5.16.0"
14541459
tslib "^1.9.3"
14551460

1461+
"@sentry/utils@5.16.1":
1462+
version "5.16.1"
1463+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.16.1.tgz#c663858ab04bbb0cba6660fb37a4ccdb30cc2ec8"
1464+
integrity sha512-hn2jTc6ZH1lXGij7yqkV6cGhEYxsdjqB5P4MjfrRHB5bk5opY9R89bsAhs1rpanTdwv6Ul0ieR1z18gdIgUf0g==
1465+
dependencies:
1466+
"@sentry/types" "5.16.1"
1467+
tslib "^1.9.3"
1468+
14561469
"@simple-dom/document@^1.4.0":
14571470
version "1.4.0"
14581471
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"

0 commit comments

Comments
 (0)