Skip to content

Commit 1dc0943

Browse files
build(deps-dev): Bump graphql-config from 4.4.0 to 4.4.1 (#40)
* 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](graphql-hive/graphql-config@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] <support@github.com> * [dependabot skip] fix lockfile for @dependabot Signed-off-by: flexdevelopment[bot] <admin@flexdevelopment.llc> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: flexdevelopment[bot] <admin@flexdevelopment.llc> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: flexdevelopment[bot] <admin@flexdevelopment.llc>
1 parent 4d9e1e8 commit 1dc0943

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"eslint-plugin-unicorn": "45.0.2",
107107
"eslint-plugin-yml": "1.4.0",
108108
"graphql": "16.6.0",
109-
"graphql-config": "4.4.0",
109+
"graphql-config": "4.4.1",
110110
"growl": "1.10.5",
111111
"husky": "8.0.3",
112112
"is-ci": "3.0.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ __metadata:
12941294
eslint-plugin-unicorn: "npm:45.0.2"
12951295
eslint-plugin-yml: "npm:1.4.0"
12961296
graphql: "npm:16.6.0"
1297-
graphql-config: "npm:4.4.0"
1297+
graphql-config: "npm:4.4.1"
12981298
growl: "npm:1.10.5"
12991299
husky: "npm:8.0.3"
13001300
is-ci: "npm:3.0.1"
@@ -4889,9 +4889,9 @@ __metadata:
48894889
languageName: node
48904890
linkType: hard
48914891

4892-
"graphql-config@npm:4.4.0, graphql-config@npm:^4.4.0":
4893-
version: 4.4.0
4894-
resolution: "graphql-config@npm:4.4.0"
4892+
"graphql-config@npm:4.4.1, graphql-config@npm:^4.4.0":
4893+
version: 4.4.1
4894+
resolution: "graphql-config@npm:4.4.1"
48954895
dependencies:
48964896
"@graphql-tools/graphql-file-loader": "npm:^7.3.7"
48974897
"@graphql-tools/json-file-loader": "npm:^7.3.7"
@@ -4907,7 +4907,12 @@ __metadata:
49074907
cosmiconfig-toml-loader: ^1.0.0
49084908
cosmiconfig-typescript-loader: ^4.0.0
49094909
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
4910-
checksum: 64f26d71ce3e3cf9913742b2d29046a60023a566ad472868746a38e21968b6cb919239b738088c97ecc378f1e7a9ba3f6ffb58b97df77456c64903fbf4a3bf7e
4910+
peerDependenciesMeta:
4911+
cosmiconfig-toml-loader:
4912+
optional: true
4913+
cosmiconfig-typescript-loader:
4914+
optional: true
4915+
checksum: 9972999eee154a772c4cb0bad5bd1a65dd14ca1d858c8ce32af1e0fee83b01506cb5b22868455831f9c5540072d58dfd996c3c1152e8ddb26134c5d2bcfd7f05
49114916
languageName: node
49124917
linkType: hard
49134918

0 commit comments

Comments
 (0)