|
|
|
@ -1815,38 +1815,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"express-graphql": {
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-yjFFLTw9J/7QbLBs/SRX1IykEnJHIdaAeDTiw1yC+zPHoQSCijKdPZYhe+B0SC0sFJydAXW6RSqqnERGgKPH7g==",
|
|
|
|
|
"version": "0.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-wccd9Lb6oeJ8yHpUs/8LcnGjFUUQYmOG9A5BNLybRdCzGw0PeUrtBxsIR8bfiur6uSW4OvPkVDoYH06z6/N9+w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"accepts": "^1.3.5",
|
|
|
|
|
"accepts": "^1.3.7",
|
|
|
|
|
"content-type": "^1.0.4",
|
|
|
|
|
"http-errors": "^1.7.2",
|
|
|
|
|
"raw-body": "^2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"http-errors": {
|
|
|
|
|
"version": "1.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
|
|
|
|
|
"integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"depd": "~1.1.2",
|
|
|
|
|
"inherits": "2.0.3",
|
|
|
|
|
"setprototypeof": "1.1.1",
|
|
|
|
|
"statuses": ">= 1.5.0 < 2",
|
|
|
|
|
"toidentifier": "1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"setprototypeof": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
|
|
|
|
|
},
|
|
|
|
|
"statuses": {
|
|
|
|
|
"version": "1.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
|
|
|
|
|
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
|
|
|
|
|
}
|
|
|
|
|
"http-errors": "^1.7.3",
|
|
|
|
|
"raw-body": "^2.4.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"express-minify": {
|
|
|
|
@ -2975,6 +2951,7 @@
|
|
|
|
|
"version": "0.4.23",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
|
|
|
|
|
"integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
|
|
|
}
|
|
|
|
@ -4603,25 +4580,27 @@
|
|
|
|
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
|
|
|
|
|
},
|
|
|
|
|
"raw-body": {
|
|
|
|
|
"version": "2.3.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==",
|
|
|
|
|
"version": "2.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"bytes": "3.0.0",
|
|
|
|
|
"http-errors": "1.6.3",
|
|
|
|
|
"iconv-lite": "0.4.23",
|
|
|
|
|
"bytes": "3.1.0",
|
|
|
|
|
"http-errors": "1.7.3",
|
|
|
|
|
"iconv-lite": "0.4.24",
|
|
|
|
|
"unpipe": "1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"http-errors": {
|
|
|
|
|
"version": "1.6.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
|
|
|
|
"integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
|
|
|
|
|
"bytes": {
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
|
|
|
|
|
},
|
|
|
|
|
"iconv-lite": {
|
|
|
|
|
"version": "0.4.24",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"depd": "~1.1.2",
|
|
|
|
|
"inherits": "2.0.3",
|
|
|
|
|
"setprototypeof": "1.1.0",
|
|
|
|
|
"statuses": ">= 1.4.0 < 2"
|
|
|
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -5019,11 +4998,6 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"setprototypeof": {
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
|
|
|
|
|
},
|
|
|
|
|
"shebang-command": {
|
|
|
|
|
"version": "1.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
|
|
|
|
@ -5643,11 +5617,6 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"statuses": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew=="
|
|
|
|
|
},
|
|
|
|
|
"stdout-stream": {
|
|
|
|
|
"version": "1.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
|
|
|
|
|