From b00be68347f5201bbc60a97019d8cc1df481bf3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:30:09 +0000 Subject: [PATCH] build(deps): bump @nuxtjs/sentry from 3.2.3 to 3.2.4 in /webapp Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/nuxt-community/sentry-module/releases) - [Changelog](https://github.com/nuxt-community/sentry-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/sentry-module/compare/v3.2.3...v3.2.4) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index bd5c3ce39..497470c20 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -62,7 +62,7 @@ "@nuxtjs/axios": "~5.9.5", "@nuxtjs/dotenv": "~1.4.1", "@nuxtjs/pwa": "^3.0.0-beta.20", - "@nuxtjs/sentry": "^3.2.3", + "@nuxtjs/sentry": "^3.2.4", "@nuxtjs/style-resources": "~1.0.0", "accounting": "~0.4.1", "apollo-cache-inmemory": "~1.6.5", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index bf5532123..70e08286b 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1721,10 +1721,10 @@ jimp-compact "^0.8.0" workbox-cdn "^4.3.1" -"@nuxtjs/sentry@^3.2.3": - version "3.2.3" - resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-3.2.3.tgz#ac102faeb9b1d6ad65d14abdb9705173108dc6c2" - integrity sha512-3dTH9y2Of70h7JSk73kuxRMd9zxidwMsZp/OJJlb66b73rKR9dZtBCkH6J7z1vh+32b5IZh9vLP1LfWZaHnd0Q== +"@nuxtjs/sentry@^3.2.4": + version "3.2.4" + resolved "https://registry.yarnpkg.com/@nuxtjs/sentry/-/sentry-3.2.4.tgz#736c4b62e76c788eefd6a27c879658541a130bab" + integrity sha512-asM9pt/bdHLoALIea2OVOB/2S8OUx4vLhzi30B747Z6o0WLxB9RVYMsGgzjBO7Q7CEdrqei4UNEgTfE1G7EKTg== dependencies: "@sentry/browser" "^5.12.1" "@sentry/integrations" "^5.12.0"