diff --git a/package-lock.json b/package-lock.json index 0929e0a..a3cc8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2321,9 +2321,9 @@ } }, "app-root-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.1.0.tgz", - "integrity": "sha1-mL9lmTJ+zqGZMJhm6BQDaP0uZGo=" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", + "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==" }, "apparatus": { "version": "0.0.10", @@ -6126,9 +6126,9 @@ } }, "graphql": { - "version": "14.5.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz", - "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==", + "version": "14.5.3", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.3.tgz", + "integrity": "sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg==", "requires": { "iterall": "^1.2.2" } @@ -6999,15 +6999,27 @@ } }, "http-errors": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.1.tgz", - "integrity": "sha512-jWEUgtZWGSMba9I1N3gc1HmvpBUaNC9vDdA46yScAdp+C5rdEuKWUBLWTQpW9FwSWSbYYs++b6SDCxf9UEJzfw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", + "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", "requires": { "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", + "inherits": "2.0.4", + "setprototypeof": "1.1.1", "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + } } }, "http-link-dataloader": { diff --git a/package.json b/package.json index a8600c0..6387588 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "@sentry/node": "4.6.6", "apollo-server-express": "^2.8.2", - "app-root-path": "^2.1.0", + "app-root-path": "^2.2.1", "bcryptjs": "^2.4.3", "body-parser-graphql": "^1.1.0", "boom": "^7.2.0", @@ -59,11 +59,11 @@ "cookie-parser": "^1.4.3", "cors": "2.8.4", "debug": "^4.1.1", - "graphql": "^14.5.0", + "graphql": "^14.5.3", "express": "4.17.1", "graphql-import": "^0.7.1", "helmet": "^3.20.0", - "http-errors": "^1.7.1", + "http-errors": "^1.7.3", "jsonwebtoken": "^8.4.0", "kue": "^0.11.6", "mongoose": "^5.6.10",