Skip to content

Commit ad3506f

Browse files
chore(deps-dev): bump @sentry/node from 5.21.4 to 5.22.0
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.21.4 to 5.22.0. - [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.21.4...5.22.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9497f06 commit ad3506f

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sentry/apm": "^5.21.3",
3737
"@sentry/browser": "^5.22.0",
3838
"@sentry/integrations": "^5.21.4",
39-
"@sentry/node": "^5.21.4",
39+
"@sentry/node": "^5.22.0",
4040
"@types/ember": "^3.16.0",
4141
"@types/ember-data": "^3.16.2",
4242
"@types/ember-qunit": "^3.4.9",

yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@
14821482
hi-base32 "^0.5.0"
14831483
zalgo-promise "^1.0.28"
14841484

1485-
"@sentry/apm@5.21.4", "@sentry/apm@^5.21.3":
1485+
"@sentry/apm@^5.21.3":
14861486
version "5.21.4"
14871487
resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.21.4.tgz#bc1e026e36edced3f79fc86869b4b65749e20a2f"
14881488
integrity sha512-JkBfBKBXZifDI9CsKU+XHzNWkubM7U9dXDW4c6/kU3lURYGXpiR/WI+f3IQG5Vbd2t+cukYhG7BeMkhG8Tj+cA==
@@ -1581,21 +1581,32 @@
15811581
"@sentry/types" "5.22.0"
15821582
tslib "^1.9.3"
15831583

1584-
"@sentry/node@^5.21.4":
1585-
version "5.21.4"
1586-
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.21.4.tgz#bab63b099c2a44714c7fc2d3c6b1ba5d634e8952"
1587-
integrity sha512-8XnEIwWZyvCSawjMyf6d7bm4lat3bv54SwWrxWqNr6akxbfVI/cV8DsWC045g2Gx799mbXBo4hMaTGJYW6CrWg==
1584+
"@sentry/node@^5.22.0":
1585+
version "5.22.0"
1586+
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.22.0.tgz#911848542cf014fe14dee8f7b920f65779afa4ab"
1587+
integrity sha512-xu6OhI+kHCGGYzF9NLlfjbqaCIVPyrKaUrlQlkgU4Ag+bHZXsr10YTyTm7NtBcIiEU5HnXkJAH7etdIWiQolsA==
15881588
dependencies:
1589-
"@sentry/apm" "5.21.4"
1590-
"@sentry/core" "5.21.4"
1591-
"@sentry/hub" "5.21.4"
1592-
"@sentry/types" "5.21.4"
1593-
"@sentry/utils" "5.21.4"
1589+
"@sentry/core" "5.22.0"
1590+
"@sentry/hub" "5.22.0"
1591+
"@sentry/tracing" "5.22.0"
1592+
"@sentry/types" "5.22.0"
1593+
"@sentry/utils" "5.22.0"
15941594
cookie "^0.4.1"
15951595
https-proxy-agent "^5.0.0"
15961596
lru_map "^0.3.3"
15971597
tslib "^1.9.3"
15981598

1599+
"@sentry/tracing@5.22.0":
1600+
version "5.22.0"
1601+
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-5.22.0.tgz#d9cb85d22340b30afe2a8554c6d66742236cde56"
1602+
integrity sha512-dtDX9LDC/yAckXK+cifPt7vu/JWUiGFkalh5m/WgkhV2eveZ1o+bbv9YM0em8t4Kz3lOmJM/R9iO6YaeJKsqlQ==
1603+
dependencies:
1604+
"@sentry/hub" "5.22.0"
1605+
"@sentry/minimal" "5.22.0"
1606+
"@sentry/types" "5.22.0"
1607+
"@sentry/utils" "5.22.0"
1608+
tslib "^1.9.3"
1609+
15991610
"@sentry/types@5.21.4":
16001611
version "5.21.4"
16011612
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.21.4.tgz#f088a36ca765657b74b869f8739056961383c159"

0 commit comments

Comments
 (0)