Skip to content

Commit f7de414

Browse files
authored
fix(graphql-docs-generator): change handler dependency version (#164)
1 parent 960b900 commit f7de414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-docs-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"change-case": "^4.1.1",
3636
"graphql": "^14.5.8",
37-
"handlebars": "4.7.6",
37+
"handlebars": "4.7.7",
3838
"prettier": "^1.19.1",
3939
"yargs": "^15.1.0"
4040
},

0 commit comments

Comments
 (0)