Skip to content

Commit

Permalink
Bump graphql in /doc/adr/0002/graphql-server-prototype
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.3.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.3.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bhufmann committed Sep 26, 2023
1 parent 98cec64 commit b7f8cdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions doc/adr/0002/graphql-server-prototype/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/adr/0002/graphql-server-prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "MIT",
"dependencies": {
"apollo-server": "^3.6.3",
"graphql": "^16.3.0"
"graphql": "^16.8.1"
}
}
8 changes: 4 additions & 4 deletions doc/adr/0002/graphql-server-prototype/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,10 @@ graphql-tag@^2.11.0:
dependencies:
tslib "^2.1.0"

graphql@^16.3.0:
version "16.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
graphql@^16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==

has-symbols@^1.0.3:
version "1.0.3"
Expand Down

0 comments on commit b7f8cdc

Please sign in to comment.