From 60cca75da35839140329ad61b129d3ad7992b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:34:01 +0000 Subject: [PATCH] chore(deps-dev): bump @sentry/browser in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [@sentry/browser](https://github.com/getsentry/sentry-javascript). Updates `@sentry/browser` from 5.30.0 to 8.33.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.30.0...8.33.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 79 ++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 71 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d5c0525..94d6698 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@fortawesome/free-brands-svg-icons": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@sentry/browser": "^5.10.2", + "@sentry/browser": "^8.33.0", "@types/body-parser": "^1.17.1", "@types/compression": "^1.0.1", "@types/debug": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index c8166ef..b7812ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1025,15 +1025,56 @@ dependencies: prop-types "^15.5.7" -"@sentry/browser@^5.10.2": - version "5.30.0" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.30.0.tgz#c28f49d551db3172080caef9f18791a7fd39e3b3" - integrity sha512-rOb58ZNVJWh1VuMuBG1mL9r54nZqKeaIlwSlvzJfc89vyfd7n6tQ1UXMN383QBz/MS5H5z44Hy5eE+7pCrYAfw== - dependencies: - "@sentry/core" "5.30.0" - "@sentry/types" "5.30.0" - "@sentry/utils" "5.30.0" - tslib "^1.9.3" +"@sentry-internal/browser-utils@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.33.0.tgz#17921cd2b83c835f6b986877d65b2aeb68e4b9b0" + integrity sha512-zwjmD+XI3pgxxiqKGLXYDGSd+zfO7az9zzbLn1le8Vv9cRL2lZyMLcwiwEaTpwz3B0pPONeDZMT8+bzMGRs8zw== + dependencies: + "@sentry/core" "8.33.0" + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" + +"@sentry-internal/feedback@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.33.0.tgz#dac09d62e7852143ff8cc3081e298828c18ecff7" + integrity sha512-KSW/aiNgmJc8PDl2NsM+ONvGure4tPaluj7O1Nw+947Dh8W6CJnQ9srB7xPyoYYWyQW8Hyl1vzxY9W0J+fjlhA== + dependencies: + "@sentry/core" "8.33.0" + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" + +"@sentry-internal/replay-canvas@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.33.0.tgz#d498ef94163fca9f79a7f35093ac746d44965b36" + integrity sha512-9fEhMP+gQYQrtn/SQd1Vd7U7emTSGBpLKc5h5f0iV0yDmjYAhNVbq4RgPTYAgnBEcdVo3qgboL6UIz9Dv+dYRQ== + dependencies: + "@sentry-internal/replay" "8.33.0" + "@sentry/core" "8.33.0" + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" + +"@sentry-internal/replay@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.33.0.tgz#5a1297e05666aee059e2de9f278889ab5c405f44" + integrity sha512-GFBaDA4yhlEf3wTXOVXnJVG/diuKxeqZuXcuhsAwJb+YcFR0NhgsRn3wIGuYOZZF8GBXzx9PFnb9yIuFgx5Nbw== + dependencies: + "@sentry-internal/browser-utils" "8.33.0" + "@sentry/core" "8.33.0" + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" + +"@sentry/browser@^8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.33.0.tgz#077fce0014d0674405920c87c8aed03be11d4815" + integrity sha512-qu/g20ZskywEU8BWc4Fts1kXFFBtw1vS+XvPq7Ta9zCeRG5dlXhhYDVQ4/v4nAL/cs0o6aLCq73m109CFF0Kig== + dependencies: + "@sentry-internal/browser-utils" "8.33.0" + "@sentry-internal/feedback" "8.33.0" + "@sentry-internal/replay" "8.33.0" + "@sentry-internal/replay-canvas" "8.33.0" + "@sentry/core" "8.33.0" + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" "@sentry/core@5.30.0": version "5.30.0" @@ -1046,6 +1087,14 @@ "@sentry/utils" "5.30.0" tslib "^1.9.3" +"@sentry/core@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.33.0.tgz#407b70c19038b3201a742b3f041ab44fbb7f7397" + integrity sha512-618PQGHQLBVCpAq1s+e/rpIUaLUnj19IPUgn97rUGXLLna8ETIAoyQoG70wz4q9niw4Z4GlS5kZNrael2O3+2w== + dependencies: + "@sentry/types" "8.33.0" + "@sentry/utils" "8.33.0" + "@sentry/hub@5.30.0": version "5.30.0" resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.30.0.tgz#2453be9b9cb903404366e198bd30c7ca74cdc100" @@ -1095,6 +1144,11 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.30.0.tgz#19709bbe12a1a0115bc790b8942917da5636f402" integrity sha512-R8xOqlSTZ+htqrfteCWU5Nk0CDN5ApUTvrlvBuiH1DyP6czDZ4ktbZB0hAgBlVcK0U+qpD3ag3Tqqpa5Q67rPw== +"@sentry/types@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.33.0.tgz#2613acefae23c53e660c410120d5d4cbcfc5d713" + integrity sha512-V/A+72ZdnfGtXeXIpz1kUo3LRdq3WKEYYFUR2RKpCdPh9yeOrHq6u/rmzTWx49+om0yhZN+JhVoxDzt75UoFRg== + "@sentry/utils@5.30.0": version "5.30.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.30.0.tgz#9a5bd7ccff85ccfe7856d493bffa64cabc41e980" @@ -1103,6 +1157,13 @@ "@sentry/types" "5.30.0" tslib "^1.9.3" +"@sentry/utils@8.33.0": + version "8.33.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.33.0.tgz#60b7d441e93500f1e547e819e62987d0e544e644" + integrity sha512-TdwtGdevJij2wq2x/hDUr+x5TXt47ZhWxZ8zluai/lnIDTUB3Xs/L9yHtj1J+H9hr8obkMASE9IanUrWXzrP6Q== + dependencies: + "@sentry/types" "8.33.0" + "@sinclair/typebox@^0.24.1": version "0.24.46" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.46.tgz#57501b58023776dbbae9e25619146286440be34c"