diff --git a/additions/package-lock.json b/additions/package-lock.json index f780fb1b..80a17bce 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -9,11 +9,11 @@ "version": "0.2.0", "dependencies": { "@microsoft/typespec-msgraph": "^1.0.3", - "@typespec/compiler": "latest", - "@typespec/http": "latest", + "@typespec/compiler": "*", + "@typespec/http": "*", "@typespec/openapi": "latest", - "@typespec/openapi3": "latest", - "@typespec/rest": "latest" + "@typespec/openapi3": "*", + "@typespec/rest": "*" } }, "node_modules/@alloy-js/core": { @@ -772,9 +772,9 @@ } }, "node_modules/@typespec/compiler": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.12.0.tgz", - "integrity": "sha512-hKCkHEEDdCpXFyOU8ln+TzBBwonFMbkeUV0zIc+vBETyO8p/Upui3XvEyLOyB4CpKUReHzGeGm3gcFjNc73ygg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.13.0.tgz", + "integrity": "sha512-DonoHiyAMx0UjSmssqTrFtya+v97wny1aHcTLU5QF2wFzLATtcwUU9hbPC+eXhepuTunMOCHf8yk3pEsH6PZYA==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.0", @@ -831,16 +831,16 @@ } }, "node_modules/@typespec/http": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.12.0.tgz", - "integrity": "sha512-3Bb1M6VSuEVPWOecXj3h3I/ddMpb9cmKRQQq34oq7LatiK4fwVBp+EdWbqzEzaRUGHm9mZtqsMsxZf5FndT8dg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.13.0.tgz", + "integrity": "sha512-tf8XFddU6g1MZSAVCLC/0Xa4fNfUO0CcHe6PWpmC3bvUojxMnpRcERI2DdoRJ+aycB9Q+Z8wN8bJO3up6u+sCw==", "license": "MIT", "engines": { "node": ">=22.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.12.0", - "@typespec/streams": "^0.82.0" + "@typespec/compiler": "^1.13.0", + "@typespec/streams": "^0.83.0" }, "peerDependenciesMeta": { "@typespec/streams": { @@ -849,16 +849,16 @@ } }, "node_modules/@typespec/openapi": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.12.0.tgz", - "integrity": "sha512-XtkCMPpzXFfuIzmx/BQrCMUCCk7d37lkqZe5ubJmvJ02Fr7yvAbofrgtNUZ1BbFe3TBBUS2nB3E3mjT3tE4zCQ==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.13.0.tgz", + "integrity": "sha512-omPc9n+LM2WvjYwnIf31RCxmG17fFUOVLBRsWg4T1mbcsNCj4grnNP7Lwt+irIZCiKtmLKxq3ViE7jYixCkZ3g==", "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/@typespec/openapi3": {