diff --git a/package-lock.json b/package-lock.json index b2e3821d..a287f4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-console", - "version": "6.6.35", + "version": "6.6.36", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.35", + "version": "6.6.36", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", @@ -1182,9 +1182,9 @@ } }, "node_modules/@api-components/api-request": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@api-components/api-request/-/api-request-0.3.4.tgz", - "integrity": "sha512-Z63hGZWYHnzDI693pklDCgF7GysVbAy8dZCc59vvwv2Q9dgsDf8NifjfRI7qqex2zcqrg6OG8of5xrt+lPDNwg==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@api-components/api-request/-/api-request-0.3.6.tgz", + "integrity": "sha512-1ZEDne7H7YS/W/PmMs4/d9vk/b0OrrkGeNYuIgXhNsB7UkVEJobkpXagmFdZWNc0TAkb1Aky2i403rLJO+iUeQ==", "dependencies": { "@advanced-rest-client/arc-events": "^0.2.13", "@advanced-rest-client/arc-headers": "^0.1.7", @@ -1257,9 +1257,9 @@ } }, "node_modules/@api-components/api-security-documentation": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@api-components/api-security-documentation/-/api-security-documentation-4.1.4.tgz", - "integrity": "sha512-o0/8f+4t7dvmOOIsVsdVUxC/1d21f/ObDCf3nIvWaNeWvY5S7SqzHU/EZhxKZwHHcII999W7mSW+HsOaU0XG/w==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@api-components/api-security-documentation/-/api-security-documentation-4.1.5.tgz", + "integrity": "sha512-RSkaUDZBLoC9tKso+trY3xCjbnJkKoun85t9y9U3GdUz2hT0ecJMMXzNm6aE92pK2u2vcGI4jNOUKVKQWs4h2A==", "dependencies": { "@advanced-rest-client/arc-marked": "^1.1.2", "@advanced-rest-client/markdown-styles": "^3.1.5", @@ -24816,9 +24816,9 @@ } }, "@api-components/api-request": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@api-components/api-request/-/api-request-0.3.4.tgz", - "integrity": "sha512-Z63hGZWYHnzDI693pklDCgF7GysVbAy8dZCc59vvwv2Q9dgsDf8NifjfRI7qqex2zcqrg6OG8of5xrt+lPDNwg==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@api-components/api-request/-/api-request-0.3.6.tgz", + "integrity": "sha512-1ZEDne7H7YS/W/PmMs4/d9vk/b0OrrkGeNYuIgXhNsB7UkVEJobkpXagmFdZWNc0TAkb1Aky2i403rLJO+iUeQ==", "requires": { "@advanced-rest-client/arc-events": "^0.2.13", "@advanced-rest-client/arc-headers": "^0.1.7", @@ -24891,9 +24891,9 @@ } }, "@api-components/api-security-documentation": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@api-components/api-security-documentation/-/api-security-documentation-4.1.4.tgz", - "integrity": "sha512-o0/8f+4t7dvmOOIsVsdVUxC/1d21f/ObDCf3nIvWaNeWvY5S7SqzHU/EZhxKZwHHcII999W7mSW+HsOaU0XG/w==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@api-components/api-security-documentation/-/api-security-documentation-4.1.5.tgz", + "integrity": "sha512-RSkaUDZBLoC9tKso+trY3xCjbnJkKoun85t9y9U3GdUz2hT0ecJMMXzNm6aE92pK2u2vcGI4jNOUKVKQWs4h2A==", "requires": { "@advanced-rest-client/arc-marked": "^1.1.2", "@advanced-rest-client/markdown-styles": "^3.1.5", diff --git a/package.json b/package.json index 08f9c61e..344c61dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "api-console", "description": "The API Console to automatically generate API documentation from RAML and OAS files.", - "version": "6.6.35", + "version": "6.6.36", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",