From e618a3834275694ac3874a6ee6132b6be84c0c28 Mon Sep 17 00:00:00 2001 From: Carolina Wright Date: Tue, 16 Aug 2022 17:09:32 -0300 Subject: [PATCH] build: bump version --- package-lock.json | 87 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 60 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67e2e6cf7..dc32dcc49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "api-console", - "version": "6.5.2", + "version": "6.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -867,24 +867,40 @@ } }, "@api-components/api-forms": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@api-components/api-forms/-/api-forms-0.2.2.tgz", - "integrity": "sha512-I7yAWEtQuq6SO/+IwXlgNypeYOCQsUjVJXnxYNEGNsRw1E7idT2TtwzP1bI5YZTK4cdVKatFjDHneeHGpZYzYQ==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@api-components/api-forms/-/api-forms-0.2.4.tgz", + "integrity": "sha512-Ey/vcNKWxKC0jeSK7aHLBRhS81auYa+Q7+e1VkPonmvt2Xu2EQFXtGIeIo0qNCMB640yMbh8L+sWvm6sbHNzKg==", "requires": { - "@advanced-rest-client/arc-icons": "^3.2.2", - "@advanced-rest-client/arc-types": "^0.2.47", - "@anypoint-web-components/anypoint-button": "^1.1.1", - "@anypoint-web-components/anypoint-checkbox": "^1.1.3", - "@anypoint-web-components/anypoint-dropdown-menu": "^0.1.20", - "@anypoint-web-components/anypoint-input": "^0.2.23", - "@anypoint-web-components/anypoint-item": "^1.0.8", - "@anypoint-web-components/anypoint-listbox": "^1.1.6", + "@advanced-rest-client/arc-icons": "^3.3.3", + "@advanced-rest-client/arc-types": "^0.2.53", + "@anypoint-web-components/anypoint-button": "^1.2.2", + "@anypoint-web-components/anypoint-checkbox": "^1.2.1", + "@anypoint-web-components/anypoint-dropdown-menu": "^0.1.21", + "@anypoint-web-components/anypoint-input": "^0.2.26", + "@anypoint-web-components/anypoint-item": "^1.1.2", + "@anypoint-web-components/anypoint-listbox": "^1.1.7", "@anypoint-web-components/validatable-mixin": "^1.1.3", - "@api-components/amf-helper-mixin": "^4.2.0", - "@api-components/api-example-generator": "^4.4.5", + "@api-components/amf-helper-mixin": "^4.4.1", + "@api-components/api-example-generator": "^4.4.14", "@open-wc/dedupe-mixin": "^1.3.0", - "lit-element": "^2.4.0", - "lit-html": "^1.3.0" + "lit-element": "^2.5.1", + "lit-html": "^1.4.1" + }, + "dependencies": { + "@advanced-rest-client/arc-types": { + "version": "0.2.62", + "resolved": "https://registry.npmjs.org/@advanced-rest-client/arc-types/-/arc-types-0.2.62.tgz", + "integrity": "sha512-edGPUERFh53+V+uY9/X3yC3oo0I581cXohgfiwGy+AGZ7zFrGNrDFWbDklSDkUpNr5xi32iYJONbGLV7dVeQMg==" + }, + "@api-components/api-example-generator": { + "version": "4.4.19", + "resolved": "https://registry.npmjs.org/@api-components/api-example-generator/-/api-example-generator-4.4.19.tgz", + "integrity": "sha512-X2wV/lpigN5XwEBw2XEH5sCoNEsYdZ4h/xMHahkbXBj1xjTMMtzbKi14qX8rHo+6HUnYa9nVnRHDSzibMoxttA==", + "requires": { + "@api-components/amf-helper-mixin": "^4.1.8", + "lit-element": "^2.4.0" + } + } } }, "@api-components/api-headers": { @@ -1165,21 +1181,36 @@ } }, "@api-components/api-url": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/@api-components/api-url/-/api-url-0.1.10.tgz", - "integrity": "sha512-IUQonzBIBt9wWAHwCpkrNOjfw5RhPLdGK6xkqffrVhBH8WjpihwqkXoO+LHlK7b9EnHOjv3Ugc1aQJ6cJlx+AA==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/@api-components/api-url/-/api-url-0.1.16.tgz", + "integrity": "sha512-UAXY55AAM8tKv14f3pT2UPFXLd3DzO7eoJeGaoq4W4jVpjMVME0jZA6iOqb456Lm3rWTavDP9bqDDxvZgR3jgw==", "requires": { "@advanced-rest-client/arc-icons": "^3.2.2", - "@advanced-rest-client/arc-types": "^0.2.47", - "@advanced-rest-client/events-target-mixin": "^3.2.3", - "@anypoint-web-components/anypoint-button": "^1.1.1", - "@anypoint-web-components/anypoint-input": "^0.2.23", - "@anypoint-web-components/anypoint-switch": "^0.1.4", + "@advanced-rest-client/arc-types": "^0.2.53", + "@advanced-rest-client/events-target-mixin": "^3.2.4", + "@anypoint-web-components/anypoint-button": "^1.2.2", + "@anypoint-web-components/anypoint-input": "^0.2.26", + "@anypoint-web-components/anypoint-switch": "^0.1.10", "@anypoint-web-components/validatable-mixin": "^1.1.3", - "@api-components/amf-helper-mixin": "^4.3.4", - "@api-components/api-forms": "^0.2.0", - "lit-element": "^2.4.0", - "lit-html": "^1.3.0" + "@api-components/amf-helper-mixin": "^4.4.1", + "@api-components/api-forms": "^0.2.4", + "lit-element": "^2.5.1", + "lit-html": "^1.4.1" + }, + "dependencies": { + "@advanced-rest-client/arc-types": { + "version": "0.2.62", + "resolved": "https://registry.npmjs.org/@advanced-rest-client/arc-types/-/arc-types-0.2.62.tgz", + "integrity": "sha512-edGPUERFh53+V+uY9/X3yC3oo0I581cXohgfiwGy+AGZ7zFrGNrDFWbDklSDkUpNr5xi32iYJONbGLV7dVeQMg==" + }, + "@advanced-rest-client/events-target-mixin": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@advanced-rest-client/events-target-mixin/-/events-target-mixin-3.2.6.tgz", + "integrity": "sha512-5tdtnLc24Rg/zeUMLrpMxyAqxohPJUwQyL1CsRtHDd/Xf/KIAfF2hPGI3QMzBSlpaSSO4zJ9i+hb9CYvveFFKQ==", + "requires": { + "@open-wc/dedupe-mixin": "^1.3.0" + } + } } }, "@api-components/api-view-model-transformer": { diff --git a/package.json b/package.json index f805d9d8f..6f2ad3850 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.5.2", + "version": "6.5.3", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",