From 2c1ff3151a7a59f40016cc0e717f512167808a05 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 29 Sep 2022 04:37:49 +0000 Subject: [PATCH] Build(deps): bump @nuxtjs/sentry from 6.0.0 to 6.0.1 Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa1f1fa..b489b33 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@graphql-codegen/typescript-vue-apollo": "^3.3.3", "@nuxtjs/i18n": "^7.3.0", "@nuxtjs/moment": "^1.1.0", - "@nuxtjs/sentry": "^6.0.0", + "@nuxtjs/sentry": "^6.0.1", "@nuxtjs/vuetify": "^1.12.3", "@snyk/protect": "^1.1012.0", "@vue/apollo-composable": "^4.0.0-alpha.19", diff --git a/yarn.lock b/yarn.lock index 7d719da..5061f0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2372,10 +2372,10 @@ moment-timezone "^0.5.28" moment-timezone-data-webpack-plugin "^1.3.0" -"@nuxtjs/sentry@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-6.0.0.tgz#c15920ab50db80bec1454b19de58efdc23d6e28b" - integrity sha512-3bSXobjtwUfitkTAcGIjnYKpCFQTudqpLKboz4u+Syj2TnHQLjtAXORbBoP+G5qbJZIGyaYEVnReGZTppILy9A== +"@nuxtjs/sentry@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-6.0.1.tgz#5a1c804696ed61bce91ad68f8003a5f18308c05a" + integrity sha512-mvkzwYpRz6KzyrlR9QC7380xjAUGfBDI58QOSrv4BawZUHDcCH3TIbJBtcq6PEfczm5cbG1xG+K4MR401bNt9A== dependencies: "@sentry/browser" "^6.19.7" "@sentry/integrations" "^6.19.7"