Updated dependencies.

This commit is contained in:
Jayden Seric 2018-02-16 01:17:30 +11:00
parent f995f7d713
commit 437b06503c
4 changed files with 63 additions and 34 deletions

23
api/package-lock.json generated
View File

@ -129,7 +129,7 @@
"integrity": "sha512-8SP3GtYSMpLa6KJaGfgr3NO/wWmB7xLWASQt3Agf08SljGNx3SOt99Yv5VtM8FPs62BoQmESX73IRmtrD1exdA==",
"requires": {
"@types/zen-observable": "0.5.3",
"apollo-utilities": "1.0.6",
"apollo-utilities": "1.0.8",
"zen-observable": "0.7.1"
}
},
@ -176,9 +176,9 @@
}
},
"apollo-utilities": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.6.tgz",
"integrity": "sha512-3EUdGs19ZU5hN0zPF0h27blkd4aFqFxF0Qkec8o7iPFzxFeEf0UJGPg/b1St417K7Rta6/EDq2cYBQEzvOVq1g=="
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.8.tgz",
"integrity": "sha512-EvqRJCw5xy2gWeH37toUimbEkmUxronCosBNE4tOCJvZUMLLGB8CuTQ5RsBhKJm+rZ6kwGxV+2uszk14f/P/rA=="
},
"argparse": {
"version": "1.0.9",
@ -2464,13 +2464,14 @@
}
},
"graphql-tools": {
"version": "2.20.2",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.20.2.tgz",
"integrity": "sha512-5donvJ5+BmyH7FIE9yGhrpYQId/4JHdYOZe/UFqYTrv5cYJUpSyZP2nMsjyjSz74KTYesqqTHhglDcNbhGxxvA==",
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.21.0.tgz",
"integrity": "sha512-AmG4WGdpL1OHwnA20ouP7BVB3KnvUOvsc7+4ULWRzEunyRFUYqxrgnEf20iZnYAha8JCb7AP4WPMwWKmGT91rg==",
"requires": {
"apollo-link": "1.1.0",
"apollo-utilities": "1.0.6",
"apollo-utilities": "1.0.8",
"deprecated-decorator": "0.1.6",
"iterall": "1.1.3",
"uuid": "3.2.1"
}
},
@ -2917,9 +2918,9 @@
"dev": true
},
"koa": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.4.1.tgz",
"integrity": "sha512-3caQ9OyLDYSL3wAhVfv2s9k3tLNgW18QxnKIPaRjzG9uXyDhp4tOo+U+XtbY+xbzEiCW5smjxMCegpZqCjmjMw==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.5.0.tgz",
"integrity": "sha512-UkrbMW2mRNfoW/4I20knJEjtPAWCV3Iw6f4XdnPWjHsCN8iTeSh0eSutrYdL0fGF/G9on2eQ30EEQif0MarGJA==",
"requires": {
"accepts": "1.3.4",
"content-disposition": "0.5.2",

View File

@ -10,9 +10,9 @@
"apollo-upload-server": "^4.0.2",
"dotenv": "^5.0.0",
"graphql": "^0.12.3",
"graphql-tools": "^2.20.2",
"graphql-tools": "^2.21.0",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-router": "^7.4.0",

66
app/package-lock.json generated
View File

@ -335,36 +335,57 @@
}
},
"apollo-cache": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.1.2.tgz",
"integrity": "sha512-U0xObyjvHcnOIQ1KMWGgVM0tzkWChh7xwxO3QmEGJBHr78f7LstBfMsY5KlK/4PbwOoTqrOBf8L6aCs4BSHx/A==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.1.4.tgz",
"integrity": "sha512-ldmThmabOtC1boSO05OB1gqJbTR+mNHmB8kOe2WrV2Wjrd+ByO1rfrWOoAntj+XhyEsizYzyw876Sg0fvVkFWA==",
"requires": {
"apollo-utilities": "1.0.6"
"apollo-utilities": "1.0.8"
},
"dependencies": {
"apollo-utilities": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.8.tgz",
"integrity": "sha512-EvqRJCw5xy2gWeH37toUimbEkmUxronCosBNE4tOCJvZUMLLGB8CuTQ5RsBhKJm+rZ6kwGxV+2uszk14f/P/rA=="
}
}
},
"apollo-cache-inmemory": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.7.tgz",
"integrity": "sha512-qckP7ptk03qvk1UR1/tiy+vVswFyF2Ix06T53RxWLCeWuXvFfEM0mzmcAwGA0Rh3qC3p/GkQTmADJ/9pnltCkg==",
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.9.tgz",
"integrity": "sha512-Bo53czxEg4yblqrzH9ej9sHN6bXQktEKVDNwuAyWcAM8FAUH4ewzsZ+0rF8reN6fyCFKq09z6+vFWLIE2+U8ew==",
"requires": {
"apollo-cache": "1.1.2",
"apollo-utilities": "1.0.6",
"graphql-anywhere": "4.1.3"
"apollo-cache": "1.1.4",
"apollo-utilities": "1.0.8",
"graphql-anywhere": "4.1.5"
},
"dependencies": {
"apollo-utilities": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.8.tgz",
"integrity": "sha512-EvqRJCw5xy2gWeH37toUimbEkmUxronCosBNE4tOCJvZUMLLGB8CuTQ5RsBhKJm+rZ6kwGxV+2uszk14f/P/rA=="
}
}
},
"apollo-client": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/apollo-client/-/apollo-client-2.2.3.tgz",
"integrity": "sha512-DSH36sV2fM3/HPbzYr+CB5pQspyYNw/fJMzNK/GBRUENaimxe6fC8rB2RWgYHMP/+dYHAA2nxRyVFG2oj1HA8g==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/apollo-client/-/apollo-client-2.2.5.tgz",
"integrity": "sha512-fzNyOLrECo3WHQdur269Ofm2Y7lvx6bCCQV5B95AY7b2kdrdKmtqEaJ3C02R3D2WhiPIYJ5/0rWZquYlqR7V8Q==",
"requires": {
"@types/async": "2.0.47",
"@types/zen-observable": "0.5.3",
"apollo-cache": "1.1.2",
"apollo-cache": "1.1.4",
"apollo-link": "1.1.0",
"apollo-link-dedup": "1.0.6",
"apollo-utilities": "1.0.6",
"apollo-utilities": "1.0.8",
"symbol-observable": "1.2.0",
"zen-observable": "0.7.1"
},
"dependencies": {
"apollo-utilities": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.8.tgz",
"integrity": "sha512-EvqRJCw5xy2gWeH37toUimbEkmUxronCosBNE4tOCJvZUMLLGB8CuTQ5RsBhKJm+rZ6kwGxV+2uszk14f/P/rA=="
}
}
},
"apollo-link": {
@ -3858,11 +3879,18 @@
}
},
"graphql-anywhere": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/graphql-anywhere/-/graphql-anywhere-4.1.3.tgz",
"integrity": "sha512-WYdNIRANlQrc0H1Dt9GkSWKthERSetjx6rKcPUTkhnhmqCzqlZ0K/KVBqhAQ7sqhV9d0m3BeiB5y2HqAkg4mIg==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/graphql-anywhere/-/graphql-anywhere-4.1.5.tgz",
"integrity": "sha512-M/5tK73y3JDpwOKShrwuQGu4bo2Mm3DqiTfkUcmvxONfyDTwvf8qn/TVe59yC0SbwNbFiVbZigXgijP+3riyBA==",
"requires": {
"apollo-utilities": "1.0.6"
"apollo-utilities": "1.0.8"
},
"dependencies": {
"apollo-utilities": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.8.tgz",
"integrity": "sha512-EvqRJCw5xy2gWeH37toUimbEkmUxronCosBNE4tOCJvZUMLLGB8CuTQ5RsBhKJm+rZ6kwGxV+2uszk14f/P/rA=="
}
}
},
"graphql-tag": {

View File

@ -6,8 +6,8 @@
"npm": ">=5.4"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.7",
"apollo-client": "^2.2.3",
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link": "^1.1.0",
"apollo-upload-client": "^7.0.0-alpha.4",
"babel-plugin-graphql-tag": "^1.3.1",