From 95d6938285cfc1920030ba592c7409900f8f269e Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 8 Feb 2025 14:00:02 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/fragment-matcher to v5.1.0 --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22e4ede..92f004d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@commitlint/cli": "19.7.1", "@commitlint/config-conventional": "19.7.1", "@graphql-codegen/cli": "5.0.4", - "@graphql-codegen/fragment-matcher": "5.0.2", + "@graphql-codegen/fragment-matcher": "5.1.0", "@graphql-codegen/typescript": "4.1.3", "@graphql-codegen/typescript-operations": "4.4.1", "@graphql-codegen/typescript-vue-apollo": "4.1.1", @@ -2320,14 +2320,18 @@ "dev": true }, "node_modules/@graphql-codegen/fragment-matcher": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.2.tgz", - "integrity": "sha512-AeazT6Arv7LvpkvPYTajfUO6g1FeGLqyt6VaxDhMIRCuJN21PAvSWsh3wayc+K5L5VtYFZXYczC7Lw1bMb8C2Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.1.0.tgz", + "integrity": "sha512-84x8lhvsmz4KIrmwq0WTf8Fz0BQjYDxZgdj5jzIhoI0ehX6v6Fm1Gfd+mTZcVC4gSB4NgJAPK/rBFq+BYjJj/A==", "dev": true, + "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^5.0.3", "tslib": "~2.6.0" }, + "engines": { + "node": ">=16" + }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } @@ -2336,7 +2340,8 @@ "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/@graphql-codegen/gql-tag-operations": { "version": "4.0.13", diff --git a/package.json b/package.json index c06def0..a412a79 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@commitlint/cli": "19.7.1", "@commitlint/config-conventional": "19.7.1", "@graphql-codegen/cli": "5.0.4", - "@graphql-codegen/fragment-matcher": "5.0.2", + "@graphql-codegen/fragment-matcher": "5.1.0", "@graphql-codegen/typescript": "4.1.3", "@graphql-codegen/typescript-operations": "4.4.1", "@graphql-codegen/typescript-vue-apollo": "4.1.1",