From 5249953c8e07b659ea14bc2b3979a1887d3da904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:00:40 +0000 Subject: [PATCH] Bump restify from 10.0.0 to 11.0.0 Bumps [restify](https://github.com/restify/node-restify) from 10.0.0 to 11.0.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.0.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..a22f0c8 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.0.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.0.0", + "resolved": "https://registry.npmjs.org/restify/-/restify-11.0.0.tgz", + "integrity": "sha512-33s86NhizRkfsz9fCEzOD/iFxIov7lP7Pe6PnW0CuoKNmICdCRqVlBULh6OCNZIWYN8zHmtjALnMvfn2YG6Bfg==", "dev": true, "dependencies": { "assert-plus": "^1.0.0", diff --git a/package.json b/package.json index 8298cce..c5cecc6 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.0.0", "serve-favicon": "^2.5.0", "serve-static": "^1.15.0", "should": "^13.2.3",