From 612a75df2be91bfa8aa5f2f9a753c8ea41d5c883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:15:56 +0000 Subject: [PATCH] Bump @graphql-codegen/introspection from 4.0.2 to 4.0.3 in /ts Bumps [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@4.0.3/packages/plugins/other/introspection) --- updated-dependencies: - dependency-name: "@graphql-codegen/introspection" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ts/package-lock.json | 57 +++++++++++++++++++++++++++++++++++++------- ts/package.json | 2 +- 2 files changed, 49 insertions(+), 10 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index 13fe74e3..3882c542 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -14,7 +14,7 @@ "y18n": "^5.0.8" }, "devDependencies": { - "@graphql-codegen/introspection": "^4.0.2", + "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/typescript": "^4.0.6", "@graphql-codegen/typescript-document-nodes": "^4.0.4", "@graphql-codegen/typescript-graphql-files-modules": "^3.0.0", @@ -1376,13 +1376,13 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/@graphql-codegen/introspection": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/introspection/-/introspection-4.0.2.tgz", - "integrity": "sha512-yx6SpiBYwrCI67inicHKhvOhrD4mSYQkIcUtGjvksqv7UC4JBj/YtvneupeNnd2Qxb7XXp4wk+Fnop9odRoQAA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/introspection/-/introspection-4.0.3.tgz", + "integrity": "sha512-4cHRG15Zu4MXMF4wTQmywNf4+fkDYv5lTbzraVfliDnB8rJKcaurQpRBi11KVuQUe24YTq/Cfk4uwewfNikWoA==", "dev": true, "dependencies": { "@graphql-codegen/plugin-helpers": "^5.0.3", - "@graphql-codegen/visitor-plugin-common": "^4.1.2", + "@graphql-codegen/visitor-plugin-common": "^5.0.0", "tslib": "~2.6.0" }, "peerDependencies": { @@ -1406,6 +1406,27 @@ "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" } }, + "node_modules/@graphql-codegen/introspection/node_modules/@graphql-codegen/visitor-plugin-common": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.1.0.tgz", + "integrity": "sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==", + "dev": true, + "dependencies": { + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + }, + "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" + } + }, "node_modules/@graphql-codegen/introspection/node_modules/@graphql-tools/utils": { "version": "10.0.13", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.13.tgz", @@ -7570,13 +7591,13 @@ } }, "@graphql-codegen/introspection": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/introspection/-/introspection-4.0.2.tgz", - "integrity": "sha512-yx6SpiBYwrCI67inicHKhvOhrD4mSYQkIcUtGjvksqv7UC4JBj/YtvneupeNnd2Qxb7XXp4wk+Fnop9odRoQAA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/introspection/-/introspection-4.0.3.tgz", + "integrity": "sha512-4cHRG15Zu4MXMF4wTQmywNf4+fkDYv5lTbzraVfliDnB8rJKcaurQpRBi11KVuQUe24YTq/Cfk4uwewfNikWoA==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^5.0.3", - "@graphql-codegen/visitor-plugin-common": "^4.1.2", + "@graphql-codegen/visitor-plugin-common": "^5.0.0", "tslib": "~2.6.0" }, "dependencies": { @@ -7594,6 +7615,24 @@ "tslib": "~2.6.0" } }, + "@graphql-codegen/visitor-plugin-common": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.1.0.tgz", + "integrity": "sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + } + }, "@graphql-tools/utils": { "version": "10.0.13", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.13.tgz", diff --git a/ts/package.json b/ts/package.json index c178261b..0167a551 100644 --- a/ts/package.json +++ b/ts/package.json @@ -24,7 +24,7 @@ ], "homepage": "https://github.com/nationalarchives/tdr-generated-graphql#readme", "devDependencies": { - "@graphql-codegen/introspection": "^4.0.2", + "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/typescript": "^4.0.6", "@graphql-codegen/typescript-document-nodes": "^4.0.4", "@graphql-codegen/typescript-graphql-files-modules": "^3.0.0",