From 2ea6c8e46003351939dc0049d1c1cb9701022e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:29:12 +0000 Subject: [PATCH] chore(deps): bump restify from 11.1.0 to 12.0.0 Bumps [restify](https://github.com/restify/node-restify) from 11.1.0 to 12.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/v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: restify dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91c737c4..f69aa10d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ora": "^9.0.0", "polka": "^0.5.2", "restana": "^6.0.0", - "restify": "^11.0.0", + "restify": "^12.0.0", "router": "^2.2.0", "srvx": "^0.12.1", "x-xss-protection": "^2.0.0"