diff --git a/package.json b/package.json index d26839d75..5c4639a2d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@popperjs/core": "^2.11.8", "@sentry/browser": "^7.60.1", "@sentry/core": "^7.72.0", - "@sentry/integrations": "^7.72.0", + "@sentry/integrations": "^7.73.0", "@sentry/utils": "^7.61.0", "@webpack-cli/serve": "^2.0.5", "babel-loader": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index 48d27cddd..e4487b507 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1054,7 +1054,7 @@ "@sentry/utils" "7.72.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/core@7.72.0", "@sentry/core@^7.72.0": +"@sentry/core@7.72.0": version "7.72.0" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.72.0.tgz#df19f9dc1c2cfc5993a73c0c36283c35f9c52f94" integrity sha512-G03JdQ5ZsFNRjcNNi+QvCjqOuBvYqU92Gs1T2iK3GE8dSBTu2khThydMpG4xrKZQLIpHOyiIhlFZiuPtZ66W8w== @@ -1063,13 +1063,23 @@ "@sentry/utils" "7.72.0" tslib "^2.4.1 || ^1.9.3" -"@sentry/integrations@^7.72.0": - version "7.72.0" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.72.0.tgz#ad7b23f6ed2fbf40351c4839a0f86a2b27798887" - integrity sha512-ay2WgLtjsr0WS8+N7i7VmKzondoZRh3ISx8rb91LjmVrDNu8baleZAB59jkKe/JSy0gYh99umJuptc2te/65+A== +"@sentry/core@7.73.0", "@sentry/core@^7.72.0": + version "7.73.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.73.0.tgz#1caeeec44f42c4d58c06cc05dec39e5497b65aa3" + integrity sha512-9FEz4Gq848LOgVN2OxJGYuQqxv7cIVw69VlAzWHEm3njt8mjvlTq+7UiFsGRo84+59V2FQuHxzA7vVjl90WfSg== dependencies: - "@sentry/types" "7.72.0" - "@sentry/utils" "7.72.0" + "@sentry/types" "7.73.0" + "@sentry/utils" "7.73.0" + tslib "^2.4.1 || ^1.9.3" + +"@sentry/integrations@^7.73.0": + version "7.73.0" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.73.0.tgz#f12d4a6422787cc6d50471bbdec52ed32611a444" + integrity sha512-IjVpn4d+aSL9L1Ntu/oAdRwujz4BzzavDsZf96Xgc/AjBnjAEUT+wT1dAwluThfuKDXmWOJHhZ2cHHMfqI+7vw== + dependencies: + "@sentry/core" "7.73.0" + "@sentry/types" "7.73.0" + "@sentry/utils" "7.73.0" localforage "^1.8.1" tslib "^2.4.1 || ^1.9.3" @@ -1087,7 +1097,12 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.72.0.tgz#b474d3821338a545fb2db109715d9aad502bc810" integrity sha512-g6u0mk62yGshx02rfFADIfyR/S9VXcf3RG2qQPuvykrWtOfN/BOTrZypF7I+MiqKwRW76r3Pcu2C/AB+6z9XQA== -"@sentry/utils@7.72.0", "@sentry/utils@^7.61.0": +"@sentry/types@7.73.0": + version "7.73.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.73.0.tgz#6d811bbe413d319df0a592a672d6d72a94a8e716" + integrity sha512-/v8++bly8jW7r4cP2wswYiiVpn7eLLcqwnfPUMeCQze4zj3F3nTRIKc9BGHzU0V+fhHa3RwRC2ksqTGq1oJMDg== + +"@sentry/utils@7.72.0": version "7.72.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.72.0.tgz#798c764ac61bb658e2117792010ccd20ad8c7b02" integrity sha512-o/MtqI7WJXuswidH0bSgBP40KN2lrnyQEIx5uoyJUJi/QEaboIsqbxU62vaFJpde8SYrbA+rTnP3J3ujF2gUag== @@ -1095,6 +1110,14 @@ "@sentry/types" "7.72.0" tslib "^2.4.1 || ^1.9.3" +"@sentry/utils@7.73.0", "@sentry/utils@^7.61.0": + version "7.73.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.73.0.tgz#530cf023f7c395aa7708cd3824e5a45948449c10" + integrity sha512-h3ZK/qpf4k76FhJV9uiSbvMz3V/0Ovy94C+5/9UgPMVCJXFmVsdw8n/dwANJ7LupVPfYP23xFGgebDMFlK1/2w== + dependencies: + "@sentry/types" "7.73.0" + tslib "^2.4.1 || ^1.9.3" + "@sinclair/typebox@^0.27.8": version "0.27.8" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"