diff --git a/package-lock.json b/package-lock.json index ffa1295..531a667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "prom-client": "^14.1.0", "q": "^1.5.1", "request": "^2.88.2", - "restify": "^10.0.0", + "restify": "^11.1.0", "serve-favicon": "^2.5.0", "serve-static": "^1.15.0", "should": "^13.2.3", @@ -4792,9 +4792,9 @@ } }, "node_modules/restify": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/restify/-/restify-10.0.0.tgz", - "integrity": "sha512-J57tSX1EPGbqVBznQ619zyFMFQno750d3lDfocTiblcQd5FZhCLD26hcW/u7hrXWetltsxoPZv/86Jc9acKfaQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/restify/-/restify-11.1.0.tgz", + "integrity": "sha512-ng7uBlj4wpIpshhAjNNSd6JG5Eg32+zgync2gG8OlF4e2xzIflZo54GJ/qLs765OtQaVU+uJPcNOL5Atm2F/dg==", "dev": true, "dependencies": { "assert-plus": "^1.0.0", diff --git a/package.json b/package.json index 8298cce..cfc1009 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "nyc": "^15.1.0", "prom-client": "^14.1.0", "q": "^1.5.1", - "restify": "^10.0.0", + "restify": "^11.1.0", "serve-favicon": "^2.5.0", "serve-static": "^1.15.0", "should": "^13.2.3",