Skip to content

Commit dcb01b7

Browse files
committed
fixing momnet security issue
1 parent 9bbed9a commit dcb01b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-custom-directives",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Create custom graphql directives with the ability to hook the execution of graphql",
55
"main": "dist/index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/lirown/graphql-custom-directives#readme",
3535
"dependencies": {
36-
"moment": "^2.17.10",
36+
"moment": "^2.22.2",
3737
"numeral": "^2.0.6",
3838
"lodash": "^4.17.5"
3939
},

0 commit comments

Comments
 (0)