From 6c3d0e26ddd319df2c60ae0ea6345c0f7913bee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:33:57 +0000 Subject: [PATCH 1/2] build(deps-dev): Bump graphql-config from 4.4.0 to 4.4.1 Bumps [graphql-config](https://github.com/kamilkisiela/graphql-config) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/kamilkisiela/graphql-config/releases) - [Changelog](https://github.com/kamilkisiela/graphql-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/kamilkisiela/graphql-config/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: graphql-config dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 05e05ba7..98464dfb 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "eslint-plugin-unicorn": "45.0.2", "eslint-plugin-yml": "1.4.0", "graphql": "16.6.0", - "graphql-config": "4.4.0", + "graphql-config": "4.4.1", "growl": "1.10.5", "husky": "8.0.3", "is-ci": "3.0.1", diff --git a/yarn.lock b/yarn.lock index b469935e..b3b5e0a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1233,7 +1233,7 @@ __metadata: eslint-plugin-unicorn: "npm:45.0.2" eslint-plugin-yml: "npm:1.4.0" graphql: "npm:16.6.0" - graphql-config: "npm:4.4.0" + graphql-config: "npm:4.4.1" growl: "npm:1.10.5" husky: "npm:8.0.3" is-ci: "npm:3.0.1" @@ -5188,7 +5188,34 @@ __metadata: languageName: node linkType: hard -"graphql-config@npm:4.4.0, graphql-config@npm:^4.4.0": +"graphql-config@npm:4.4.1": + version: 4.4.1 + resolution: "graphql-config@npm:4.4.1" + dependencies: + "@graphql-tools/graphql-file-loader": "npm:^7.3.7" + "@graphql-tools/json-file-loader": "npm:^7.3.7" + "@graphql-tools/load": "npm:^7.5.5" + "@graphql-tools/merge": "npm:^8.2.6" + "@graphql-tools/url-loader": "npm:^7.9.7" + "@graphql-tools/utils": "npm:^9.0.0" + cosmiconfig: "npm:8.0.0" + minimatch: "npm:4.2.1" + string-env-interpolation: "npm:1.0.1" + tslib: "npm:^2.4.0" + peerDependencies: + cosmiconfig-toml-loader: ^1.0.0 + cosmiconfig-typescript-loader: ^4.0.0 + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + cosmiconfig-toml-loader: + optional: true + cosmiconfig-typescript-loader: + optional: true + checksum: 9972999eee154a772c4cb0bad5bd1a65dd14ca1d858c8ce32af1e0fee83b01506cb5b22868455831f9c5540072d58dfd996c3c1152e8ddb26134c5d2bcfd7f05 + languageName: node + linkType: hard + +"graphql-config@npm:^4.4.0": version: 4.4.0 resolution: "graphql-config@npm:4.4.0" dependencies: From 9b9984721dba9d6a0cddb06de7fbcda3cfd501d3 Mon Sep 17 00:00:00 2001 From: "flexdevelopment[bot]" Date: Mon, 6 Feb 2023 06:34:35 +0000 Subject: [PATCH 2/2] [dependabot skip] fix lockfile for @dependabot Signed-off-by: flexdevelopment[bot] --- yarn.lock | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/yarn.lock b/yarn.lock index b3b5e0a7..c3a121a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5188,7 +5188,7 @@ __metadata: languageName: node linkType: hard -"graphql-config@npm:4.4.1": +"graphql-config@npm:4.4.1, graphql-config@npm:^4.4.0": version: 4.4.1 resolution: "graphql-config@npm:4.4.1" dependencies: @@ -5215,28 +5215,6 @@ __metadata: languageName: node linkType: hard -"graphql-config@npm:^4.4.0": - version: 4.4.0 - resolution: "graphql-config@npm:4.4.0" - dependencies: - "@graphql-tools/graphql-file-loader": "npm:^7.3.7" - "@graphql-tools/json-file-loader": "npm:^7.3.7" - "@graphql-tools/load": "npm:^7.5.5" - "@graphql-tools/merge": "npm:^8.2.6" - "@graphql-tools/url-loader": "npm:^7.9.7" - "@graphql-tools/utils": "npm:^9.0.0" - cosmiconfig: "npm:8.0.0" - minimatch: "npm:4.2.1" - string-env-interpolation: "npm:1.0.1" - tslib: "npm:^2.4.0" - peerDependencies: - cosmiconfig-toml-loader: ^1.0.0 - cosmiconfig-typescript-loader: ^4.0.0 - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - checksum: 64f26d71ce3e3cf9913742b2d29046a60023a566ad472868746a38e21968b6cb919239b738088c97ecc378f1e7a9ba3f6ffb58b97df77456c64903fbf4a3bf7e - languageName: node - linkType: hard - "graphql-depth-limit@npm:^1.1.0": version: 1.1.0 resolution: "graphql-depth-limit@npm:1.1.0"