From 177afb380f6108bc7bc3862423d7126c10cacbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:25:44 +0000 Subject: [PATCH] Bump got from 11.8.3 to 11.8.5 in /backend Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/backend/package.json b/backend/package.json index 038e661..4aee07c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -27,7 +27,7 @@ "dependencies": { "dotenv": "^16.0.0", "express": "^4.17.1", - "got": "^11.0.0", + "got": "^11.8.5", "query-string": "^7.0.0" } } diff --git a/backend/yarn.lock b/backend/yarn.lock index ee54eae..6b35322 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -266,8 +266,7 @@ color-name@1.1.3: integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= "common@link:../common": - version "0.0.0" - uid "" + version "1.0.0" concat-map@0.0.1: version "0.0.1" @@ -546,10 +545,10 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" -got@^11.0.0: - version "11.8.3" - resolved "https://registry.yarnpkg.com/got/-/got-11.8.3.tgz#f496c8fdda5d729a90b4905d2b07dbd148170770" - integrity sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg== +got@^11.8.5: + version "11.8.5" + resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" + integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== dependencies: "@sindresorhus/is" "^4.0.0" "@szmarczak/http-timer" "^4.0.5"