Updated deps.

This commit is contained in:
Jayden Seric 2018-01-03 11:45:48 +11:00
parent 54546764a3
commit f152afe74f
2 changed files with 8 additions and 8 deletions

12
api/package-lock.json generated
View File

@ -2189,9 +2189,9 @@
}
},
"graphql-tools": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.14.1.tgz",
"integrity": "sha512-p5Uvg2abjdISAlFQmwq/NZFdgQzvEgaQVQwuy2Am5VrDYQxkfHXnefYWBT0yYV6weuwymx41xdfiUYSeB+SuDQ==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.15.0.tgz",
"integrity": "sha512-5MY/Tzuf+CileCbx9/tn81E1fsaNBR39NcxTEG3b4gjNELqiKoRZ+XXvbJ7Ui9qvCGXgVFRyXenavz5wWLTb8Q==",
"requires": {
"apollo-utilities": "1.0.3",
"deprecated-decorator": "0.1.6",
@ -2907,9 +2907,9 @@
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
},
"nodemon": {
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.14.3.tgz",
"integrity": "sha512-fmcF3Y0IB8fbCBXAhS+D7lBOnk4o334gxt/ndajLzXwiQU+LCd8Qf9h97n1w1uXej+6EdRuRJXYA7tbzTKxYog==",
"version": "1.14.7",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.14.7.tgz",
"integrity": "sha512-uEguLNr+QIk4TVd8swNvw7kHqOE/sjvNsIwhnc8CM7QdI+ezFvvkMRtCpCJ+DEVyIopLSTu2eayZ/ELKtswcbg==",
"dev": true,
"requires": {
"chokidar": "1.7.0",

View File

@ -11,7 +11,7 @@
"dotenv": "^4.0.0",
"graphql": "^0.11.7",
"graphql-server-koa": "^1.3.2",
"graphql-tools": "^2.14.0",
"graphql-tools": "^2.15.0",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
@ -26,7 +26,7 @@
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.4.0",
"nodemon": "^1.14.3",
"nodemon": "^1.14.7",
"prettier": "^1.9.2"
},
"scripts": {