diff --git a/docs/package.json b/docs/package.json index 111cfef0cf..f822f08126 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "@docusaurus/preset-classic": "3.1.1", "@mdx-js/react": "^3.0.1", "clsx": "^2.1.0", - "got": "^14.2.0", + "got": "^14.2.1", "prism-react-renderer": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index c2b731746b..58d17232de 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4348,10 +4348,10 @@ got@^11.8.5, got@^12.1.0: p-cancelable "^2.0.0" responselike "^2.0.0" -got@^14.2.0: - version "14.2.0" - resolved "https://registry.yarnpkg.com/got/-/got-14.2.0.tgz#59b453e379e81a6e9e6aa3b39ab3cbde47b1b150" - integrity sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw== +got@^14.2.1: + version "14.2.1" + resolved "https://registry.yarnpkg.com/got/-/got-14.2.1.tgz#59513971a4f990d7c20f4830cf78145d58b3042d" + integrity sha512-KOaPMremmsvx6l9BLC04LYE6ZFW4x7e4HkTe3LwBmtuYYQwpeS4XKqzhubTIkaQ1Nr+eXxeori0zuwupXMovBQ== dependencies: "@sindresorhus/is" "^6.1.0" "@szmarczak/http-timer" "^5.0.1"