Skip to content

Commit f17a352

Browse files
Update dependency graphql-code-generator to v0.18.2 [SECURITY]
1 parent 7cc8c86 commit f17a352

File tree

6 files changed

+667
-136
lines changed

6 files changed

+667
-136
lines changed

angular-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/node": "~10.12.0",
5151
"codelyzer": "~4.5.0",
5252
"concurrently": "^4.0.1",
53-
"graphql-code-generator": "^0.15.0",
53+
"graphql-code-generator": "^0.18.2",
5454
"graphql-codegen-add": "^0.15.0",
5555
"graphql-codegen-typescript-apollo-angular": "^0.15.0",
5656
"graphql-codegen-typescript-client": "^0.15.0",

react-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"apollo-boost": "^0.1.20",
1717
"concurrently": "4.1.0",
1818
"graphql": "^14.0.2",
19-
"graphql-code-generator": "0.15.0",
19+
"graphql-code-generator": "0.18.2",
2020
"graphql-codegen-typescript-client": "0.15.0",
2121
"graphql-codegen-typescript-mongodb": "0.15.0",
2222
"graphql-codegen-typescript-react-apollo": "0.15.2",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/mongodb": "3.1.17",
2828
"apollo-server": "2.3.1",
2929
"graphql": "14.1.1",
30-
"graphql-code-generator": "0.15.0",
30+
"graphql-code-generator": "0.18.2",
3131
"graphql-codegen-add": "0.15.0",
3232
"graphql-codegen-typescript-common": "0.15.0",
3333
"graphql-codegen-typescript-mongodb": "0.15.0",

0 commit comments

Comments
 (0)