diff --git a/additions/package-lock.json b/additions/package-lock.json index 6bebf1ef..09c92f7c 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -9,11 +9,11 @@ "version": "0.1.0", "dependencies": { "@microsoft/typespec-msgraph": "^1.0.0-Preview.3", - "@typespec/compiler": "*", + "@typespec/compiler": "latest", "@typespec/http": "*", "@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",