From 4306826fb501d8f31326af4345978a6f2b48186a Mon Sep 17 00:00:00 2001 From: Jared Evans Date: Thu, 30 Jul 2026 10:01:26 +0100 Subject: [PATCH] update @usebruno/converters to 0.22.0 --- package-lock.json | 58 +++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aacd6d..ad9f109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", "@redocly/openapi-core": "^1.34.15", - "@usebruno/converters": "^0.21.0", + "@usebruno/converters": "^0.22.0", "chalk": "^4.1.2", "js-yaml": "^5.2.2", "json-schema-for-openapi": "^0.5.0", @@ -781,16 +781,23 @@ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "license": "MIT" }, + "node_modules/@usebruno/common": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@usebruno/common/-/common-0.24.0.tgz", + "integrity": "sha512-f7AWktc6G69Y2IyXDYx5RUuiOj55W0AheYjUWykasBt0/7++7Ab8y8cCXopvrVPfdSyah24RdYQ5PAJu1yhgHw==", + "license": "MIT" + }, "node_modules/@usebruno/converters": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.21.0.tgz", - "integrity": "sha512-JVRIh24G1EGiRX8BSON5TCmVOd+TCa282uk/hjrCeQbLzA6zS/jFv/KlZaa84nsEdzARDV1syQjtrszPQ5Mwzw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.22.0.tgz", + "integrity": "sha512-epJPPdWgZeKbJHHJtEXVtXs+LgrUFhTKIzpjxPhJHEr4CJbmLOO/99HF7G5/DFgWQb+zv/EiP6Uslc8v6U6J1A==", "license": "MIT", "dependencies": { - "@usebruno/schema": "0.27.0", + "@usebruno/common": "0.24.0", + "@usebruno/schema": "0.28.0", "js-yaml": "^4.1.1", "jscodeshift": "^17.3.0", - "lodash": "^4.17.21", + "lodash": "4.18.1", "nanoid": "3.3.8", "xml2js": "^0.6.2" } @@ -817,10 +824,16 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/@usebruno/converters/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/@usebruno/schema": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.27.0.tgz", - "integrity": "sha512-fd9b0Oj+oyQ+C75s7r0jIuJ6iac+QGoKY+ShUs0bcOvOIhwv2xEViskPKkxReGMwtTYTcwfpYzfLC2K2/ouh7Q==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.28.0.tgz", + "integrity": "sha512-0VjThYb7yTF/M3932iktO/nCGWBZg7FAHutJpAOZLq8wbE7i7gt+fbgnUwZUnUnkLQq6yNgTR3+/TQJcyGitBg==", "license": "MIT", "dependencies": { "nanoid": "3.3.8", @@ -3624,15 +3637,21 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==" }, + "@usebruno/common": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@usebruno/common/-/common-0.24.0.tgz", + "integrity": "sha512-f7AWktc6G69Y2IyXDYx5RUuiOj55W0AheYjUWykasBt0/7++7Ab8y8cCXopvrVPfdSyah24RdYQ5PAJu1yhgHw==" + }, "@usebruno/converters": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.21.0.tgz", - "integrity": "sha512-JVRIh24G1EGiRX8BSON5TCmVOd+TCa282uk/hjrCeQbLzA6zS/jFv/KlZaa84nsEdzARDV1syQjtrszPQ5Mwzw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.22.0.tgz", + "integrity": "sha512-epJPPdWgZeKbJHHJtEXVtXs+LgrUFhTKIzpjxPhJHEr4CJbmLOO/99HF7G5/DFgWQb+zv/EiP6Uslc8v6U6J1A==", "requires": { - "@usebruno/schema": "0.27.0", + "@usebruno/common": "0.24.0", + "@usebruno/schema": "0.28.0", "js-yaml": "^4.1.1", "jscodeshift": "^17.3.0", - "lodash": "^4.17.21", + "lodash": "4.18.1", "nanoid": "3.3.8", "xml2js": "^0.6.2" }, @@ -3644,13 +3663,18 @@ "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==" } } }, "@usebruno/schema": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.27.0.tgz", - "integrity": "sha512-fd9b0Oj+oyQ+C75s7r0jIuJ6iac+QGoKY+ShUs0bcOvOIhwv2xEViskPKkxReGMwtTYTcwfpYzfLC2K2/ouh7Q==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.28.0.tgz", + "integrity": "sha512-0VjThYb7yTF/M3932iktO/nCGWBZg7FAHutJpAOZLq8wbE7i7gt+fbgnUwZUnUnkLQq6yNgTR3+/TQJcyGitBg==", "requires": { "nanoid": "3.3.8", "yup": "^0.32.11" diff --git a/package.json b/package.json index 713e108..8c32200 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", "@redocly/openapi-core": "^1.34.15", - "@usebruno/converters": "^0.21.0", + "@usebruno/converters": "^0.22.0", "chalk": "^4.1.2", "js-yaml": "^5.2.2", "json-schema-for-openapi": "^0.5.0",