From f2802af8be03e4432eb8d6d4c1f08b8a89db9f4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:40:25 +0000 Subject: [PATCH] fix(deps): update dependency @graphql-codegen/near-operation-file-preset to v5.2.0 (#10769) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- website/package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package.json b/website/package.json index 1fc920d3cd6..f4e4380d3a5 100644 --- a/website/package.json +++ b/website/package.json @@ -31,7 +31,7 @@ "@graphql-codegen/jsdoc": "4.0.1", "@graphql-codegen/kotlin": "4.0.1", "@graphql-codegen/named-operations-object": "4.0.1", - "@graphql-codegen/near-operation-file-preset": "5.1.0", + "@graphql-codegen/near-operation-file-preset": "5.2.0", "@graphql-codegen/schema-ast": "6.0.0", "@graphql-codegen/time": "7.0.0", "@graphql-codegen/typed-document-node": "7.0.0", diff --git a/yarn.lock b/yarn.lock index ba4e413515f..e5ea23b035b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1884,14 +1884,14 @@ change-case-all "1.0.15" tslib "^2.8.1" -"@graphql-codegen/near-operation-file-preset@5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.1.0.tgz#a5ec0555951800da280a292671da17d10f26ba29" - integrity sha512-tME5X7OrrkYUr9CeW4rHrl6lUxrojNNXwN4yibdnmSP1w93Pj/p4kogKmnacd5Sns05Q82cucswuTQTQmVENKA== +"@graphql-codegen/near-operation-file-preset@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/near-operation-file-preset/-/near-operation-file-preset-5.2.0.tgz#5694f0db406bef22e9c00f91f55b4410116f3807" + integrity sha512-aDpaXk5LBWS0KFt9g4f3gEyLi9JHAj+lujw482GG6FIRa62ztR03c4B3GZW278672jS5LFRb+yJC9qphg0mLWA== dependencies: - "@graphql-codegen/add" "^6.0.0" - "@graphql-codegen/plugin-helpers" "^6.3.0" - "@graphql-codegen/visitor-plugin-common" "^6.3.0" + "@graphql-codegen/add" "^7.0.0" + "@graphql-codegen/plugin-helpers" "^7.0.0" + "@graphql-codegen/visitor-plugin-common" "^7.0.0" "@graphql-tools/utils" "^11.0.0" parse-filepath "^1.0.2" tslib "^2.8.1"