From 07431e34d5d70a5a34fd281364b6e92ead283607 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 17 Nov 2023 04:39:11 +0000 Subject: [PATCH] Build(deps): bump @nuxtjs/sentry from 8.0.2 to 8.0.3 Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/nuxt-community/sentry-module/releases) - [Changelog](https://github.com/nuxt-community/sentry-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/sentry-module/compare/v8.0.2...v8.0.3) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 641c368..542eb2d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-vue-apollo": "^4.1.0", "@nuxtjs/i18n": "^7.3.1", - "@nuxtjs/sentry": "^8.0.2", + "@nuxtjs/sentry": "^8.0.3", "@nuxtjs/vuetify": "^1.12.3", "@pinia/nuxt": "^0.5.1", "@snyk/protect": "^1.1246.0", diff --git a/yarn.lock b/yarn.lock index e50734c..aaea0c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3714,10 +3714,10 @@ ufo "^0.8.5" vue-i18n "^8.27.2" -"@nuxtjs/sentry@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-8.0.2.tgz#907f2c622a54ec11d111921b91b4399baf26c2bd" - integrity sha512-0iCuB5YHMLs56kkB/KnIyIlc7fLb8xptWMBeCX0jScYkjzJE7KKAgMk1j3s3Hsez0QM6jDHR2jVP/pcXAJOkRQ== +"@nuxtjs/sentry@^8.0.3": + version "8.0.3" + resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-8.0.3.tgz#1ee2fc18a0f5c0af6279e0bf02bb2766a66cc3b4" + integrity sha512-kqBftkWhpuGVAMd/CRxFs3SGV562+7qse80J3oH/fvftdEbW/XFEBmP/oAeNXNMQs/dTAeA4298/59aOjvnN6A== dependencies: "@sentry/core" "^7.80.0" "@sentry/integrations" "^7.80.0"