From fd10396f431d95a21921ad62d941a24be4f87bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:13:30 +0000 Subject: [PATCH] Bump restify from 10.0.0 to 11.1.0 Bumps [restify](https://github.com/restify/node-restify) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/restify/node-restify/releases) - [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md) - [Commits](https://github.com/restify/node-restify/compare/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: restify dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",