From c74adf48757eafd9ab65ff50e4a084df156554cc Mon Sep 17 00:00:00 2001 From: Vidal Ortega <43078681+vidorteg@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:54:55 -0700 Subject: [PATCH] Update: Updating got to 11.8.5 Updating got to version 11.8.5 ---------- Close #5288 --- packages/hint-ssllabs/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hint-ssllabs/package.json b/packages/hint-ssllabs/package.json index 0126fce84e0..9136e64f741 100644 --- a/packages/hint-ssllabs/package.json +++ b/packages/hint-ssllabs/package.json @@ -14,7 +14,7 @@ "@hint/utils-i18n": "^1.0.13", "@hint/utils-network": "^1.0.21", "@hint/utils-types": "^1.2.0", - "got": "^11.8.3" + "got": "^11.8.5" }, "description": "hint that that checks using SSL Labs for best practices related to the website's SSL configuration", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 398eb57e6f9..8a98009e7f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4971,10 +4971,10 @@ gonzales-pe@^4.3.0: dependencies: minimist "^1.2.5" -got@^11.8.3: - 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"