Skip to content

Commit 5af8074

Browse files
Bump @sentry/browser from 5.30.0 to 7.119.1 in /client
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.30.0 to 7.119.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.119.1/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@5.30.0...7.119.1) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d18cfe commit 5af8074

File tree

2 files changed

+83
-33
lines changed

2 files changed

+83
-33
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@flatten-js/interval-tree": "^1.0.11",
3939
"@girder/components": "^3.2.0",
4040
"@mdi/font": "^6.2.95",
41-
"@sentry/browser": "^5.24.2",
41+
"@sentry/browser": "^7.119.1",
4242
"@sentry/integrations": "^5.24.2",
4343
"axios": "^0.21.1",
4444
"color-hash": "^1.0.3",

client/yarn.lock

Lines changed: 82 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,15 +1776,47 @@
17761776
estree-walker "^2.0.1"
17771777
picomatch "^2.2.2"
17781778

1779-
"@sentry/browser@^5.24.2":
1780-
version "5.30.0"
1781-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.30.0.tgz#c28f49d551db3172080caef9f18791a7fd39e3b3"
1782-
integrity sha512-rOb58ZNVJWh1VuMuBG1mL9r54nZqKeaIlwSlvzJfc89vyfd7n6tQ1UXMN383QBz/MS5H5z44Hy5eE+7pCrYAfw==
1783-
dependencies:
1784-
"@sentry/core" "5.30.0"
1785-
"@sentry/types" "5.30.0"
1786-
"@sentry/utils" "5.30.0"
1787-
tslib "^1.9.3"
1779+
"@sentry-internal/feedback@7.119.1":
1780+
version "7.119.1"
1781+
resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-7.119.1.tgz#98285dc9dba0ab62369d758124901b00faf58697"
1782+
integrity sha512-EPyW6EKZmhKpw/OQUPRkTynXecZdYl4uhZwdZuGqnGMAzswPOgQvFrkwsOuPYvoMfXqCH7YuRqyJrox3uBOrTA==
1783+
dependencies:
1784+
"@sentry/core" "7.119.1"
1785+
"@sentry/types" "7.119.1"
1786+
"@sentry/utils" "7.119.1"
1787+
1788+
"@sentry-internal/replay-canvas@7.119.1":
1789+
version "7.119.1"
1790+
resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-7.119.1.tgz#b1413fb37734d609b0745ac24d49ddf9d63b9c51"
1791+
integrity sha512-O/lrzENbMhP/UDr7LwmfOWTjD9PLNmdaCF408Wx8SDuj7Iwc+VasGfHg7fPH4Pdr4nJON6oh+UqoV4IoG05u+A==
1792+
dependencies:
1793+
"@sentry/core" "7.119.1"
1794+
"@sentry/replay" "7.119.1"
1795+
"@sentry/types" "7.119.1"
1796+
"@sentry/utils" "7.119.1"
1797+
1798+
"@sentry-internal/tracing@7.119.1":
1799+
version "7.119.1"
1800+
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.119.1.tgz#500d50d451bfd0ce6b185e9f112208229739ab03"
1801+
integrity sha512-cI0YraPd6qBwvUA3wQdPGTy8PzAoK0NZiaTN1LM3IczdPegehWOaEG5GVTnpGnTsmBAzn1xnBXNBhgiU4dgcrQ==
1802+
dependencies:
1803+
"@sentry/core" "7.119.1"
1804+
"@sentry/types" "7.119.1"
1805+
"@sentry/utils" "7.119.1"
1806+
1807+
"@sentry/browser@^7.119.1":
1808+
version "7.119.1"
1809+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.119.1.tgz#260470dd7fd18de366017c3bf23a252a24d2ff05"
1810+
integrity sha512-aMwAnFU4iAPeLyZvqmOQaEDHt/Dkf8rpgYeJ0OEi50dmP6AjG+KIAMCXU7CYCCQDn70ITJo8QD5+KzCoZPYz0A==
1811+
dependencies:
1812+
"@sentry-internal/feedback" "7.119.1"
1813+
"@sentry-internal/replay-canvas" "7.119.1"
1814+
"@sentry-internal/tracing" "7.119.1"
1815+
"@sentry/core" "7.119.1"
1816+
"@sentry/integrations" "7.119.1"
1817+
"@sentry/replay" "7.119.1"
1818+
"@sentry/types" "7.119.1"
1819+
"@sentry/utils" "7.119.1"
17881820

17891821
"@sentry/cli@^1.77.1":
17901822
version "1.77.3"
@@ -1798,25 +1830,23 @@
17981830
proxy-from-env "^1.1.0"
17991831
which "^2.0.2"
18001832

1801-
"@sentry/core@5.30.0":
1802-
version "5.30.0"
1803-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.30.0.tgz#6b203664f69e75106ee8b5a2fe1d717379b331f3"
1804-
integrity sha512-TmfrII8w1PQZSZgPpUESqjB+jC6MvZJZdLtE/0hZ+SrnKhW3x5WlYLvTXZpcWePYBku7rl2wn1RZu6uT0qCTeg==
1833+
"@sentry/core@7.119.1":
1834+
version "7.119.1"
1835+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.119.1.tgz#63e949cad167a0ee5e52986c93b96ff1d6a05b57"
1836+
integrity sha512-YUNnH7O7paVd+UmpArWCPH4Phlb5LwrkWVqzFWqL3xPyCcTSof2RL8UmvpkTjgYJjJ+NDfq5mPFkqv3aOEn5Sw==
18051837
dependencies:
1806-
"@sentry/hub" "5.30.0"
1807-
"@sentry/minimal" "5.30.0"
1808-
"@sentry/types" "5.30.0"
1809-
"@sentry/utils" "5.30.0"
1810-
tslib "^1.9.3"
1838+
"@sentry/types" "7.119.1"
1839+
"@sentry/utils" "7.119.1"
18111840

