From 7fe46dc44889fb299603856cace274050c680ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 09:01:15 -0400 Subject: [PATCH] fix(deps): update dependency nock to v13.3.1 (#9407) * fix(deps): update dependency nock to v13.3.1 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .changeset/@graphql-codegen_testing-9407-dependencies.md | 5 +++++ packages/utils/graphql-codegen-testing/package.json | 2 +- packages/utils/plugins-helpers/src/types.ts | 2 +- yarn.lock | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/@graphql-codegen_testing-9407-dependencies.md diff --git a/.changeset/@graphql-codegen_testing-9407-dependencies.md b/.changeset/@graphql-codegen_testing-9407-dependencies.md new file mode 100644 index 00000000000..cc3b91768ed --- /dev/null +++ b/.changeset/@graphql-codegen_testing-9407-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-codegen/testing": patch +--- +dependencies updates: + - Updated dependency [`nock@13.3.1` ↗︎](https://www.npmjs.com/package/nock/v/13.3.1) (from `13.3.0`, in `dependencies`) diff --git a/packages/utils/graphql-codegen-testing/package.json b/packages/utils/graphql-codegen-testing/package.json index f3b176ae421..1b47238939f 100644 --- a/packages/utils/graphql-codegen-testing/package.json +++ b/packages/utils/graphql-codegen-testing/package.json @@ -44,7 +44,7 @@ "common-tags": "^1.8.0", "lz-string": "^1.4.4", "graphql-helix": "1.13.0", - "nock": "13.3.0", + "nock": "13.3.1", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/utils/plugins-helpers/src/types.ts b/packages/utils/plugins-helpers/src/types.ts index d81f5948669..48b75d28c5a 100644 --- a/packages/utils/plugins-helpers/src/types.ts +++ b/packages/utils/plugins-helpers/src/types.ts @@ -188,7 +188,7 @@ export namespace Types { } export interface GitHubSchemaOptions { - [githubProtocol: `github:${string}`]: { token: string }; + [githubProtocol: string]: { token: string }; } export type SchemaGlobPath = string; diff --git a/yarn.lock b/yarn.lock index 94b80e78e27..9213ddf2033 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10749,10 +10749,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@13.3.0: - version "13.3.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768" - integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg== +nock@13.3.1: + version "13.3.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc" + integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"