From 172bcb2c982732576123cdbad95d2e62238ea50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:17:34 +0000 Subject: [PATCH] Bump @typespec/http from 1.3.0 to 1.4.0 in /additions Bumps [@typespec/http](https://github.com/microsoft/typespec) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/microsoft/typespec/releases) - [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.3.0...typespec-stable@1.4.0) --- updated-dependencies: - dependency-name: "@typespec/http" dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- additions/package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/additions/package-lock.json b/additions/package-lock.json index 6bebf1ef1..755d85528 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -10,10 +10,10 @@ "dependencies": { "@microsoft/typespec-msgraph": "^1.0.0-Preview.3", "@typespec/compiler": "*", - "@typespec/http": "*", + "@typespec/http": "latest", "@typespec/openapi": "*", "@typespec/openapi3": "*", - "@typespec/rest": "latest" + "@typespec/rest": "*" } }, "node_modules/@apidevtools/json-schema-ref-parser": { @@ -1224,9 +1224,9 @@ } }, "node_modules/@typespec/compiler": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.3.0.tgz", - "integrity": "sha512-OqpoNP3C2y8riA6C5RofPMvmj9jNiGyyhde0tM2ZE7IBOv7BBaTDqw4CJD22YnC8JEilRfPmvdVCViNrPHEjrA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.4.0.tgz", + "integrity": "sha512-/AFiU3ImuhH/vHKzSGv7I2peewdJ7YLhgMCfFDNk6Ae0a5Ylrc8R1GOATVilisEPBFG9lnjHn3uUcyaZs5VWRw==", "license": "MIT", "dependencies": { "@babel/code-frame": "~7.27.1", @@ -1402,16 +1402,16 @@ } }, "node_modules/@typespec/http": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.3.0.tgz", - "integrity": "sha512-4W3KsmBHZGgECVbvyh7S7KQG06948XyVVzae+UbVDDxoUj/x4Ry0AXw3q4HmzB2BVhxw6JBrwBuVa5mxjVMzdw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.4.0.tgz", + "integrity": "sha512-Y0PDDtBu+oZnwivfhbL0lN6Mk3QiCxZ66DgB5kFjcgKNpnXf0u440PPyaL42a8lbchzz5lVwz+cinyIMI89FIQ==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/streams": "^0.73.0" + "@typespec/compiler": "^1.4.0", + "@typespec/streams": "^0.74.0" }, "peerDependenciesMeta": { "@typespec/streams": {