diff --git a/package-lock.json b/package-lock.json index df77144..de0b2c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-documentation", - "version": "6.1.5", + "version": "6.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@api-components/api-documentation", - "version": "6.1.5", + "version": "6.1.6", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/events-target-mixin": "^3.2.4", @@ -1086,8 +1086,9 @@ } }, "node_modules/@api-components/api-method-documentation": { - "version": "5.2.14", - "license": "Apache-2.0", + "version": "5.2.27", + "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.27.tgz", + "integrity": "sha512-Sidk6n3mPOulgSUBc5M6kP6fxp9PZcDBRh2byCchy3IcSEAvfmoVJW8pAMhvEu1bhIZf4iYdpZVdEBpS/Ls/nA==", "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-marked": "^1.1.1", @@ -15990,7 +15991,9 @@ } }, "@api-components/api-method-documentation": { - "version": "5.2.14", + "version": "5.2.27", + "resolved": "https://registry.npmjs.org/@api-components/api-method-documentation/-/api-method-documentation-5.2.27.tgz", + "integrity": "sha512-Sidk6n3mPOulgSUBc5M6kP6fxp9PZcDBRh2byCchy3IcSEAvfmoVJW8pAMhvEu1bhIZf4iYdpZVdEBpS/Ls/nA==", "requires": { "@advanced-rest-client/arc-icons": "^3.3.4", "@advanced-rest-client/arc-marked": "^1.1.1", diff --git a/package.json b/package.json index fb02fbf..13194c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-documentation", "description": "A main documentation view for AMF model", - "version": "6.1.5", + "version": "6.1.6", "license": "Apache-2.0", "main": "index.js", "module": "index.js",