Skip to content

Commit 2ff4d01

Browse files
Bump graphql from 16.5.0 to 16.8.1 in /server
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 b13932f commit 2ff4d01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"apollo-server": "^3.10.0",
1010
"bcryptjs": "^2.4.3",
1111
"crypto": "^1.0.1",
12-
"graphql": "^16.5.0",
12+
"graphql": "^16.8.1",
1313
"jsonwebtoken": "^9.0.0"
1414
},
1515
"devDependencies": {

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,10 @@ graphql-tag@^2.11.0:
837837
dependencies:
838838
tslib "^2.1.0"
839839

840-
graphql@*, graphql@^16.5.0:
841-
version "16.5.0"
842-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
843-
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
840+
graphql@*, graphql@^16.8.1:
841+
version "16.8.1"
842+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
843+
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
844844

845845
has-symbols@^1.0.3:
846846
version "1.0.3"

0 commit comments

Comments
 (0)