Skip to content

Commit d4e04b1

Browse files
authored
Merge pull request #8486 from fossasia/dependabot/npm_and_yarn/sentry/integrations-6.19.4
chore(deps-dev): bump @sentry/integrations from 6.19.3 to 6.19.4
2 parents e9beca4 + ee2f206 commit d4e04b1

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
@@ -38,7 +38,7 @@
3838
"@glimmer/tracking": "^1.1.1",
3939
"@open-event/theme": "^0.2.2",
4040
"@sentry/browser": "^6.19.3",
41-
"@sentry/integrations": "^6.19.3",
41+
"@sentry/integrations": "^6.19.4",
4242
"@sentry/tracing": "^6.19.3",
4343
"@types/ember": "^4.0.0",
4444
"@types/ember-data": "^3.16.15",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,13 +2190,13 @@
21902190
"@sentry/utils" "6.19.3"
21912191
tslib "^1.9.3"
21922192

2193-
"@sentry/integrations@^6.19.3":
2194-
version "6.19.3"
2195-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.3.tgz#b5ac64591a9c7ae60f54c7d5ebd0d9152215c377"
2196-
integrity sha512-hOyX0UoH1ZyFtOjIazL2M9HfQMIjwukv0AtTX2W7sVfV1qxvISaV5lYZrAw1xB1lRoUwOJr/C0odddHWtBgdsA==
2193+
"@sentry/integrations@^6.19.4":
2194+
version "6.19.4"
2195+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.4.tgz#640bf9b6892967dca3f2790da21f7946ae7c670a"
2196+
integrity sha512-Rvb7lG0RnGz+SUUAW84ng47j3U8y2E7tSbSBQAYB683GdaJoqczIPZo5THQtL3onixx7tgPT2K2yNaoI7Dview==
21972197
dependencies:
2198-
"@sentry/types" "6.19.3"
2199-
"@sentry/utils" "6.19.3"
2198+
"@sentry/types" "6.19.4"
2199+
"@sentry/utils" "6.19.4"
22002200
localforage "^1.8.1"
22012201
tslib "^1.9.3"
22022202

@@ -2225,6 +2225,11 @@
22252225
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.3.tgz#94b19da68d4d23561efb1014f72968bcea85cd0c"
22262226
integrity sha512-jHhqxp8MIWSfOc3krorirTGKTEaSFO6XrAvi+2AZhr6gvOChwOgzgrN2ZqesJcZmgCsqWV21u3usSwYeRrjOJA==
22272227

2228+
2229+
version "6.19.4"
2230+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.4.tgz#4e13269daaba2edfeaa4b18a5a14fa8f4d7a85a8"
2231+
integrity sha512-fzLiQPrjJQ8HgFgA2VqnpLiEOrTJ2ItRY8RY7Cn4038HACoYWYDjrkdVJQBq6IyrxxkgWOSLZXnv85uozBQC+g==
2232+
22282233
22292234
version "6.19.3"
22302235
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.3.tgz#0c3a3f0b86c12e3b079e56e37a44e62a1226043d"
@@ -2233,6 +2238,14 @@
22332238
"@sentry/types" "6.19.3"
22342239
tslib "^1.9.3"
22352240

2241+
2242+
version "6.19.4"
2243+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.4.tgz#a104e7e9a21555190da68dbbfb925f887423ef85"
2244+
integrity sha512-f73K3NCX22KT8CVgIiRaaozIReSX5+LhY7Q4C429DZlfVAgOYw0a+kTFrHTNKGLR4II8M8ECjUsL/6O/BdPSFg==
2245+
dependencies:
2246+
"@sentry/types" "6.19.4"
2247+
tslib "^1.9.3"
2248+
22362249
"@simple-dom/document@^1.4.0":
22372250
version "1.4.0"
22382251
resolved "https://registry.yarnpkg.com/@simple-dom/document/-/document-1.4.0.tgz#af60855f957f284d436983798ef1006cca1a1678"

0 commit comments

Comments
 (0)