From da1065021110f19ab6d553ea09bef7a8137bb689 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 10:01:52 +0000 Subject: [PATCH] chore(deps): bump strava-v3 from 2.0.5 to 2.0.9 Bumps [strava-v3](https://github.com/unboundev/node-strava-v3) from 2.0.5 to 2.0.9. - [Release notes](https://github.com/unboundev/node-strava-v3/releases) - [Commits](https://github.com/unboundev/node-strava-v3/compare/v2.0.5...v2.0.9) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fdd571f..aa77f89 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bluebird": "^3.5.1", "bunyan": "^1.8.14", "mongodb": "^3.5.9", - "strava-v3": "^2.0.5" + "strava-v3": "^2.0.9" }, "devDependencies": { "@babel/cli": "^7.14.5", diff --git a/yarn.lock b/yarn.lock index b552303..fab94c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5271,10 +5271,10 @@ stealthy-require@^1.1.1: resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= -strava-v3@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/strava-v3/-/strava-v3-2.0.5.tgz#78762bc3314acfe1c080403b48bb18595b3b2f7c" - integrity sha512-xAzZIjACR577F0LLVcJyi+wBw3dlGLiL0G6mroayR4o052kiAYOVpS9G/+3el/3YFNbTIJ2pHmm4AZ5TyEqKIQ== +strava-v3@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/strava-v3/-/strava-v3-2.0.9.tgz#e4e7577e588369ab2ae5b4a3e0e8aefd59bea5d7" + integrity sha512-4gVf7W+2e4lK8QIm0HTuhAyE5XpEr9fZm4n1kFfj352Sj98rtkFzF8GeNY5ufMfBCMbLvhG1koT+FMRhkYDp9g== dependencies: bluebird "^3.5.0" request "^2.81.0"