diff --git a/additions/package-lock.json b/additions/package-lock.json index 80a17bce..0dd40070 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -11,9 +11,9 @@ "@microsoft/typespec-msgraph": "^1.0.3", "@typespec/compiler": "*", "@typespec/http": "*", - "@typespec/openapi": "latest", + "@typespec/openapi": "*", "@typespec/openapi3": "*", - "@typespec/rest": "*" + "@typespec/rest": "latest" } }, "node_modules/@alloy-js/core": { @@ -911,16 +911,16 @@ } }, "node_modules/@typespec/rest": { - "version": "0.82.0", - "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.82.0.tgz", - "integrity": "sha512-cKjKEd8lgE3EdU9b5xXLoSdKBcifITOhHS2n9LPbEG9w6APfWDWGdtUe4UKV3wxWq9HlT143wpECW7IjrPhjnA==", + "version": "0.83.0", + "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.83.0.tgz", + "integrity": "sha512-WMEwEe1kdaOdZ0c+ct5BVmTSBXkrPniUYDWCz3K52T4in2dNc7J6YGP6tL8bXgQz5B0CsP0VNO12N+UysQDsLw==", "license": "MIT", "engines": { "node": ">=22.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.12.0", - "@typespec/http": "^1.12.0" + "@typespec/compiler": "^1.13.0", + "@typespec/http": "^1.13.0" } }, "node_modules/@vue/reactivity": {