Skip to content

Commit 7ca20ba

Browse files
chore(deps-dev): bump @sentry/integrations from 5.21.4 to 5.22.0 (#4889)
Bumps [@sentry/integrations](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] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 9497f06 commit 7ca20ba

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@open-event/theme": "^0.2.2",
3636
"@sentry/apm": "^5.21.3",
3737
"@sentry/browser": "^5.22.0",
38-
"@sentry/integrations": "^5.21.4",
38+
"@sentry/integrations": "^5.22.0",
3939
"@sentry/node": "^5.21.4",
4040
"@types/ember": "^3.16.0",
4141
"@types/ember-data": "^3.16.2",

yarn.lock

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,13 +1554,14 @@
15541554
"@sentry/utils" "5.22.0"
15551555
tslib "^1.9.3"
15561556

1557-
"@sentry/integrations@^5.21.4":
1558-
version "5.21.4"
1559-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.21.4.tgz#7fa9730437f74bf71c437adf22c61ef2bf277d44"
1560-
integrity sha512-tyrdVCTenshOA3qhaXcmGc5a9QrD6d5pjGX4zqXHWLp5Tb2q8dx49LaDualIuqCmaIk/6Z/5GHYqS4gPRaTcog==
1557+
"@sentry/integrations@^5.22.0":
1558+
version "5.22.0"
1559+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.22.0.tgz#6a8b4cd1052bc153cda9f02d40c621ced7bea2c3"
1560+
integrity sha512-p5ZcBFA5GcygTUUmlfA02DXuZSIrZQMHFJKWL2VW5AT0Ri+QZKdd3G65FFyYdQXE7NVN26JO+KGTHCA8/LtCtw==
15611561
dependencies:
1562-
"@sentry/types" "5.21.4"
1563-
"@sentry/utils" "5.21.4"
1562+
"@sentry/types" "5.22.0"
1563+
"@sentry/utils" "5.22.0"
1564+
localforage "^1.8.1"
15641565
tslib "^1.9.3"
15651566

15661567
@@ -9884,6 +9885,11 @@ ignore@^5.1.1, ignore@^5.1.4:
98849885
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
98859886
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
98869887

9888+
immediate@~3.0.5:
9889+
version "3.0.6"
9890+
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
9891+
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
9892+
98879893
import-fresh@^3.0.0:
98889894
version "3.0.0"
98899895
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
@@ -10794,6 +10800,13 @@ levn@^0.4.1:
1079410800
prelude-ls "^1.2.1"
1079510801
type-check "~0.4.0"
1079610802

10803+
10804+
version "3.1.1"
10805+
resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e"
10806+
integrity sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=
10807+
dependencies:
10808+
immediate "~3.0.5"
10809+
1079710810
linkify-it@^2.0.0:
1079810811
version "2.0.3"
1079910812
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.0.3.tgz#d94a4648f9b1c179d64fa97291268bdb6ce9434f"
@@ -10867,6 +10880,13 @@ loader.js@^4.7.0:
1086710880
version "4.7.0"
1086810881
resolved "https://registry.yarnpkg.com/loader.js/-/loader.js-4.7.0.tgz#a1a52902001c83631efde9688b8ab3799325ef1f"
1086910882

10883+
localforage@^1.8.1:
10884+
version "1.9.0"
10885+
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.9.0.tgz#f3e4d32a8300b362b4634cc4e066d9d00d2f09d1"
10886+
integrity sha512-rR1oyNrKulpe+VM9cYmcFn6tsHuokyVHFaCM3+osEmxaHTbEk8oQu6eGDfS6DQLWi/N67XRmB8ECG37OES368g==
10887+
dependencies:
10888+
lie "3.1.1"
10889+
1087010890
locate-character@^2.0.5:
1087110891
version "2.0.5"
1087210892
resolved "https://registry.yarnpkg.com/locate-character/-/locate-character-2.0.5.tgz#f2d2614d49820ecb3c92d80d193b8db755f74c0f"

0 commit comments

Comments
 (0)