diff --git a/package.json b/package.json index 714b11b8..dcc599a9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.28.1", "serverless": "3.34.0", - "got": "12.6.1", + "got": "13.0.0", "jest": "29.6.4" }, "workspaces": [ diff --git a/yarn.lock b/yarn.lock index 1b81b1a8..cc1ca4d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6862,10 +6862,10 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@12.6.1: - version "12.6.1" - resolved "https://registry.yarnpkg.com/got/-/got-12.6.1.tgz#8869560d1383353204b5a9435f782df9c091f549" - integrity sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ== +got@13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422" + integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA== dependencies: "@sindresorhus/is" "^5.2.0" "@szmarczak/http-timer" "^5.0.1"