From 429bee98d547daccb34d4946ee590cf070208737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:18:09 +0000 Subject: [PATCH] chore(deps)(deps-dev): Bump @graphql-codegen/cli in /frontend Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 6.1.3 to 6.2.1. - [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@6.2.1/packages/graphql-codegen-cli) --- updated-dependencies: - dependency-name: "@graphql-codegen/cli" dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++--------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 52f01b1..06d6270 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "@angular/compiler-cli": "^21.2.6", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@graphql-codegen/cli": "^6.1.3", + "@graphql-codegen/cli": "^6.2.1", "@graphql-codegen/introspection": "^5.0.1", "@graphql-codegen/schema-ast": "^5.0.0", "@graphql-codegen/typescript": "^5.0.7", @@ -2146,9 +2146,9 @@ "license": "0BSD" }, "node_modules/@graphql-codegen/cli": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.1.3.tgz", - "integrity": "sha512-fkPJiOEjHndK5hWH1O1vq8+Y0c2zYYzS79Mz/wVpcv9koz5hnkB0UsdXVtK2UYorh2gLvQfNr7NByX1TUmPibg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.2.1.tgz", + "integrity": "sha512-E1B+5nBda2l89Pci5M0HcEj2Hmx2yhORFX+1T3rmwpQjdOiulo+h9JifWxKomUpjfbmU1YkBSd47CCGLFPU10A==", "dev": true, "license": "MIT", "dependencies": { @@ -2157,7 +2157,7 @@ "@babel/types": "^7.18.13", "@graphql-codegen/client-preset": "^5.2.4", "@graphql-codegen/core": "^5.0.1", - "@graphql-codegen/plugin-helpers": "^6.1.1", + "@graphql-codegen/plugin-helpers": "^6.2.0", "@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/git-loader": "^8.0.32", @@ -2165,6 +2165,7 @@ "@graphql-tools/graphql-file-loader": "^8.1.11", "@graphql-tools/json-file-loader": "^8.0.26", "@graphql-tools/load": "^8.1.8", + "@graphql-tools/merge": "^9.0.6", "@graphql-tools/url-loader": "^9.0.6", "@graphql-tools/utils": "^11.0.0", "@inquirer/prompts": "^7.8.2", @@ -2443,9 +2444,9 @@ "license": "0BSD" }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.1.1.tgz", - "integrity": "sha512-ipWZHA4ZG8PUdZWx87rvL6LCoIZVhrovVl+448FuxnKIGdzyLmL3+FJc/x96jsQZqKKrUcId9oEgssyh6p15eg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.2.1.tgz", + "integrity": "sha512-shRr26TfVZ6KFBjzRYUj02gLNh6yaECz9gTGgI6riANw5sSH9PONwTsBRYkEgU+6IXiL7VQeCumahvxSGFbRlQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2453,7 +2454,6 @@ "change-case-all": "1.0.15", "common-tags": "1.8.2", "import-from": "4.0.0", - "lodash": "~4.17.0", "tslib": "~2.6.0" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index b97812a..3ae4473 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "@angular/compiler-cli": "^21.2.6", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@graphql-codegen/cli": "^6.1.3", + "@graphql-codegen/cli": "^6.2.1", "@graphql-codegen/introspection": "^5.0.1", "@graphql-codegen/schema-ast": "^5.0.0", "@graphql-codegen/typescript": "^5.0.7",