diff --git a/package.json b/package.json index abbf372b..5dafed89 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "@fortawesome/fontawesome-free": "^6.4.2", "@popperjs/core": "^2.11.8", "@sentry/browser": "^7.60.1", - "@sentry/core": "^7.75.1", - "@sentry/integrations": "^7.75.1", + "@sentry/core": "^7.76.0", + "@sentry/integrations": "^7.76.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 d436643c..15b8e3d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1052,7 +1052,7 @@ "@sentry/types" "7.75.1" "@sentry/utils" "7.75.1" -"@sentry/core@7.75.1", "@sentry/core@^7.75.1": +"@sentry/core@7.75.1": version "7.75.1" resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.75.1.tgz#f48cc424990ee4f31541e93f2c0277bfd5be9ed3" integrity sha512-Kw4KyKBxbxbh8OKO0S11Tm0gWP+6AaXXYrsq3hp8H338l/wOmIzyckmCbUrc/XJeoRqaFLJbdcCrcUEDZUvsVQ== @@ -1060,14 +1060,22 @@ "@sentry/types" "7.75.1" "@sentry/utils" "7.75.1" -"@sentry/integrations@^7.75.1": - version "7.75.1" - resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.75.1.tgz#bfe83ce25606a5b47cb585dd51feef81fc86e00d" - integrity sha512-qSCyTNX3DiL1aYRmdq10LRhPLfh1KJYKhbmGszC1PII4mt9FbLVmC8fSXiDbhgiuSUKKrDE+J2lC//w688lvHw== +"@sentry/core@7.76.0", "@sentry/core@^7.76.0": + version "7.76.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.76.0.tgz#b0d1dc399a862ea8a1c8a1c60a409e92eaf8e9e1" + integrity sha512-M+ptkCTeCNf6fn7p2MmEb1Wd9/JXUWxIT/0QEc+t11DNR4FYy1ZP2O9Zb3Zp2XacO7ORrlL3Yc+VIfl5JTgjfw== dependencies: - "@sentry/core" "7.75.1" - "@sentry/types" "7.75.1" - "@sentry/utils" "7.75.1" + "@sentry/types" "7.76.0" + "@sentry/utils" "7.76.0" + +"@sentry/integrations@^7.76.0": + version "7.76.0" + resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.76.0.tgz#ea1b6d86609c5f25999f1d8d87383afdb00c77f0" + integrity sha512-4ea0PNZrGN9wKuE/8bBCRrxxw4Cq5T710y8rhdKHAlSUpbLqr/atRF53h8qH3Fi+ec0m38PB+MivKem9zUwlwA== + dependencies: + "@sentry/core" "7.76.0" + "@sentry/types" "7.76.0" + "@sentry/utils" "7.76.0" localforage "^1.8.1" "@sentry/replay@7.75.1": @@ -1085,13 +1093,25 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.75.1.tgz#48b11336a0e70433d41bbe41c617dd339d4992ea" integrity sha512-km+ygqgMDaFfTrbQwdhrptFqx0Oq15jZABqIoIpbaOCkCAMm+tyCqrFS8dTfaq5wpCktqWOy2qU/DOpppO99Cg== -"@sentry/utils@7.75.1", "@sentry/utils@^7.61.0": +"@sentry/types@7.76.0": + version "7.76.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.76.0.tgz#628c9899bfa82ea762708314c50fd82f2138587d" + integrity sha512-vj6z+EAbVrKAXmJPxSv/clpwS9QjPqzkraMFk2hIdE/kii8s8kwnkBwTSpIrNc8GnzV3qYC4r3qD+BXDxAGPaw== + +"@sentry/utils@7.75.1": version "7.75.1" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.75.1.tgz#169040ba13ff4d4ecccb7b7aa23f84724d108b97" integrity sha512-QzW2eRjY20epD//9/tQ0FTNwdAL6XZi+LyJNUQIeK3NMnc5NgHrgpxId87gmFq8cNx47utH1Blub8RuMbKqiwQ== dependencies: "@sentry/types" "7.75.1" +"@sentry/utils@7.76.0", "@sentry/utils@^7.61.0": + version "7.76.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.76.0.tgz#6b540b387d3ac539abd20978f4d3ae235114f6ab" + integrity sha512-40jFD+yfQaKpFYINghdhovzec4IEpB7aAuyH/GtE7E0gLpcqnC72r55krEIVILfqIR2Mlr5OKUzyeoCyWAU/yw== + dependencies: + "@sentry/types" "7.76.0" + "@sinclair/typebox@^0.27.8": version "0.27.8" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"