Skip to content

Commit

Permalink
Chore(deps-dev): Bump graphql from 16.6.0 to 16.8.1
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 56e886d commit fca61be
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 257 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@zeit/ncc": "0.22.3",
"bob-the-bundler": "7.0.1",
"eslint": "8.45.0",
"graphql": "16.6.0",
"graphql": "16.8.1",
"graphql-config": "5.0.2",
"jsesc": "3.0.2",
"lint-staged": "13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.22.9",
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.22.9",
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@babel/core": "7.22.9",
"@types/node": "20.2.5",
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.0"
},
"devDependencies": {
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@babel/core": "7.22.9",
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@types/node": "20.2.5",
"graphql": "16.6.0"
"graphql": "16.8.1"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit fca61be

Please sign in to comment.