Skip to content

Commit d06482f

Browse files
chore(deps): bump graphql from 16.5.0 to 16.8.1
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.5.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.5.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab88486 commit d06482f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/ocap-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^5.16.0",
3131
"eslint-config-prettier": "latest",
3232
"eslint-plugin-prettier": "latest",
33-
"graphql": "16.5.0",
33+
"graphql": "16.8.1",
3434
"jest": "^24.9.0",
3535
"prettier": "^1.19.1",
3636
"rimraf": "^2.7.1",

packages/ocap-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint": "^5.16.0",
1818
"eslint-config-prettier": "latest",
1919
"eslint-plugin-prettier": "latest",
20-
"graphql": "16.5.0",
20+
"graphql": "16.8.1",
2121
"graphql-request": "^4.3.0",
2222
"prettier": "^1.19.1"
2323
},

packages/sdk-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"cross-fetch": "^3.1.5",
1818
"debug": "^4.3.4",
19-
"graphql": "16.5.0",
19+
"graphql": "16.8.1",
2020
"lodash.get": "^4.4.2",
2121
"lodash.isnull": "^3.0.0",
2222
"lodash.set": "^4.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5035,10 +5035,10 @@ graphql-request@^4.3.0:
50355035
extract-files "^9.0.0"
50365036
form-data "^3.0.0"
50375037

5038-
graphql@16.5.0:
5039-
version "16.5.0"
5040-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
5041-
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
5038+
graphql@16.8.1:
5039+
version "16.8.1"
5040+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
5041+
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
50425042

50435043
growly@^1.3.0:
50445044
version "1.3.0"

0 commit comments

Comments
 (0)