From 3567187a1aa8a34f6b3f9b5136b3c508feb57268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:01:57 +0000 Subject: [PATCH 1/3] build(deps): Bump @octokit/graphql-schema from 12.31.0 to 12.33.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 12.31.0 to 12.33.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v12.31.0...v12.33.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd63f48..e70433c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@actions/glob": "^0.3.0", - "@octokit/graphql-schema": "^12.31.0" + "@octokit/graphql-schema": "^12.33.0" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 7e8122d..9f315db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1164,10 +1164,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^12.31.0": - version "12.31.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.31.0.tgz#fb4049a92c6c5f30994aecfe0ca742690990f062" - integrity sha512-sFdKutX0aQgwYhhUpQDJL9hwmZXkBKVattIdzbInkENviJrL1a4guC4Mv9qpGCVqg7cXeWR9pXep7UkdE3jACA== +"@octokit/graphql-schema@^12.33.0": + version "12.33.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.33.0.tgz#5c8c3d215d8872ffa791f18ef4bc9fb266475d87" + integrity sha512-fm5MXmuvqV8JE71RhPhZQy5JXKoYNw5MKogDS8mV5AMknryC7ApwPTqi+oZyIZPEfPDLBiW0EFieA1T+pUD/UA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3" From 21447cea48c73db14d4ad7627eefeb6b8d4415a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 20:01:15 +0000 Subject: [PATCH 2/3] build(deps-dev): Bump @types/node from 18.11.9 to 18.11.10 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e70433c..f3a7dab 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/jest": "^27.4.1", - "@types/node": "^18.11.9", + "@types/node": "^18.11.10", "@typescript-eslint/parser": "^5.45.0", "@vercel/ncc": "^0.34.0", "eslint": "^8.28.0", diff --git a/yarn.lock b/yarn.lock index 9f315db..f84a836 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1361,10 +1361,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@*", "@types/node@^18.11.9": - version "18.11.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4" - integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== +"@types/node@*", "@types/node@^18.11.10": + version "18.11.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34" + integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ== "@types/prettier@^2.1.5": version "2.3.2" From 043e1f39cf0cf851d8412b8c35d2fe992a2a463f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:01:10 +0000 Subject: [PATCH 3/3] build(deps): Bump @octokit/graphql-schema from 12.33.0 to 12.34.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 12.33.0 to 12.34.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v12.33.0...v12.34.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e70433c..16a15b4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@actions/glob": "^0.3.0", - "@octokit/graphql-schema": "^12.33.0" + "@octokit/graphql-schema": "^12.34.0" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 9f315db..727457b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1164,10 +1164,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^12.33.0": - version "12.33.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.33.0.tgz#5c8c3d215d8872ffa791f18ef4bc9fb266475d87" - integrity sha512-fm5MXmuvqV8JE71RhPhZQy5JXKoYNw5MKogDS8mV5AMknryC7ApwPTqi+oZyIZPEfPDLBiW0EFieA1T+pUD/UA== +"@octokit/graphql-schema@^12.34.0": + version "12.34.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.34.0.tgz#2b000d4159c5563b24caaf24bd5651e0381dbebf" + integrity sha512-12oEFMVuiDko/sSGMzyeAGz/1ekWIPD1cGYwiJ0dwg6eRusxHsEp+RoQom9nQYV+7mIBaAVQABHHZZZbHHKTzw== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"