diff --git a/integration/graphql/package-lock.json b/integration/graphql/package-lock.json index 8394706f217..e787dc24b34 100644 --- a/integration/graphql/package-lock.json +++ b/integration/graphql/package-lock.json @@ -236,9 +236,9 @@ "integrity": "sha512-FwI9gX75FgVBJ7ywgnq/P7tw+/o1GUbtP0KzbtusLigAOgIgNISRK0ZPl4qertvXSIE8YbsVJueQ90cDt9YYyw==" }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==" + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==" }, "@types/range-parser": { "version": "1.2.3", diff --git a/integration/graphql/package.json b/integration/graphql/package.json index 3b83672efc4..c4e38d255f6 100644 --- a/integration/graphql/package.json +++ b/integration/graphql/package.json @@ -22,7 +22,7 @@ "ws": "6.2.1" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" } diff --git a/integration/hello-world/package-lock.json b/integration/hello-world/package-lock.json index df37ea491b5..ff445dfe144 100644 --- a/integration/hello-world/package-lock.json +++ b/integration/hello-world/package-lock.json @@ -64,9 +64,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "abstract-logging": { diff --git a/integration/hello-world/package.json b/integration/hello-world/package.json index 89358b50cfa..40a7c53f332 100644 --- a/integration/hello-world/package.json +++ b/integration/hello-world/package.json @@ -20,7 +20,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/integration/hooks/package-lock.json b/integration/hooks/package-lock.json index 0dca120e1ba..bfac4cbd885 100644 --- a/integration/hooks/package-lock.json +++ b/integration/hooks/package-lock.json @@ -38,9 +38,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "ansi-regex": { diff --git a/integration/hooks/package.json b/integration/hooks/package.json index 111b51b0fee..3e0596d17a5 100644 --- a/integration/hooks/package.json +++ b/integration/hooks/package.json @@ -16,7 +16,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/integration/injector/package-lock.json b/integration/injector/package-lock.json index 5a1cc3a4dc6..6a56ae4efe3 100644 --- a/integration/injector/package-lock.json +++ b/integration/injector/package-lock.json @@ -64,9 +64,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "ansi-regex": { diff --git a/integration/injector/package.json b/integration/injector/package.json index 0daf11e7d7b..5805c28cf0e 100644 --- a/integration/injector/package.json +++ b/integration/injector/package.json @@ -19,7 +19,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/integration/microservices/package-lock.json b/integration/microservices/package-lock.json index f63960164ff..54932afaad7 100644 --- a/integration/microservices/package-lock.json +++ b/integration/microservices/package-lock.json @@ -64,9 +64,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "amqp-connection-manager": { diff --git a/integration/microservices/package.json b/integration/microservices/package.json index 2a0b5204f0d..792915415dd 100644 --- a/integration/microservices/package.json +++ b/integration/microservices/package.json @@ -20,7 +20,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/integration/mongoose/package-lock.json b/integration/mongoose/package-lock.json index 2046e48b753..b4b7ac8a0e7 100644 --- a/integration/mongoose/package-lock.json +++ b/integration/mongoose/package-lock.json @@ -92,9 +92,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "ansi-regex": { diff --git a/integration/mongoose/package.json b/integration/mongoose/package.json index 8e1b42547f2..d1bc15982a5 100644 --- a/integration/mongoose/package.json +++ b/integration/mongoose/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/mongoose": "5.3.27", - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" } diff --git a/integration/scopes/package-lock.json b/integration/scopes/package-lock.json index df37ea491b5..ff445dfe144 100644 --- a/integration/scopes/package-lock.json +++ b/integration/scopes/package-lock.json @@ -64,9 +64,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "abstract-logging": { diff --git a/integration/scopes/package.json b/integration/scopes/package.json index 89358b50cfa..40a7c53f332 100644 --- a/integration/scopes/package.json +++ b/integration/scopes/package.json @@ -20,7 +20,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/integration/typegraphql/package-lock.json b/integration/typegraphql/package-lock.json index 3f65d63664d..1278446be76 100644 --- a/integration/typegraphql/package-lock.json +++ b/integration/typegraphql/package-lock.json @@ -251,9 +251,9 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==" + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==" }, "@types/range-parser": { "version": "1.2.3", diff --git a/integration/typegraphql/package.json b/integration/typegraphql/package.json index a3a9cb44a68..07842207884 100644 --- a/integration/typegraphql/package.json +++ b/integration/typegraphql/package.json @@ -25,7 +25,7 @@ "ws": "6.2.1" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" } diff --git a/integration/typeorm/package-lock.json b/integration/typeorm/package-lock.json index 23937d7989f..579fa2a2e1b 100644 --- a/integration/typeorm/package-lock.json +++ b/integration/typeorm/package-lock.json @@ -78,9 +78,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "ansi-regex": { diff --git a/integration/typeorm/package.json b/integration/typeorm/package.json index 8a5d147577b..4dd3fc4feeb 100644 --- a/integration/typeorm/package.json +++ b/integration/typeorm/package.json @@ -19,7 +19,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" } diff --git a/integration/websockets/package-lock.json b/integration/websockets/package-lock.json index 5a1cc3a4dc6..6a56ae4efe3 100644 --- a/integration/websockets/package-lock.json +++ b/integration/websockets/package-lock.json @@ -64,9 +64,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "ansi-regex": { diff --git a/integration/websockets/package.json b/integration/websockets/package.json index 0daf11e7d7b..5805c28cf0e 100644 --- a/integration/websockets/package.json +++ b/integration/websockets/package.json @@ -19,7 +19,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "supertest": "4.0.2", "ts-node": "8.1.0" } diff --git a/sample/02-gateways/package-lock.json b/sample/02-gateways/package-lock.json index 2d3f349f651..624d88ce0a2 100644 --- a/sample/02-gateways/package-lock.json +++ b/sample/02-gateways/package-lock.json @@ -99,9 +99,9 @@ "dev": true }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "@types/socket.io": { diff --git a/sample/02-gateways/package.json b/sample/02-gateways/package.json index 4ed7f6b798d..1fc6f1995df 100644 --- a/sample/02-gateways/package.json +++ b/sample/02-gateways/package.json @@ -23,7 +23,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "@types/socket.io": "2.1.2", "@types/ws": "6.0.1", "ts-node": "8.1.0", diff --git a/sample/05-sql-typeorm/package-lock.json b/sample/05-sql-typeorm/package-lock.json index f16b25f920c..955a85ec4ef 100644 --- a/sample/05-sql-typeorm/package-lock.json +++ b/sample/05-sql-typeorm/package-lock.json @@ -89,9 +89,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "accepts": { diff --git a/sample/05-sql-typeorm/package.json b/sample/05-sql-typeorm/package.json index 8f8ded63a9b..c96e992dbce 100644 --- a/sample/05-sql-typeorm/package.json +++ b/sample/05-sql-typeorm/package.json @@ -21,7 +21,7 @@ "typescript": "3.4.5" }, "devDependencies": { - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" } diff --git a/sample/14-mongoose-base/package-lock.json b/sample/14-mongoose-base/package-lock.json index e5cd871d922..3ed347a77ab 100644 --- a/sample/14-mongoose-base/package-lock.json +++ b/sample/14-mongoose-base/package-lock.json @@ -98,9 +98,9 @@ } }, "@types/node": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.5.tgz", - "integrity": "sha512-RYkagUUbxQBss46ElbEa+j4q4X3GR12QwB7a/PM5hmVuVkYoW1jENT1+taspKUv8ibwW8cw+kRFbOaTc/Key3w==", + "version": "7.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz", + "integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==", "dev": true }, "accepts": { diff --git a/sample/14-mongoose-base/package.json b/sample/14-mongoose-base/package.json index 71ee4c0c7a1..d1ccab2798f 100644 --- a/sample/14-mongoose-base/package.json +++ b/sample/14-mongoose-base/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/mongoose": "5.3.27", - "@types/node": "7.10.5", + "@types/node": "7.10.6", "ts-node": "8.1.0", "tslint": "5.16.0" }