Skip to content

Commit cafc310

Browse files
authored
Build/6.6.52 (#878)
* chore: update package.json and package-lock.json for new dependencies and version bumps - Added @advanced-rest-client/arc-marked version 1.1.2 and @api-components/api-summary version 4.6.12. - Updated dompurify to version 3.2.5 in both package.json and package-lock.json. * 6.6.52
1 parent 19dfb14 commit cafc310

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

package-lock.json

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.6.51",
4+
"version": "6.6.52",
55
"license": "CPAL-1.0",
66
"main": "index.js",
77
"module": "index.js",
@@ -34,13 +34,15 @@
3434
},
3535
"dependencies": {
3636
"@advanced-rest-client/arc-icons": "^3.2.2",
37+
"@advanced-rest-client/arc-marked": "^1.1.2",
3738
"@advanced-rest-client/oauth-authorization": "^5.0.4",
3839
"@anypoint-web-components/anypoint-button": "^1.1.1",
3940
"@api-components/amf-helper-mixin": "^4.5.33",
4041
"@api-components/api-console-ext-comm": "^3.0.0",
4142
"@api-components/api-documentation": "^6.1.6",
4243
"@api-components/api-navigation": "^4.3.6",
4344
"@api-components/api-request": "^0.3.8",
45+
"@api-components/api-summary": "^4.6.12",
4446
"@polymer/app-layout": "^3.1.0",
4547
"@polymer/iron-media-query": "^3.0.0",
4648
"@polymer/paper-toast": "^3.0.0",
@@ -154,9 +156,9 @@
154156
"semver": "7.5.4",
155157
"decode-uri-component": "0.4.1",
156158
"set-value": "4.1.0",
157-
"dompurify": "3.1.3"
159+
"dompurify": "3.2.5"
158160
},
159161
"resolutions": {
160-
"dompurify": "3.1.3"
162+
"dompurify": "3.2.5"
161163
}
162164
}

0 commit comments

Comments
 (0)