From e199c5994cfdc307caf2140880c487f007dea18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:03:58 +0000 Subject: [PATCH] chore: bump openapi-to-postmanv2 from 5.2.0 to 5.3.1 Bumps [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/postmanlabs/openapi-to-postman/releases) - [Changelog](https://github.com/postmanlabs/openapi-to-postman/blob/develop/CHANGELOG.md) - [Commits](https://github.com/postmanlabs/openapi-to-postman/compare/v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: openapi-to-postmanv2 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index eafd538904..eadce2fe2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4", - "openapi-to-postmanv2": "5.2.0", + "openapi-to-postmanv2": "5.3.1", "parquet-wasm": "^0.7.0" }, "devDependencies": { @@ -5922,9 +5922,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", "license": "MIT" }, "node_modules/available-typed-arrays": { @@ -10421,15 +10421,15 @@ } }, "node_modules/openapi-to-postmanv2": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.2.0.tgz", - "integrity": "sha512-oLPP2EmSHZrtUWe2FGp86SMNMCLiwJlNKa9tGmwRMPJEvGSEAG//atCYByglC3TL181FxbGEK3m93hWVrv7SQw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-5.3.1.tgz", + "integrity": "sha512-ES6Vyz/bM/LYmArTiD/x4Dly/sBpPsu5euJqm2opbrexzwFIB/FNlC6cP8kRFRhfjqpen26+poSeY5uOZrqbQg==", "license": "Apache-2.0", "dependencies": { - "ajv": "8.11.0", + "ajv": "^8.11.0", "ajv-draft-04": "1.0.0", "ajv-formats": "2.1.1", - "async": "3.2.4", + "async": "3.2.6", "commander": "2.20.3", "graphlib": "2.1.8", "js-yaml": "4.1.0", @@ -10451,22 +10451,6 @@ "node": ">=18" } }, - "node_modules/openapi-to-postmanv2/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", diff --git a/package.json b/package.json index 0284f27051..d79e2910bc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-jest": "^29.0.1", "inflection": "^3.0.2", "markdown-table": "^3.0.4", - "openapi-to-postmanv2": "5.2.0", + "openapi-to-postmanv2": "5.3.1", "parquet-wasm": "^0.7.0" }, "devDependencies": {