From a8e9133c4ef928e1f3a5edb4bcb0364238709d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:47:21 +0000 Subject: [PATCH] Bump @typespec/openapi from 1.2.1 to 1.3.0 in /additions Bumps [@typespec/openapi](https://github.com/microsoft/typespec) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/microsoft/typespec/releases) - [Commits](https://github.com/microsoft/typespec/commits/typespec-stable@1.3.0) --- updated-dependencies: - dependency-name: "@typespec/openapi" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- additions/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/additions/package-lock.json b/additions/package-lock.json index c33daf667..5becdc15e 100644 --- a/additions/package-lock.json +++ b/additions/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@microsoft/typespec-msgraph": "^1.0.0-Preview.3", "@typespec/compiler": "*", - "@typespec/http": "latest", - "@typespec/openapi": "*", + "@typespec/http": "*", + "@typespec/openapi": "latest", "@typespec/openapi3": "*", "@typespec/rest": "*" } @@ -1399,16 +1399,16 @@ } }, "node_modules/@typespec/openapi": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.2.1.tgz", - "integrity": "sha512-PSoM6c5M7epiFdFDPL4zIJKRPUgJepMtOtO1vVOSIFuz26DcFQpc8xzBy7LBsRneSfp8b6XbsiaNXNcBP/9A1w==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.3.0.tgz", + "integrity": "sha512-BSeshjCZQodVGyVHn7ytcUeIcUGjqbG2Ac0NLOQaaKnISVrhTWNcgo5aFTqxAa24ZL/EuhqlSauLyYce2EV9fw==", "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/@typespec/openapi3": {