From ecda87060a63ce0e8c5363cca2c2c54c4ed7494d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:26:34 +0300 Subject: [PATCH] chore: bump @octokit/types from 10.0.0 to 11.1.0 in /site (#8483) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index f0b37a5139..7bf57894b7 100644 --- a/site/package.json +++ b/site/package.json @@ -104,7 +104,7 @@ "yup": "1.2.0" }, "devDependencies": { - "@octokit/types": "10.0.0", + "@octokit/types": "11.1.0", "@playwright/test": "1.36.0", "@storybook/addon-actions": "7.0.26", "@storybook/addon-essentials": "7.0.26", diff --git a/site/yarn.lock b/site/yarn.lock index c201edc155..bce1a4511e 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -2241,10 +2241,10 @@ resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69" integrity sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw== -"@octokit/types@10.0.0": - version "10.0.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-10.0.0.tgz#7ee19c464ea4ada306c43f1a45d444000f419a4a" - integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg== +"@octokit/types@11.1.0": + version "11.1.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-11.1.0.tgz#9e5db741d582b05718a4d91bac8cc987def235ea" + integrity sha512-Fz0+7GyLm/bHt8fwEqgvRBWwIV1S6wRRyq+V6exRKLVWaKGsuy6H9QFYeBVDV7rK6fO3XwHgQOPxv+cLj2zpXQ== dependencies: "@octokit/openapi-types" "^18.0.0"