1812-
"@sentry/hub@5.30.0":
1813-
version "5.30.0"
1814-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.30.0.tgz#2453be9b9cb903404366e198bd30c7ca74cdc100"
1815-
integrity sha512-2tYrGnzb1gKz2EkMDQcfLrDTvmGcQPuWxLnJKXJvYTQDGLlEvi2tWz1VIHjunmOvJrB5aIQLhm+dcMRwFZDCqQ==
1841+
"@sentry/integrations@7.119.1":
1842+
version "7.119.1"
1843+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.119.1.tgz#9fc17aa9fcb942fbd2fc12eecd77a0f316897960"
1844+
integrity sha512-CGmLEPnaBqbUleVqrmGYjRjf5/OwjUXo57I9t0KKWViq81mWnYhaUhRZWFNoCNQHns+3+GPCOMvl0zlawt+evw==
18161845
dependencies:
1817-
"@sentry/types" "5.30.0"
1818-
"@sentry/utils" "5.30.0"
1819-
tslib "^1.9.3"
1846+
"@sentry/core" "7.119.1"
1847+
"@sentry/types" "7.119.1"
1848+
"@sentry/utils" "7.119.1"
1849+
localforage "^1.8.1"
18201850

18211851
"@sentry/integrations@^5.24.2":
18221852
version "5.30.0"
@@ -1828,20 +1858,26 @@
18281858
localforage "1.8.1"
18291859
tslib "^1.9.3"
18301860

1831-
"@sentry/minimal@5.30.0":
1832-
version "5.30.0"
1833-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.30.0.tgz#ce3d3a6a273428e0084adcb800bc12e72d34637b"
1834-
integrity sha512-BwWb/owZKtkDX+Sc4zCSTNcvZUq7YcH3uAVlmh/gtR9rmUvbzAA3ewLuB3myi4wWRAMEtny6+J/FN/x+2wn9Xw==
1861+
"@sentry/replay@7.119.1":
1862+
version "7.119.1"
1863+
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.119.1.tgz#117cf493a3008a39943b7d571d451c6218542847"
1864+
integrity sha512-4da+ruMEipuAZf35Ybt2StBdV1S+oJbSVccGpnl9w6RoeQoloT4ztR6ML3UcFDTXeTPT1FnHWDCyOfST0O7XMw==
18351865
dependencies:
1836-
"@sentry/hub" "5.30.0"
1837-
"@sentry/types" "5.30.0"
1838-
tslib "^1.9.3"
1866+
"@sentry-internal/tracing" "7.119.1"
1867+
"@sentry/core" "7.119.1"
1868+
"@sentry/types" "7.119.1"
1869+
"@sentry/utils" "7.119.1"
18391870

18401871
"@sentry/types@5.30.0":
18411872
version "5.30.0"
18421873
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.30.0.tgz#19709bbe12a1a0115bc790b8942917da5636f402"
18431874
integrity sha512-R8xOqlSTZ+htqrfteCWU5Nk0CDN5ApUTvrlvBuiH1DyP6czDZ4ktbZB0hAgBlVcK0U+qpD3ag3Tqqpa5Q67rPw==
18441875

1876+
"@sentry/types@7.119.1":
1877+
version "7.119.1"
1878+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.119.1.tgz#f9c3c12e217c9078a6d556c92590e42a39b750dd"
1879+
integrity sha512-4G2mcZNnYzK3pa2PuTq+M2GcwBRY/yy1rF+HfZU+LAPZr98nzq2X3+mJHNJoobeHRkvVh7YZMPi4ogXiIS5VNQ==
1880+
18451881
"@sentry/utils@5.30.0":
18461882
version "5.30.0"
18471883
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.30.0.tgz#9a5bd7ccff85ccfe7856d493bffa64cabc41e980"
@@ -1850,6 +1886,13 @@
18501886
"@sentry/types" "5.30.0"
18511887
tslib "^1.9.3"
18521888

1889+
"@sentry/utils@7.119.1":
1890+
version "7.119.1"
1891+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.119.1.tgz#08b28fa8170987a60e149e2102e83395a95e9a89"
1892+
integrity sha512-ju/Cvyeu/vkfC5/XBV30UNet5kLEicZmXSyuLwZu95hEbL+foPdxN+re7pCI/eNqfe3B2vz7lvz5afLVOlQ2Hg==
1893+
dependencies:
1894+
"@sentry/types" "7.119.1"
1895+
18531896
"@sentry/webpack-plugin@^1.18.3":
18541897
version "1.21.0"
18551898
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.21.0.tgz#bbe7cb293751f80246a4a56f9a7dd6de00f14b58"
@@ -9806,6 +9849,13 @@ localforage@1.8.1:
98069849
dependencies:
98079850
lie "3.1.1"
98089851

9852+
localforage@^1.8.1:
9853+
version "1.10.0"
9854+
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.10.0.tgz#5c465dc5f62b2807c3a84c0c6a1b1b3212781dd4"
9855+
integrity sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==
9856+
dependencies:
9857+
lie "3.1.1"
9858+
98099859
locate-path@^3.0.0:
98109860
version "3.0.0"
98119861
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"

0 commit comments

Comments
 (0)