diff --git a/package-lock.json b/package-lock.json index 71c85216..7b7cdfc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,16 @@ { "name": "api-console", - "version": "6.6.51", + "version": "6.6.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.51", + "version": "6.6.52", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", + "@advanced-rest-client/arc-marked": "^1.1.2", "@advanced-rest-client/oauth-authorization": "^5.0.4", "@anypoint-web-components/anypoint-button": "^1.1.1", "@api-components/amf-helper-mixin": "^4.5.33", @@ -17,6 +18,7 @@ "@api-components/api-documentation": "^6.1.6", "@api-components/api-navigation": "^4.3.6", "@api-components/api-request": "^0.3.8", + "@api-components/api-summary": "^4.6.12", "@polymer/app-layout": "^3.1.0", "@polymer/iron-media-query": "^3.0.0", "@polymer/paper-toast": "^3.0.0", @@ -7551,6 +7553,13 @@ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", "license": "MIT" }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "license": "MIT", + "optional": true + }, "node_modules/@types/uglify-js": { "version": "3.17.5", "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.5.tgz", @@ -12062,10 +12071,13 @@ } }, "node_modules/dompurify": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", - "integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==", - "license": "(MPL-2.0 OR Apache-2.0)" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.5.tgz", + "integrity": "sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==", + "license": "(MPL-2.0 OR Apache-2.0)", + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } }, "node_modules/domutils": { "version": "2.8.0", diff --git a/package.json b/package.json index b9d6f3ad..0bc031f8 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.51", + "version": "6.6.52", "license": "CPAL-1.0", "main": "index.js", "module": "index.js", @@ -34,6 +34,7 @@ }, "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", + "@advanced-rest-client/arc-marked": "^1.1.2", "@advanced-rest-client/oauth-authorization": "^5.0.4", "@anypoint-web-components/anypoint-button": "^1.1.1", "@api-components/amf-helper-mixin": "^4.5.33", @@ -41,6 +42,7 @@ "@api-components/api-documentation": "^6.1.6", "@api-components/api-navigation": "^4.3.6", "@api-components/api-request": "^0.3.8", + "@api-components/api-summary": "^4.6.12", "@polymer/app-layout": "^3.1.0", "@polymer/iron-media-query": "^3.0.0", "@polymer/paper-toast": "^3.0.0", @@ -154,9 +156,9 @@ "semver": "7.5.4", "decode-uri-component": "0.4.1", "set-value": "4.1.0", - "dompurify": "3.1.3" + "dompurify": "3.2.5" }, "resolutions": { - "dompurify": "3.1.3" + "dompurify": "3.2.5" } }