Skip to content

Commit 9699021

Browse files
Bump graphql from 16.8.1 to 16.8.2 in /demos/graphql-demo/ui (#1140)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.8.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.8.1...v16.8.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b6f3af commit 9699021

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demos/graphql-demo/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"apollo-client": "^1.3.0",
7-
"graphql": "^16.8.1",
7+
"graphql": "^16.8.2",
88
"graphql-tag": "^2.2.0",
99
"immutability-helper": "^3.1.1",
1010
"react": "15.7.0",

demos/graphql-demo/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,10 +2128,10 @@ graphql@^0.10.0, graphql@^0.10.3:
21282128
dependencies:
21292129
iterall "^1.1.0"
21302130

2131-
graphql@^16.8.1:
2132-
version "16.8.1"
2133-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
2134-
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
2131+
graphql@^16.8.2:
2132+
version "16.8.2"
2133+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.2.tgz#54771c7ff195da913f5e70af8044a026d32eca2a"
2134+
integrity sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==
21352135

21362136
has-ansi@^2.0.0:
21372137
version "2.0.0"

0 commit comments

Comments
 (0)