diff --git a/additions/package-lock.json b/additions/package-lock.json index 5becdc15..6de7b6d9 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": { @@ -1460,16 +1460,16 @@ } }, "node_modules/@typespec/rest": { - "version": "0.72.1", - "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.72.1.tgz", - "integrity": "sha512-w0C91JhrVos8mAdd3OVwrcS6aSjuKlw7LtoazHenAmou/zSACKZbH4g6ko1BY8fv5lgl+q7VZ3/52uEWHOTxpw==", + "version": "0.73.0", + "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.73.0.tgz", + "integrity": "sha512-28hgFGvreBg34Xuguw+E++pQC/kbRxy1Bpx/9nU7x87Ly6ykns3lpx74gjY9ByE8VYKVbXtC7lzdnp19DRSjIQ==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.2.1", - "@typespec/http": "^1.2.1" + "@typespec/compiler": "^1.3.0", + "@typespec/http": "^1.3.0" } }, "node_modules/@xmldom/xmldom": {