Skip to content

Commit cb45a63

Browse files
fix(deps): update dependency graphql to v16.6.0
1 parent 93aabbf commit cb45a63

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

javascript/graphql-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@prisma/client": "4.2.1",
1414
"apollo-server": "3.10.1",
1515
"bcryptjs": "2.4.3",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-middleware": "6.1.32",
1818
"graphql-scalars": "1.18.0",
1919
"graphql-shield": "7.5.0",

javascript/graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@prisma/client": "4.2.1",
1313
"apollo-server": "3.10.1",
14-
"graphql": "16.5.0",
14+
"graphql": "16.6.0",
1515
"graphql-scalars": "1.18.0"
1616
},
1717
"devDependencies": {

javascript/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@prisma/client": "4.2.1",
1515
"apollo-server": "3.10.1",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-scalars": "1.18.0",
1818
"nexus": "1.3.0"
1919
},

typescript/graphql-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "4.2.1",
2020
"apollo-server": "3.10.1",
2121
"bcryptjs": "2.4.3",
22-
"graphql": "16.5.0",
22+
"graphql": "16.6.0",
2323
"graphql-middleware": "6.1.32",
2424
"graphql-scalars": "1.18.0",
2525
"graphql-shield": "7.5.0",

typescript/graphql-express-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@prisma/client": "4.2.1",
1515
"express": "4.18.1",
1616
"express-graphql": "0.12.0",
17-
"graphql": "16.5.0",
17+
"graphql": "16.6.0",
1818
"graphql-scalars": "1.18.0"
1919
},
2020
"devDependencies": {

typescript/graphql-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "4.2.1",
2020
"express": "4.18.1",
2121
"express-graphql": "0.12.0",
22-
"graphql": "16.5.0",
22+
"graphql": "16.6.0",
2323
"graphql-scalars": "1.18.0",
2424
"nexus": "1.3.0"
2525
},

typescript/graphql-fastify-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-tools/schema": "9.0.1",
1414
"@prisma/client": "4.2.1",
1515
"fastify": "4.5.0",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-scalars": "1.18.0",
1818
"mercurius": "10.1.1"
1919
},

typescript/graphql-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@prisma/client": "4.2.1",
1010
"fastify": "4.5.0",
11-
"graphql": "16.5.0",
11+
"graphql": "16.6.0",
1212
"graphql-scalars": "1.18.0",
1313
"mercurius": "10.1.1",
1414
"nexus": "1.3.0"

typescript/graphql-hapi-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@hapi/hapi": "20.2.2",
1111
"@prisma/client": "4.2.1",
1212
"apollo-server-hapi": "3.10.1",
13-
"graphql": "16.5.0",
13+
"graphql": "16.6.0",
1414
"graphql-scalars": "1.18.0"
1515
},
1616
"devDependencies": {

typescript/graphql-hapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@prisma/client": "4.2.1",
1717
"@types/node": "16.11.49",
1818
"apollo-server-hapi": "3.10.1",
19-
"graphql": "16.5.0",
19+
"graphql": "16.6.0",
2020
"graphql-scalars": "1.18.0",
2121
"nexus": "1.3.0"
2222
},

0 commit comments

Comments
 (0)