From 8baf76b5439f76d23f12fb139e8b77ba14860949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:20:40 +0000 Subject: [PATCH] Bump @typespec/compiler from 1.4.0 to 1.5.0 in /additions Bumps [@typespec/compiler](https://github.com/microsoft/typespec) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/microsoft/typespec/releases) - [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.4.0...typespec-stable@1.5.0) --- updated-dependencies: - dependency-name: "@typespec/compiler" dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1fba24ec..e5a59fe6 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -9,10 +9,10 @@ "version": "0.1.0", "dependencies": { "@microsoft/typespec-msgraph": "^1.0.0-Preview.3", - "@typespec/compiler": "*", + "@typespec/compiler": "latest", "@typespec/http": "*", "@typespec/openapi": "*", - "@typespec/openapi3": "latest", + "@typespec/openapi3": "*", "@typespec/rest": "*" } }, @@ -1224,9 +1224,9 @@ } }, "node_modules/@typespec/compiler": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.4.0.tgz", - "integrity": "sha512-/AFiU3ImuhH/vHKzSGv7I2peewdJ7YLhgMCfFDNk6Ae0a5Ylrc8R1GOATVilisEPBFG9lnjHn3uUcyaZs5VWRw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.5.0.tgz", + "integrity": "sha512-REJgZOEZ9g9CC72GGT0+nLbjW+5WVlCfm1d6w18N5RsUo7vLXs8IPXwq7xZJzoqU99Q9B4keqzPuTU4OrDUTrA==", "license": "MIT", "dependencies": { "@babel/code-frame": "~7.27.1",