From acf0130b50d3605a9a7d19b61778768df01772f6 Mon Sep 17 00:00:00 2001 From: Jared Evans Date: Sat, 22 Aug 2026 12:47:18 +0100 Subject: [PATCH] update openapi-to-postmanv2 to 6.3.3 --- package-lock.json | 51 +++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 39 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index af2ecf7..96336d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "js-yaml": "^5.3.0", "json-schema-for-openapi": "^0.5.0", - "openapi-to-postmanv2": "^6.3.1", + "openapi-to-postmanv2": "^6.3.3", "uuid": "^11.1.1" }, "devDependencies": { @@ -2122,9 +2122,9 @@ } }, "node_modules/openapi-to-postmanv2": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.1.tgz", - "integrity": "sha512-WclrXDtQhdxWn3POP3wbsV1SP7A4zYcptwWHKATWSFjYPmQdZW+1RVKUZ++BrSSI8D8zDmIbeOKf/9YBLVX+5Q==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.3.tgz", + "integrity": "sha512-o0u6qqMMRLt7eAyFBpL/lCresQ1VqQFGe6/iPMBvNkWDXrpgGo5jo+YnP1e0MwF3tdUKLfkHssufGWMdojpPLg==", "license": "Apache-2.0", "dependencies": { "ajv": "^8.11.0", @@ -2133,10 +2133,10 @@ "async": "3.2.6", "commander": "2.20.3", "graphlib": "2.1.8", - "js-yaml": "4.1.0", + "js-yaml": "4.3.0", "json-pointer": "0.6.2", "json-schema-merge-allof": "0.8.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "neotraverse": "0.6.15", "oas-resolver-browser": "2.5.6", "object-hash": "3.0.0", @@ -2154,7 +2154,19 @@ } }, "node_modules/openapi-to-postmanv2/node_modules/js-yaml": { - "version": "4.1.0", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -2163,6 +2175,12 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/openapi-to-postmanv2/node_modules/lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" + }, "node_modules/openapi-types": { "version": "12.1.3", "license": "MIT" @@ -4413,9 +4431,9 @@ "version": "3.0.0" }, "openapi-to-postmanv2": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.1.tgz", - "integrity": "sha512-WclrXDtQhdxWn3POP3wbsV1SP7A4zYcptwWHKATWSFjYPmQdZW+1RVKUZ++BrSSI8D8zDmIbeOKf/9YBLVX+5Q==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/openapi-to-postmanv2/-/openapi-to-postmanv2-6.3.3.tgz", + "integrity": "sha512-o0u6qqMMRLt7eAyFBpL/lCresQ1VqQFGe6/iPMBvNkWDXrpgGo5jo+YnP1e0MwF3tdUKLfkHssufGWMdojpPLg==", "requires": { "ajv": "^8.11.0", "ajv-draft-04": "1.0.0", @@ -4423,10 +4441,10 @@ "async": "3.2.6", "commander": "2.20.3", "graphlib": "2.1.8", - "js-yaml": "4.1.0", + "js-yaml": "4.3.0", "json-pointer": "0.6.2", "json-schema-merge-allof": "0.8.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "neotraverse": "0.6.15", "oas-resolver-browser": "2.5.6", "object-hash": "3.0.0", @@ -4438,10 +4456,17 @@ }, "dependencies": { "js-yaml": { - "version": "4.1.0", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "requires": { "argparse": "^2.0.1" } + }, + "lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" } } }, diff --git a/package.json b/package.json index fa61c6f..38dd912 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "chalk": "^4.1.2", "js-yaml": "^5.3.0", "json-schema-for-openapi": "^0.5.0", - "openapi-to-postmanv2": "^6.3.1", + "openapi-to-postmanv2": "^6.3.3", "uuid": "^11.1.1" }, "engines": {