From 6c7bd8c5fbdfa156029a75cfcd22e2ea837e190d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:47:38 +0000 Subject: [PATCH] Bump @graphql-codegen/cli in the graphql-codegen group Bumps the graphql-codegen group with 1 update: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli). Updates `@graphql-codegen/cli` from 7.1.1 to 7.1.2 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@7.1.2/packages/graphql-codegen-cli) --- updated-dependencies: - dependency-name: "@graphql-codegen/cli" dependency-version: 7.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: graphql-codegen ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 +++-------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 59 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83197c18..2faf4d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "simpleheat": "^0.4.0" }, "devDependencies": { - "@graphql-codegen/cli": "^7.1.1", + "@graphql-codegen/cli": "^7.1.2", "@graphql-codegen/client-preset": "^6.0.1", "@graphql-codegen/typescript": "^6.0.2", "@parcel/watcher": "^2.5.6", @@ -490,9 +490,9 @@ } }, "node_modules/@graphql-codegen/cli": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.1.1.tgz", - "integrity": "sha512-7XPBWHBwzpdfan5a8lE91YV9AeHhYEnZ32nhjdx7o/7ZN0Lvl3oIjeNuXnMX5CFDCBDNuA75cWhBjDrjqX8GZw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.1.2.tgz", + "integrity": "sha512-RiXedOZhanodp8fCBlpciyic17kSv0hSMboDaE9/ZWXC6f4g1aQBTZmQJOsT9Dtxy0SxqmMY674NoTlJgELNeA==", "dev": true, "license": "MIT", "dependencies": { @@ -2035,9 +2035,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2055,9 +2052,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2075,9 +2069,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2095,9 +2086,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2115,9 +2103,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2135,9 +2120,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2155,9 +2137,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2175,9 +2154,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2673,9 +2649,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2693,9 +2666,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2713,9 +2683,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2733,9 +2700,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2753,9 +2717,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2773,9 +2734,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4892,9 +4850,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4916,9 +4871,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4940,9 +4892,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4964,9 +4913,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 074c4c7e..b5926cf6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "simpleheat": "^0.4.0" }, "devDependencies": { - "@graphql-codegen/cli": "^7.1.1", + "@graphql-codegen/cli": "^7.1.2", "@graphql-codegen/client-preset": "^6.0.1", "@graphql-codegen/typescript": "^6.0.2", "@parcel/watcher": "^2.5.6",