diff --git a/additions/package-lock.json b/additions/package-lock.json index 71dc6ba4f..c2165f9f8 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -11,9 +11,9 @@ "@microsoft/typespec-msgraph": "^1.0.0-Preview.3", "@typespec/compiler": "*", "@typespec/http": "*", - "@typespec/openapi": "latest", + "@typespec/openapi": "*", "@typespec/openapi3": "*", - "@typespec/rest": "*" + "@typespec/rest": "latest" } }, "node_modules/@apidevtools/json-schema-ref-parser": { @@ -1456,16 +1456,16 @@ } }, "node_modules/@typespec/rest": { - "version": "0.71.0", - "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.71.0.tgz", - "integrity": "sha512-5qX+nWO5Jx4P1iTTT2REgdCtHsTMjlv/gL90u8cO1ih3yHDtf18a41UL6jSYaVUIvIj6rlmrgopActf0FhhUcw==", + "version": "0.72.1", + "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.72.1.tgz", + "integrity": "sha512-w0C91JhrVos8mAdd3OVwrcS6aSjuKlw7LtoazHenAmou/zSACKZbH4g6ko1BY8fv5lgl+q7VZ3/52uEWHOTxpw==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.1.0", - "@typespec/http": "^1.1.0" + "@typespec/compiler": "^1.2.1", + "@typespec/http": "^1.2.1" } }, "node_modules/@xmldom/xmldom": {