diff --git a/package-lock.json b/package-lock.json index 3a84a60..1c479ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "serverless-openapi-documenter", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "serverless-openapi-documenter", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", "@redocly/openapi-core": "^1.34.5", - "@usebruno/converters": "^0.16.0", + "@usebruno/converters": "^0.17.1", "chalk": "^4.1.2", "js-yaml": "^4.1.1", "json-schema-for-openapi": "^0.5.0", @@ -492,8 +492,9 @@ }, "node_modules/@babel/runtime": { "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", "license": "MIT", - "peer": true, "engines": { "node": ">=6.9.0" } @@ -726,15 +727,18 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.23", - "license": "MIT", - "peer": true + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", + "license": "MIT" }, "node_modules/@usebruno/converters": { - "version": "0.16.0", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.17.1.tgz", + "integrity": "sha512-aRVcLp07qG1YZXJr9FXQjsOZVztEbPm7EijE0glRQ5AV54+vbLMfvJyOWu70F73feN5y4rCIFyn++M4dmvdCHg==", "license": "MIT", "dependencies": { - "@usebruno/schema": "0.22.0", + "@usebruno/schema": "0.23.0", "js-yaml": "^4.1.1", "jscodeshift": "^17.3.0", "lodash": "^4.17.21", @@ -743,12 +747,12 @@ } }, "node_modules/@usebruno/schema": { - "version": "0.22.0", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.23.0.tgz", + "integrity": "sha512-ijEdKAMD/nqRY2OzZ4VpaDApz5XfHOIRLJislt0PGi1RIoMmHCK1oO2Hhmnb+5dpj20a4gXESBBMYar2kTO6aA==", "license": "MIT", "dependencies": { - "nanoid": "3.3.8" - }, - "peerDependencies": { + "nanoid": "3.3.8", "yup": "^0.32.11" } }, @@ -1711,8 +1715,9 @@ }, "node_modules/lodash-es": { "version": "4.17.23", - "license": "MIT", - "peer": true + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", + "license": "MIT" }, "node_modules/lodash.clonedeep": { "version": "4.5.0", @@ -1890,11 +1895,14 @@ }, "node_modules/nanoclone": { "version": "0.2.1", - "license": "MIT", - "peer": true + "resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz", + "integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==", + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -2332,8 +2340,9 @@ }, "node_modules/property-expr": { "version": "2.0.6", - "license": "MIT", - "peer": true + "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz", + "integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==", + "license": "MIT" }, "node_modules/punycode": { "version": "2.3.1", @@ -2716,8 +2725,9 @@ }, "node_modules/toposort": { "version": "2.0.2", - "license": "MIT", - "peer": true + "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", + "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", + "license": "MIT" }, "node_modules/tr46": { "version": "0.0.3", @@ -3050,8 +3060,9 @@ }, "node_modules/yup": { "version": "0.32.11", + "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.11.tgz", + "integrity": "sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==", "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.15.4", "@types/lodash": "^4.14.175", @@ -3336,7 +3347,8 @@ }, "@babel/runtime": { "version": "7.28.6", - "peer": true + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==" }, "@babel/template": { "version": "7.27.2", @@ -3511,13 +3523,16 @@ "version": "7.0.11" }, "@types/lodash": { - "version": "4.17.23", - "peer": true + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==" }, "@usebruno/converters": { - "version": "0.16.0", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@usebruno/converters/-/converters-0.17.1.tgz", + "integrity": "sha512-aRVcLp07qG1YZXJr9FXQjsOZVztEbPm7EijE0glRQ5AV54+vbLMfvJyOWu70F73feN5y4rCIFyn++M4dmvdCHg==", "requires": { - "@usebruno/schema": "0.22.0", + "@usebruno/schema": "0.23.0", "js-yaml": "^4.1.1", "jscodeshift": "^17.3.0", "lodash": "^4.17.21", @@ -3526,9 +3541,12 @@ } }, "@usebruno/schema": { - "version": "0.22.0", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@usebruno/schema/-/schema-0.23.0.tgz", + "integrity": "sha512-ijEdKAMD/nqRY2OzZ4VpaDApz5XfHOIRLJislt0PGi1RIoMmHCK1oO2Hhmnb+5dpj20a4gXESBBMYar2kTO6aA==", "requires": { - "nanoid": "3.3.8" + "nanoid": "3.3.8", + "yup": "^0.32.11" } }, "agent-base": { @@ -4070,7 +4088,8 @@ }, "lodash-es": { "version": "4.17.23", - "peer": true + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "lodash.clonedeep": { "version": "4.5.0" @@ -4189,10 +4208,13 @@ }, "nanoclone": { "version": "0.2.1", - "peer": true + "resolved": "https://registry.npmjs.org/nanoclone/-/nanoclone-0.2.1.tgz", + "integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==" }, "nanoid": { - "version": "3.3.8" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" }, "neo-async": { "version": "2.6.2" @@ -4450,7 +4472,8 @@ }, "property-expr": { "version": "2.0.6", - "peer": true + "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz", + "integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==" }, "punycode": { "version": "2.3.1" @@ -4681,7 +4704,8 @@ }, "toposort": { "version": "2.0.2", - "peer": true + "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", + "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==" }, "tr46": { "version": "0.0.3" @@ -4884,7 +4908,8 @@ }, "yup": { "version": "0.32.11", - "peer": true, + "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.11.tgz", + "integrity": "sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==", "requires": { "@babel/runtime": "^7.15.4", "@types/lodash": "^4.14.175", diff --git a/package.json b/package.json index 42dff4d..b7aebab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-openapi-documenter", - "version": "0.1.0", + "version": "0.1.1", "description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config", "main": "index.js", "keywords": [ @@ -53,8 +53,8 @@ "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.1.0", - "@usebruno/converters": "^0.16.0", "@redocly/openapi-core": "^1.34.5", + "@usebruno/converters": "^0.17.1", "chalk": "^4.1.2", "js-yaml": "^4.1.1", "json-schema-for-openapi": "^0.5.0",