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"