From 6a66657646d44d9a1061621b34b0a189d222312b Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 29 Aug 2023 04:39:08 +0000 Subject: [PATCH] Build(deps): bump @nuxtjs/sentry from 7.4.0 to 7.5.0 Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 7.4.0 to 7.5.0. - [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/v7.4.0...v7.5.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 564e1b8..b27c9f3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-vue-apollo": "^3.3.7", "@nuxtjs/i18n": "^7.3.1", - "@nuxtjs/sentry": "^7.4.0", + "@nuxtjs/sentry": "^7.5.0", "@nuxtjs/vuetify": "^1.12.3", "@pinia/nuxt": "^0.4.11", "@snyk/protect": "^1.1206.0", diff --git a/yarn.lock b/yarn.lock index 90bc16a..9452ad5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3451,10 +3451,10 @@ ufo "^0.8.5" vue-i18n "^8.27.2" -"@nuxtjs/sentry@^7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-7.4.0.tgz#229e66f568b68fb99477e095ef1a8d31b4596869" - integrity sha512-ZHy14tVtKUKc/JQ+S5gOy4ocTih9O2chjrti5I/95uLmSPjEa2b920VtVjjRvrHVKYjgLdNQwjFk4Bu8RxNOsw== +"@nuxtjs/sentry@^7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-7.5.0.tgz#3be2f1f4887e495f23a18613aca2efba79ff2728" + integrity sha512-biirs9mCZ6MZVO9d7iYLu/agYPAnV8pH9aCOu+xqH5dgY1aLTv+mqzS4jEebi53eW7Aw4DcKsIwe8uhZAZQkAw== dependencies: "@sentry/core" "^7.63.0" "@sentry/integrations" "^7.63.0"