From 379340f5a330a8a1ab259377cd01807eadb680ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 01:04:54 +0000 Subject: [PATCH] chore(deps): bump @typespec/openapi3 from 1.12.0 to 1.13.0 in /additions Bumps [@typespec/openapi3](https://github.com/microsoft/typespec) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/microsoft/typespec/releases) - [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.12.0...typespec-stable@1.13.0) --- updated-dependencies: - dependency-name: "@typespec/openapi3" dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- additions/package-lock.json | 147 +++++++++++++----------------------- 1 file changed, 53 insertions(+), 94 deletions(-) diff --git a/additions/package-lock.json b/additions/package-lock.json index f780fb1b..9aef859a 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/openapi": "latest", + "@typespec/compiler": "*", + "@typespec/http": "*", + "@typespec/openapi": "*", "@typespec/openapi3": "latest", - "@typespec/rest": "latest" + "@typespec/rest": "*" } }, "node_modules/@alloy-js/core": { @@ -642,21 +642,21 @@ } }, "node_modules/@scalar/helpers": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@scalar/helpers/-/helpers-0.6.0.tgz", - "integrity": "sha512-pfSamAgBxqFeE8IpEG6uGkHlnPhY1CLeOTttV9+vKQbrBk5b7vvyTsUXv0Hz4kNU1TFrxcTTPE+Akn5S+jlTtQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@scalar/helpers/-/helpers-0.8.2.tgz", + "integrity": "sha512-qNbqUjSB3S4Gr4A0oANcm5G1Ip+EqBxICYKhe9YzmnaBpbmW6shxqpiivApTvvuDf+uIhR3uMwWyVQbYcGLsxA==", "license": "MIT", "engines": { "node": ">=22" } }, "node_modules/@scalar/json-magic": { - "version": "0.12.12", - "resolved": "https://registry.npmjs.org/@scalar/json-magic/-/json-magic-0.12.12.tgz", - "integrity": "sha512-F7q6mPlVdHntvEvlJPwzvA2E2fjxsNtMeSzODtcdhp4mdQndMqqxEhy0rKmRvk36Oka+9F/hl3EDG194BpNBGg==", + "version": "0.12.16", + "resolved": "https://registry.npmjs.org/@scalar/json-magic/-/json-magic-0.12.16.tgz", + "integrity": "sha512-w8cDbZhHCzmIblWx92IVWoAXsbI4Fz3m++jiBANTSO1hgphF6UqEPQiCt3wnMPaxaanjMQxjS/iBk1UGXR2EGA==", "license": "MIT", "dependencies": { - "@scalar/helpers": "0.6.0", + "@scalar/helpers": "0.8.2", "pathe": "^2.0.3", "yaml": "^2.8.3" }, @@ -665,88 +665,47 @@ } }, "node_modules/@scalar/openapi-parser": { - "version": "0.25.12", - "resolved": "https://registry.npmjs.org/@scalar/openapi-parser/-/openapi-parser-0.25.12.tgz", - "integrity": "sha512-1hajBAbc7cbEcsSZEQxaPXZyCjMf6h6hObV+SO32jkC6rrxinPXQIucDu9HTu/jm/FaaMnNhc8/XDWz5/E49cQ==", + "version": "0.28.7", + "resolved": "https://registry.npmjs.org/@scalar/openapi-parser/-/openapi-parser-0.28.7.tgz", + "integrity": "sha512-E6beEdTsJxUStxOmY1knQvSNJq6LTiXOsRX2WTrfmU6d/kiATn6IKkAU0kXtAZkaYCGU4UCEmBFHCMmNKn0JLA==", "license": "MIT", "dependencies": { - "@scalar/helpers": "0.5.2", - "@scalar/json-magic": "0.12.8", - "@scalar/openapi-types": "0.8.0", - "@scalar/openapi-upgrader": "0.2.6", + "@scalar/helpers": "0.8.2", + "@scalar/json-magic": "0.12.16", + "@scalar/openapi-types": "0.9.1", + "@scalar/openapi-upgrader": "0.2.9", "ajv": "^8.17.1", "ajv-draft-04": "^1.0.0", "ajv-formats": "^3.0.1", "jsonpointer": "^5.0.1", "leven": "^4.0.0", - "yaml": "^2.8.0" - }, - "engines": { - "node": ">=22" - } - }, - "node_modules/@scalar/openapi-parser/node_modules/@scalar/helpers": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@scalar/helpers/-/helpers-0.5.2.tgz", - "integrity": "sha512-Pi1GAl8jO6ungmGj2sjDfCfqiBNrKW6HXDZmminV94ybGU/KtRLOqHwd0n9FIhY3j0RYGpGC0VCuniCICfQPHg==", - "license": "MIT", - "engines": { - "node": ">=22" - } - }, - "node_modules/@scalar/openapi-parser/node_modules/@scalar/json-magic": { - "version": "0.12.8", - "resolved": "https://registry.npmjs.org/@scalar/json-magic/-/json-magic-0.12.8.tgz", - "integrity": "sha512-a559iO8tmFeA90JJAAM3U5x1Asf3mr0Z8uDC1PmyLTDjdSOfajP7EY9VzNoXE2cM48ilf9qrjmkbw/d4VCFjQw==", - "license": "MIT", - "dependencies": { - "@scalar/helpers": "0.5.2", - "pathe": "^2.0.3", - "yaml": "^2.8.0" + "yaml": "^2.8.3" }, "engines": { "node": ">=22" } }, - "node_modules/@scalar/openapi-parser/node_modules/@scalar/openapi-types": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@scalar/openapi-types/-/openapi-types-0.8.0.tgz", - "integrity": "sha512-WmaxVSfvY5K/TwcG2B2TU1WOe1As1uc2s7myswtP6dBlcjU3hM08SApxv/jmyGaCE8t4gO5BBhmHY4pDUfmr2g==", - "license": "MIT", - "engines": { - "node": ">=22" - } - }, "node_modules/@scalar/openapi-types": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@scalar/openapi-types/-/openapi-types-0.7.0.tgz", - "integrity": "sha512-kN0PwlJW0de4bwQ4ib+mBHzKJUvBCyR/gwU4zLEq6SCbj+GfgYUh+2a0/yl1WYVUiSkkwFsHjfmQ8KjhR3HK0Q==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@scalar/openapi-types/-/openapi-types-0.9.1.tgz", + "integrity": "sha512-gkGhSkxSzADaBiNg+ZAbJuwj+ZUmzP2Pg9CWZ7ZP+0fck2WjPeDDM7aAbouAm0aQQMF9xBjSPXSA9a/qTHYaTw==", "license": "MIT", "engines": { "node": ">=22" } }, "node_modules/@scalar/openapi-upgrader": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/@scalar/openapi-upgrader/-/openapi-upgrader-0.2.6.tgz", - "integrity": "sha512-pvEmfSCDNYR4+lygidUqfo+shzyp4OSh9+UgK110rzA8Oot6WbJBM03Fuq3M255G7G6R9iXyfsebB7MBUocPkw==", + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/@scalar/openapi-upgrader/-/openapi-upgrader-0.2.9.tgz", + "integrity": "sha512-D5b0rGLLZgmkO9mdW2j/ND1KBlH1u3RCpr87HPxv9P9ZSr6PtM5iLqFOJq0ACiaHjY2mikCrxgDmnUEhTzRpHQ==", "license": "MIT", "dependencies": { - "@scalar/openapi-types": "0.8.0" + "@scalar/openapi-types": "0.9.1" }, "engines": { "node": ">=22" } }, - "node_modules/@scalar/openapi-upgrader/node_modules/@scalar/openapi-types": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@scalar/openapi-types/-/openapi-types-0.8.0.tgz", - "integrity": "sha512-WmaxVSfvY5K/TwcG2B2TU1WOe1As1uc2s7myswtP6dBlcjU3hM08SApxv/jmyGaCE8t4gO5BBhmHY4pDUfmr2g==", - "license": "MIT", - "engines": { - "node": ">=22" - } - }, "node_modules/@sindresorhus/merge-streams": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", @@ -772,9 +731,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 +790,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,27 +808,27 @@ } }, "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": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@typespec/openapi3/-/openapi3-1.12.0.tgz", - "integrity": "sha512-r2CechzwGyr+BtLo7ApoaaTsrYybaE0gsGCLVWbkfH9Fs2KTu0ilpMKGxXjhKRS6cWHMkGGuB3hM0OJjFyFydw==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@typespec/openapi3/-/openapi3-1.13.0.tgz", + "integrity": "sha512-G6ayl30kXYVhJvL2/zFwtTdWnCt6N6jZWxs8rAwYiFlZfaG8R/dzjRgcap9Dr0v+6AyWmRwooxRKM3TLi5R/mg==", "license": "MIT", "dependencies": { - "@scalar/json-magic": "^0.12.5", - "@scalar/openapi-parser": "^0.25.8", - "@scalar/openapi-types": "^0.7.0", + "@scalar/json-magic": "^0.12.15", + "@scalar/openapi-parser": "^0.28.6", + "@scalar/openapi-types": "^0.9.1", "@typespec/asset-emitter": "^0.79.1", "yaml": "^2.8.3" }, @@ -880,14 +839,14 @@ "node": ">=22.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.12.0", - "@typespec/events": "^0.82.0", - "@typespec/http": "^1.12.0", - "@typespec/json-schema": "^1.12.0", - "@typespec/openapi": "^1.12.0", - "@typespec/sse": "^0.82.0", - "@typespec/streams": "^0.82.0", - "@typespec/versioning": "^0.82.0" + "@typespec/compiler": "^1.13.0", + "@typespec/events": "^0.83.0", + "@typespec/http": "^1.13.0", + "@typespec/json-schema": "^1.13.0", + "@typespec/openapi": "^1.13.0", + "@typespec/sse": "^0.83.0", + "@typespec/streams": "^0.83.0", + "@typespec/versioning": "^0.83.0" }, "peerDependenciesMeta": { "@typespec/events": {