Skip to content

Commit 52bdc92

Browse files
committed
Update sentry-javascript monorepo to v6.13.1
1 parent 643a0ff commit 52bdc92

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"trailingComma": "all"
3838
},
3939
"dependencies": {
40-
"@sentry/browser": "6.13.0",
41-
"@sentry/integrations": "6.13.0",
40+
"@sentry/browser": "6.13.1",
41+
"@sentry/integrations": "6.13.1",
4242
"chart.js": "3.5.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.24.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,66 +1962,66 @@
19621962
errorhandler "^1.5.1"
19631963
fs-extra "^10.0.0"
19641964

1965-
"@sentry/browser@6.13.0":
1966-
version "6.13.0"
1967-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.13.0.tgz#fddcf1997d47c166a86494a6ea594f4cc60e773d"
1968-
integrity sha512-Eh0k2qYhqWiEP3N04AwSrpl4VRD0pzt6SRgJxgiGzSvBT43EOjyNQ3xzMylAechfjSCTWmzZMvwcgT5fNM9cuw==
1969-
dependencies:
1970-
"@sentry/core" "6.13.0"
1971-
"@sentry/types" "6.13.0"
1972-
"@sentry/utils" "6.13.0"
1965+
"@sentry/browser@6.13.1":
1966+
version "6.13.1"
1967+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.13.1.tgz#0c66d16a5c1cf00a46117746059d4eaf9e463487"
1968+
integrity sha512-xr/cUzXmnFhEdKoIPY4c46zjPZ+qOf8eJzz4jSni9wSto7zZRwQINVzSTVm+y+46rLdJtamMIsrlFHkASbB5qw==
1969+
dependencies:
1970+
"@sentry/core" "6.13.1"
1971+
"@sentry/types" "6.13.1"
1972+
"@sentry/utils" "6.13.1"
19731973
tslib "^1.9.3"
19741974

1975-
"@sentry/core@6.13.0":
1976-
version "6.13.0"
1977-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.13.0.tgz#35df709bb5c1979cc05a4dd0bbe8b15fb973ad6f"
1978-
integrity sha512-Aw0ljRJx5tq4w6ZXxvcu2Lr9NwD+MJ1SLL5+oB1hh4OlcOJ7OLwDjtJ3+ZOwp75GCAp7phh4+s/Sql6roX3Lpw==
1975+
"@sentry/core@6.13.1":
1976+
version "6.13.1"
1977+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.13.1.tgz#158cb7391c1aed4083fe12f40a3aecc951e3d354"
1978+
integrity sha512-IGitAHYtsDPhPPcSTDqL/NMOwTbrqPezQOo4rlU1p1lpyZKSKrgzn/8LCrb+eRV2ffaio6+3kwqjCN2SvU8S7A==
19791979
dependencies:
1980-
"@sentry/hub" "6.13.0"
1981-
"@sentry/minimal" "6.13.0"
1982-
"@sentry/types" "6.13.0"
1983-
"@sentry/utils" "6.13.0"
1980+
"@sentry/hub" "6.13.1"
1981+
"@sentry/minimal" "6.13.1"
1982+
"@sentry/types" "6.13.1"
1983+
"@sentry/utils" "6.13.1"
19841984
tslib "^1.9.3"
19851985

1986-
"@sentry/hub@6.13.0":
1987-
version "6.13.0"
1988-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.13.0.tgz#076a5f9b6d0efb8c1832820e3eecd5e24b5e1706"
1989-
integrity sha512-BmKgrTyotF008KPfFt1ySyFg0AAMf/ha9Bz9Rmi+usSJjnOLsObzBJQNAozp4Cu6i1kGvj1/R+ymPCD61Gqozw==
1986+
"@sentry/hub@6.13.1":
1987+
version "6.13.1"
1988+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.13.1.tgz#587227fa502e3ed699878ac903f2a5100849cb00"
1989+
integrity sha512-O7bR5suyVNTNyr6tm0IjhZ7NvxSHIbHoy5KYbVv05HQ/DmvAbYWq4dtOMvYQuuTD9krGkZdwPg4Gm6KnFaKqoQ==
19901990
dependencies:
1991-
"@sentry/types" "6.13.0"
1992-
"@sentry/utils" "6.13.0"
1991+
"@sentry/types" "6.13.1"
1992+
"@sentry/utils" "6.13.1"
19931993
tslib "^1.9.3"
19941994

1995-
"@sentry/integrations@6.13.0":
1996-
version "6.13.0"
1997-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.13.0.tgz#a0bba39671125cd9c6b80a1a23519e7fa7558ac1"
1998-
integrity sha512-VXTs0oMdZZSD0INeaTpzhc/yFN4vH1LlQqJptTatf3WW9t45sph2AlYrPcVI1FSqONwaiDyDNjo8Vn919Hh4Fw==
1995+
"@sentry/integrations@6.13.1":
1996+
version "6.13.1"
1997+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.13.1.tgz#8af9468fc5522f79688880ab9ad90ac7efaf8c1a"
1998+
integrity sha512-QUrn3tPDY2J4T66K/xK6oIbKHMQ+foUFLtmtipS55xaThowOPVNxkNfKVwS6Jex0dIKqWPWqhjYuLHjmGQODsQ==
19991999
dependencies:
2000-
"@sentry/types" "6.13.0"
2001-
"@sentry/utils" "6.13.0"
2000+
"@sentry/types" "6.13.1"
2001+
"@sentry/utils" "6.13.1"
20022002
localforage "^1.8.1"
20032003
tslib "^1.9.3"
20042004

2005-
"@sentry/minimal@6.13.0":
2006-
version "6.13.0"
2007-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.13.0.tgz#276fc0ee5355954c2a9d9292d914988391f8a1e1"
2008-
integrity sha512-eJQs44sGY2wFuVDznHMDeShR+ZbnM/KS+T5753nJ4QtMqCNTiG9WDlNXAxwFJ6Q3DORtaxcWHyFZdOMUusJiZQ==
2005+
"@sentry/minimal@6.13.1":
2006+
version "6.13.1"
2007+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.13.1.tgz#86865cc0d6090d9c8be2c44ec7f14a9c66910e7d"
2008+
integrity sha512-waRLPRFT1G95LsklH25LvfJy4vSe54PPRSeAGNPa4xVLCP56CnbNXGEXGDyPUewtqESwVpRG6GPL1QRV67IixA==
20092009
dependencies:
2010-
"@sentry/hub" "6.13.0"
2011-
"@sentry/types" "6.13.0"
2010+
"@sentry/hub" "6.13.1"
2011+
"@sentry/types" "6.13.1"
20122012
tslib "^1.9.3"
20132013

2014-
"@sentry/types@6.13.0":
2015-
version "6.13.0"
2016-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.13.0.tgz#a8ad870c6ecb407cbe9ca883b0688bacb30daacf"
2017-
integrity sha512-04ZVmz4txuI3w1KS81eByppvvMfOINj7jZYnO5zX/S3cjHiOpAJiZkN/k9tTi1Ua3td8bEkQLB6Cxrq9MSiH3Q==
2014+
"@sentry/types@6.13.1":
2015+
version "6.13.1"
2016+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.13.1.tgz#650e5e5fe4aa415987e14cfa2ca03e5d5eb3e347"
2017+
integrity sha512-dYm8qv/O6QhOCmWi5rlJBX9rjEqvnjnZH1zqhQCWhMmF9aYS151Y41P1C0TS0o17Z0ClonLiYMG1J+zE/Pmtqg==
20182018

2019-
"@sentry/utils@6.13.0":
2020-
version "6.13.0"
2021-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.13.0.tgz#c75647890a5a9dfdb3df321517aa4886c8715b03"
2022-
integrity sha512-e82DBwjYqWkNmafIkHnbqirK4t7WCmqCGaoo1Et6vTRCBS4GthWvS6EzaozY7EKs/TzsfIiDdTLGTbYMQOq9Zw==
2019+
"@sentry/utils@6.13.1":
2020+
version "6.13.1"
2021+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.13.1.tgz#5c974c4235615ac50caed2b25c30b33a6a234425"
2022+
integrity sha512-qFDup/nBj2u2rAcQADFG3njVYUCo4XOQkCT7XdA5Flg1a++r6tIBdjiRyyjb8nqwHZ/OQsKr/V/EQaJiW29ETA==
20232023
dependencies:
2024-
"@sentry/types" "6.13.0"
2024+
"@sentry/types" "6.13.1"
20252025
tslib "^1.9.3"
20262026

20272027
"@simple-dom/document@^1.4.0":

0 commit comments

Comments
 (0)