diff --git a/docs/package.json b/docs/package.json index 5e5fad3..0d7becf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "cacheable-request": "10.2.14", - "got": "14.0.0" + "got": "14.1.0" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 181fa92..7dda7cd 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4934,10 +4934,10 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/got/-/got-14.0.0.tgz#c95023942e4149cea46701adc7ed591eb9104d37" - integrity sha512-X01vTgaX9SwaMq5DfImvS+3GMQFFs5HtrrlS9CuzUSzkxAf/tWGEyynuI+Qy7BjciMczZGjyVSmawYbP4eYhYA== +got@14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/got/-/got-14.1.0.tgz#426718b9d2e539efa46c7b413e7659b40d38bb24" + integrity sha512-jGmSBfxa7jOGg464azcsf/cUlJBZldU8edFpiVebIJrVBE4vqVx0t3Z2f1kz1WrcMvLgQREoC/l2ttDmSHwyRg== dependencies: "@sindresorhus/is" "^6.1.0" "@szmarczak/http-timer" "^5.0.1"