From 7e42298efeb0e23c8cbb7388d893cc74da55fc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:07:26 +0000 Subject: [PATCH] chore(deps): bump @typespec/http from 1.9.0 to 1.9.1 in /additions Bumps [@typespec/http](https://github.com/microsoft/typespec) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/microsoft/typespec/releases) - [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.9.0...@typespec/http@1.9.1) --- updated-dependencies: - dependency-name: "@typespec/http" dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- additions/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/additions/package-lock.json b/additions/package-lock.json index bf45fd36..3ef875e0 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -10,9 +10,9 @@ "dependencies": { "@microsoft/typespec-msgraph": "^1.0.0-Preview.8", "@typespec/compiler": "*", - "@typespec/http": "*", + "@typespec/http": "latest", "@typespec/openapi": "*", - "@typespec/openapi3": "latest", + "@typespec/openapi3": "*", "@typespec/rest": "*" } }, @@ -1194,9 +1194,9 @@ } }, "node_modules/@typespec/http": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.9.0.tgz", - "integrity": "sha512-JzlZZsgCo71f2KhWbf4BLOz5e+dVLj7gJJ4kvXvrmuG9QHoT41VaGPpCQamYgpZLMz2LQbsOtw34AmpovhuJSw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.9.1.tgz", + "integrity": "sha512-agcwmbB/hK/o9KmM38UB8OGZwLgB17lJ7b4EjqYGpyshqcRMTESMRxnJIH7rRzUq4HJDTqal0tsb8z0K0zXuDg==", "license": "MIT", "engines": { "node": ">=20.0.0"