From 1b88b2d6265d483c2e3675437390f298309a2523 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 16:15:52 +0000 Subject: [PATCH] chore(deps): bump @sentry/node from 5.13.0 to 5.13.1 Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.13.0...5.13.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d79da74e4..fd191c2b3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "dependencies": { "@koa/router": "8.0.8", "@postlight/mercury-parser": "2.2.0", - "@sentry/node": "5.13.0", + "@sentry/node": "5.13.1", "aes-js": "3.1.2", "art-template": "4.13.2", "cheerio": "1.0.0-rc.3", diff --git a/yarn.lock b/yarn.lock index a56d81d3c..762ed273d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1271,10 +1271,10 @@ dependencies: safe-buffer "^5.0.1" -"@sentry/apm@5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.13.0.tgz#ffc8ab476bb40ef92cde3d813718528564ef293a" - integrity sha512-hNYXjvjvaa/z+EGbkHyEHag4qGq9+snSRHV+C7cWvGDio01zSOdusHJDqH7S6GzJ0yRY4nbq3l6xc9STlmlthQ== +"@sentry/apm@5.13.1": + version "5.13.1" + resolved "https://registry.yarnpkg.com/@sentry/apm/-/apm-5.13.1.tgz#152a7a54b06f344112477cb376e8554860a6af86" + integrity sha512-be6M8/TOA/K7jQNZEm1YC0Y9+LdM0jyX5LMwy9NWwhneE6Iq8xvsU/pYZByj6+AAs0tIpiFd9QFxFKNUtKIRUQ== dependencies: "@sentry/browser" "5.13.0" "@sentry/hub" "5.13.0" @@ -1322,12 +1322,12 @@ "@sentry/types" "5.12.4" tslib "^1.9.3" -"@sentry/node@5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.13.0.tgz#3ac727ad3d585a1a1fe96dd4b6b0010b00410215" - integrity sha512-aT8mYy3hsnhueaOfPbTIMPruhnRlRNKI8tiqPE50KO9o8n1djSCf0/pxz3ErYaJOOfyFzvOL/sKtBXGLoNC+uA== +"@sentry/node@5.13.1": + version "5.13.1" + resolved "https://registry.yarnpkg.com/@sentry/node/-/node-5.13.1.tgz#41d2eec02bc718a0f5aa59698635242d585470f2" + integrity sha512-6/HaewN2kX0za3LncYwp6nlvm/6i0S0/D/HO7VDHMSpc8z/8/Em6xTZy7hLV3phosMoLIa5P3CRXvLVybBTrpg== dependencies: - "@sentry/apm" "5.13.0" + "@sentry/apm" "5.13.1" "@sentry/core" "5.13.0" "@sentry/hub" "5.13.0" "@sentry/types" "5.12.4"