Skip to content

Commit bb1541e

Browse files
build(deps-dev): Bump graphql-config from 4.4.1 to 4.5.0
Bumps [graphql-config](https://github.com/kamilkisiela/graphql-config) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/kamilkisiela/graphql-config/releases) - [Changelog](https://github.com/kamilkisiela/graphql-config/blob/master/CHANGELOG.md) - [Commits](kamilkisiela/graphql-config@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: graphql-config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 224bcd2 commit bb1541e

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"eslint-plugin-unicorn": "45.0.2",
134134
"eslint-plugin-yml": "1.5.0",
135135
"graphql": "16.6.0",
136-
"graphql-config": "4.4.1",
136+
"graphql-config": "4.5.0",
137137
"growl": "1.10.5",
138138
"husky": "8.0.3",
139139
"is-ci": "3.0.1",

yarn.lock

+45-2
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ __metadata:
14361436
eslint-plugin-unicorn: "npm:45.0.2"
14371437
eslint-plugin-yml: "npm:1.5.0"
14381438
graphql: "npm:16.6.0"
1439-
graphql-config: "npm:4.4.1"
1439+
graphql-config: "npm:4.5.0"
14401440
growl: "npm:1.10.5"
14411441
husky: "npm:8.0.3"
14421442
is-ci: "npm:3.0.1"
@@ -5165,7 +5165,32 @@ __metadata:
51655165
languageName: node
51665166
linkType: hard
51675167

5168-
"graphql-config@npm:4.4.1, graphql-config@npm:^4.4.0":
5168+
"graphql-config@npm:4.5.0":
5169+
version: 4.5.0
5170+
resolution: "graphql-config@npm:4.5.0"
5171+
dependencies:
5172+
"@graphql-tools/graphql-file-loader": "npm:^7.3.7"
5173+
"@graphql-tools/json-file-loader": "npm:^7.3.7"
5174+
"@graphql-tools/load": "npm:^7.5.5"
5175+
"@graphql-tools/merge": "npm:^8.2.6"
5176+
"@graphql-tools/url-loader": "npm:^7.9.7"
5177+
"@graphql-tools/utils": "npm:^9.0.0"
5178+
cosmiconfig: "npm:8.0.0"
5179+
jiti: "npm:1.17.1"
5180+
minimatch: "npm:4.2.3"
5181+
string-env-interpolation: "npm:1.0.1"
5182+
tslib: "npm:^2.4.0"
5183+
peerDependencies:
5184+
cosmiconfig-toml-loader: ^1.0.0
5185+
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
5186+
peerDependenciesMeta:
5187+
cosmiconfig-toml-loader:
5188+
optional: true
5189+
checksum: 49ef498d80fdc4691c54e79562e74f38dfc0fbdbd5caa12708f9e16930e0fe2a6593708fb8d20907de87fc6dae877419b7c9e36a380b97d0903f3fb07267b43e
5190+
languageName: node
5191+
linkType: hard
5192+
5193+
"graphql-config@npm:^4.4.0":
51695194
version: 4.4.1
51705195
resolution: "graphql-config@npm:4.4.1"
51715196
dependencies:
@@ -5780,6 +5805,15 @@ __metadata:
57805805
languageName: node
57815806
linkType: hard
57825807

5808+
"jiti@npm:1.17.1":
5809+
version: 1.17.1
5810+
resolution: "jiti@npm:1.17.1"
5811+
bin:
5812+
jiti: bin/jiti.js
5813+
checksum: 24863e6f7e69e0759eae4932abb05110684b9cd40bb296ef1ba28eabfabafc7c4c58b7a5deeb82ef8d42180e97da9ac1cbcc26216dab7816e66e57dc585275d0
5814+
languageName: node
5815+
linkType: hard
5816+
57835817
"js-sdsl@npm:^4.1.4":
57845818
version: 4.3.0
57855819
resolution: "js-sdsl@npm:4.3.0"
@@ -6459,6 +6493,15 @@ __metadata:
64596493
languageName: node
64606494
linkType: hard
64616495

6496+
"minimatch@npm:4.2.3":
6497+
version: 4.2.3
6498+
resolution: "minimatch@npm:4.2.3"
6499+
dependencies:
6500+
brace-expansion: "npm:^1.1.7"
6501+
checksum: 4cf31df2851da806f16a69624cc1ab83e5e85b2c2ad38341a2bd2b5500ac163a3f2fef4532bae70c59e51adaa413deb770da14c271692faf6c92abb0a7eb7dff
6502+
languageName: node
6503+
linkType: hard
6504+
64626505
"minimatch@npm:^5.0.1":
64636506
version: 5.1.6
64646507
resolution: "minimatch@npm:5.1.6"

0 commit comments

Comments
 (0)