Skip to content

Commit 22d4b0a

Browse files
fix(deps): update dependency globby to v16
1 parent 124fe34 commit 22d4b0a

File tree

6 files changed

+98
-26
lines changed

6 files changed

+98
-26
lines changed

package-lock.json

Lines changed: 93 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-import": "2.32.0",
7676
"eslint-plugin-n": "17.23.1",
7777
"eslint-plugin-promise": "7.2.1",
78-
"globby": "11.1.0",
78+
"globby": "16.0.0",
7979
"graphql": "16.12.0",
8080
"graphql-yoga": "5.16.2",
8181
"husky": "9.1.7",

packages/load-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"globby": "11.1.0",
54+
"globby": "16.0.0",
5555
"tslib": "^2.4.0",
5656
"unixify": "^1.0.0"
5757
},

packages/loaders/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@graphql-tools/graphql-tag-pluck": "8.3.25",
5555
"@graphql-tools/utils": "^10.10.3",
56-
"globby": "^11.0.3",
56+
"globby": "^16.0.0",
5757
"tslib": "^2.4.0",
5858
"unixify": "^1.0.0"
5959
},

packages/loaders/graphql-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@graphql-tools/import": "7.1.6",
5555
"@graphql-tools/utils": "^10.10.3",
56-
"globby": "^11.0.3",
56+
"globby": "^16.0.0",
5757
"tslib": "^2.4.0",
5858
"unixify": "^1.0.0"
5959
},

packages/loaders/json-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/utils": "^10.10.3",
55-
"globby": "^11.0.3",
55+
"globby": "^16.0.0",
5656
"tslib": "^2.4.0",
5757
"unixify": "^1.0.0"
5858
},

0 commit comments

Comments
 (0)