diff --git a/package.json b/package.json index c2782f0..ee85684 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@graphql-codegen/typescript-operations": "^3.0.3", "@graphql-codegen/typescript-vue-apollo": "^3.3.7", "@nuxtjs/i18n": "^7.3.1", - "@nuxtjs/sentry": "^7.2.1", + "@nuxtjs/sentry": "^7.2.2", "@nuxtjs/vuetify": "^1.12.3", "@snyk/protect": "^1.1143.0", "@vue/apollo-composable": "^4.0.0-beta.4", diff --git a/yarn.lock b/yarn.lock index 0344748..a04868a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3172,11 +3172,12 @@ ufo "^0.8.5" vue-i18n "^8.27.2" -"@nuxtjs/sentry@^7.2.1": - version "7.2.1" - resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-7.2.1.tgz#4ff7a3883e8954153d135d3d18f00d9e42b2c074" - integrity sha512-YslH8qEzn1mbdY8JFI53sdd5Ci8Ks/Za6ha2t/HS3LB7S1WQ1GJMvQAPkOCNi+sfEtjBxITZLcUjYXiGE4Y9DQ== +"@nuxtjs/sentry@^7.2.2": + version "7.2.2" + resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-7.2.2.tgz#1549ce4f353a067bb9aa872af932187ca1d76d6d" + integrity sha512-HlXlC06w5wvAkK/PINyWBxgoRNINkfyPTQc0uIuy9UspyfxoYdWcghDxMcS3pDpIx6gpcZloDwxx6V4gE5HsFg== dependencies: + "@sentry/core" "^7.48.0" "@sentry/integrations" "^7.48.0" "@sentry/node" "^7.48.0" "@sentry/utils" "^7.48.0" @@ -3475,6 +3476,15 @@ "@sentry/utils" "7.48.0" tslib "^1.9.3" +"@sentry/core@^7.48.0": + version "7.49.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.49.0.tgz#340d059f5efeff1a3359fef66d0c8e34e79ac992" + integrity sha512-AlSnCYgfEbvK8pkNluUkmdW/cD9UpvOVCa+ERQswXNRkAv5aDGCL6Ihv6fnIajE++BYuwZh0+HwZUBVKTFzoZg== + dependencies: + "@sentry/types" "7.49.0" + "@sentry/utils" "7.49.0" + tslib "^1.9.3" + "@sentry/integrations@^7.48.0": version "7.48.0" resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.48.0.tgz#1f1c3fd0735b3c40944a42fb45e3e0ca40f77d6d" @@ -3513,7 +3523,12 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.48.0.tgz#57f3c9cf331a5621e82dda04eefcf8c19ee42bc9" integrity sha512-kkAszZwQ5/v4n7Yyw/DPNRWx7h724mVNRGZIJa9ggUMvTgMe7UKCZZ5wfQmYiKVlGbwd9pxXAcP8Oq15EbByFQ== -"@sentry/utils@7.48.0", "@sentry/utils@^7.48.0": +"@sentry/types@7.49.0": + version "7.49.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.49.0.tgz#2c217091e13dc373682f5be2e9b5baed9d2ae695" + integrity sha512-9yXXh7iv76+O6h2ONUVx0wsL1auqJFWez62mTjWk4350SgMmWp/zUkBxnVXhmcYqscz/CepC+Loz9vITLXtgxg== + +"@sentry/utils@7.48.0": version "7.48.0" resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.48.0.tgz#2866975ea8899aba35b083dd0558cbbe29ee8de1" integrity sha512-d977sghkFVMfld0LrEyyY2gYrfayLPdDEpUDT+hg5y79r7zZDCFyHtdB86699E5K89MwDZahW7Erk+a1nk4x5w== @@ -3521,6 +3536,14 @@ "@sentry/types" "7.48.0" tslib "^1.9.3" +"@sentry/utils@7.49.0", "@sentry/utils@^7.48.0": + version "7.49.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.49.0.tgz#b1b3a2af52067dd27e660c7c3062a31cdf4b94f9" + integrity sha512-JdC9yGnOgev4ISJVwmIoFsk8Zx0psDZJAj2DV7x4wMZsO6QK+YjC7G3mUED/S5D5lsrkBZ/3uvQQhr8DQI4UcQ== + dependencies: + "@sentry/types" "7.49.0" + tslib "^1.9.3" + "@sentry/vue@^7.48.0": version "7.48.0" resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-7.48.0.tgz#41cc8494422a673d2a57ac6be6828f7323e6c413"