From 56a012c793109a3a72fc9b85514eee36cb303a84 Mon Sep 17 00:00:00 2001 From: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> Date: Mon, 11 Jul 2022 18:13:19 -0400 Subject: [PATCH] Unpin Got dependency (#2572) --- packages/node/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/node/package.json b/packages/node/package.json index 13feb4f9..82857996 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -12,7 +12,7 @@ "@gitbeaker/core": "^35.6.0", "@gitbeaker/requester-utils": "^35.6.0", "delay": "^5.0.0", - "got": "11.8.3", + "got": "^11.8.3", "xcase": "^2.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a46e0efe..a9e4dae0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4730,10 +4730,10 @@ globby@^7.1.1: pify "^3.0.0" slash "^1.0.0" -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.3: + 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"