From a94736396e3e0d089c96906f067666078d08a88d Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:40:38 +0100 Subject: [PATCH] fix: update @asyncapi/studio to 0.10.0 version (#241) --- package-lock.json | 110 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae84aa3376e..48497eba05a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/diff": "^0.3.0", "@asyncapi/parser": "^1.14.0", - "@asyncapi/studio": "^0.9.0", + "@asyncapi/studio": "^0.10.0", "@fmvilas/oclif-plugin-spaced-commands": "^1.0.4", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", @@ -107,9 +107,9 @@ "integrity": "sha512-gWAqS2CKxbChdX8hZY+5EYQl6atP8FTSBvoG5mGGQ89XUoNdlLX14lsvbgvBnDj5sSwqfs+b5Mh5PUZMR/8maA==" }, "node_modules/@asyncapi/converter": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-0.7.0.tgz", - "integrity": "sha512-ZL3q/4yksxMoMjQ7WCz2KvSVqhkGlmmsUGBDfzEve38hBtC+7TsSWmyvbfOiQ/uLWPZwvnpfo1Vn5pDuk6qwLQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-0.9.0.tgz", + "integrity": "sha512-fAKrEwFjdMfoO1vwmifr/pe2Trna9QGSVj8GKY+6Nd2X6hs1OLQ+/OXvqhVnecL5ZcPy7t2pjDz3tcpMwV9Cdg==", "dependencies": { "commander": "^8.3.0", "js-yaml": "^3.14.1", @@ -156,9 +156,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", @@ -172,9 +172,9 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.0.0-next.33", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.33.tgz", - "integrity": "sha512-3uUvOOimgqtqowGb+h73PvGKEgCMykEVxMQWHye/NH/+yDivelj6gX9mprGZQL3pWG2CVsUyPUd0vUuCrXOzcg==", + "version": "1.0.0-next.34", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.34.tgz", + "integrity": "sha512-4ZkF3vsKjaAaZ2qIPLfkmw73vCrop+qF2krPtAFSmk4wy8B+uMRK9bsObrf+QUSj4gSIQHezznMIZKAU91JTQw==", "dependencies": { "@asyncapi/avro-schema-parser": "^0.3.0", "@asyncapi/openapi-schema-parser": "^2.0.0", @@ -203,15 +203,15 @@ "integrity": "sha512-X0OrxJtzwRH8iLILO/gUTDqjGVPmagmdlgdyuBggYAoGXzF6ZuAws3XCLxtPNve5eA/0V/1puwpUYEGekI22og==" }, "node_modules/@asyncapi/studio": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@asyncapi/studio/-/studio-0.9.0.tgz", - "integrity": "sha512-8MTM/MBVDD6P0FwzyeB0FppY51x89I5gZLmbQAH8OfxLxh5VAastxMm/P3btYvPFzRs24tMQqIipZfNzPRgRtg==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@asyncapi/studio/-/studio-0.10.0.tgz", + "integrity": "sha512-rBnxRwnkIRaKF83ezwQYDXJyanG9wb7NqUbThCy86I0T5Ro5WGhyWJkMJAA5hiD7IoYYO4dWqs/XB3R2SvHSKg==", "dependencies": { "@asyncapi/avro-schema-parser": "^1.0.1", - "@asyncapi/converter": "^0.7.0", + "@asyncapi/converter": "^0.9.0", "@asyncapi/openapi-schema-parser": "^2.0.1", - "@asyncapi/parser": "^1.14.0", - "@asyncapi/react-component": "^1.0.0-next.33", + "@asyncapi/parser": "^1.14.1", + "@asyncapi/react-component": "^1.0.0-next.34", "@asyncapi/specs": "^2.13.0", "@headlessui/react": "1.4.1", "@hookstate/core": "^3.0.12", @@ -6027,9 +6027,9 @@ } }, "node_modules/dompurify": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.5.tgz", - "integrity": "sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==" + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", + "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" }, "node_modules/dot-prop": { "version": "5.3.0", @@ -10303,9 +10303,9 @@ } }, "node_modules/jsdom/node_modules/ws": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "engines": { "node": ">=8.3.0" }, @@ -10345,9 +10345,9 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json-pointer": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.1.tgz", - "integrity": "sha512-3OvjqKdCBvH41DLpV4iSt6v2XhZXV1bPB4OROuknvUXI7ZQNofieCPkmE26stEJ9zdQuvIxDHCuYhfgxFAAs+Q==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.2.tgz", + "integrity": "sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==", "dependencies": { "foreach": "^2.0.4" } @@ -14992,9 +14992,9 @@ } }, "node_modules/openapi-sampler": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.1.tgz", - "integrity": "sha512-WAFsl5SPYuhQwaMTDFOcKhnEY1G1rmamrMiPmJdqwfl1lr81g63/befcsN9BNi0w5/R0L+hfcUj13PANEBeLgg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.0.tgz", + "integrity": "sha512-Y0tFg2iH7NWnNHYnesxhMfkXc7wWXyJXYMUTTxkGkfpl0U9u/ZOf6BxrdEXBD4sgs9uMlVWsbWLDLesVmSUU7Q==", "dependencies": { "@types/json-schema": "^7.0.7", "json-pointer": "^0.6.1" @@ -24570,9 +24570,9 @@ "integrity": "sha512-gWAqS2CKxbChdX8hZY+5EYQl6atP8FTSBvoG5mGGQ89XUoNdlLX14lsvbgvBnDj5sSwqfs+b5Mh5PUZMR/8maA==" }, "@asyncapi/converter": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-0.7.0.tgz", - "integrity": "sha512-ZL3q/4yksxMoMjQ7WCz2KvSVqhkGlmmsUGBDfzEve38hBtC+7TsSWmyvbfOiQ/uLWPZwvnpfo1Vn5pDuk6qwLQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@asyncapi/converter/-/converter-0.9.0.tgz", + "integrity": "sha512-fAKrEwFjdMfoO1vwmifr/pe2Trna9QGSVj8GKY+6Nd2X6hs1OLQ+/OXvqhVnecL5ZcPy7t2pjDz3tcpMwV9Cdg==", "requires": { "commander": "^8.3.0", "js-yaml": "^3.14.1", @@ -24614,9 +24614,9 @@ } }, "@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", @@ -24630,9 +24630,9 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.33", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.33.tgz", - "integrity": "sha512-3uUvOOimgqtqowGb+h73PvGKEgCMykEVxMQWHye/NH/+yDivelj6gX9mprGZQL3pWG2CVsUyPUd0vUuCrXOzcg==", + "version": "1.0.0-next.34", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.34.tgz", + "integrity": "sha512-4ZkF3vsKjaAaZ2qIPLfkmw73vCrop+qF2krPtAFSmk4wy8B+uMRK9bsObrf+QUSj4gSIQHezznMIZKAU91JTQw==", "requires": { "@asyncapi/avro-schema-parser": "^0.3.0", "@asyncapi/openapi-schema-parser": "^2.0.0", @@ -24657,15 +24657,15 @@ "integrity": "sha512-X0OrxJtzwRH8iLILO/gUTDqjGVPmagmdlgdyuBggYAoGXzF6ZuAws3XCLxtPNve5eA/0V/1puwpUYEGekI22og==" }, "@asyncapi/studio": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@asyncapi/studio/-/studio-0.9.0.tgz", - "integrity": "sha512-8MTM/MBVDD6P0FwzyeB0FppY51x89I5gZLmbQAH8OfxLxh5VAastxMm/P3btYvPFzRs24tMQqIipZfNzPRgRtg==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@asyncapi/studio/-/studio-0.10.0.tgz", + "integrity": "sha512-rBnxRwnkIRaKF83ezwQYDXJyanG9wb7NqUbThCy86I0T5Ro5WGhyWJkMJAA5hiD7IoYYO4dWqs/XB3R2SvHSKg==", "requires": { "@asyncapi/avro-schema-parser": "^1.0.1", - "@asyncapi/converter": "^0.7.0", + "@asyncapi/converter": "^0.9.0", "@asyncapi/openapi-schema-parser": "^2.0.1", - "@asyncapi/parser": "^1.14.0", - "@asyncapi/react-component": "^1.0.0-next.33", + "@asyncapi/parser": "^1.14.1", + "@asyncapi/react-component": "^1.0.0-next.34", "@asyncapi/specs": "^2.13.0", "@headlessui/react": "1.4.1", "@hookstate/core": "^3.0.12", @@ -29229,9 +29229,9 @@ } }, "dompurify": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.5.tgz", - "integrity": "sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==" + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", + "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" }, "dot-prop": { "version": "5.3.0", @@ -32473,9 +32473,9 @@ } }, "ws": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz", - "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "requires": {} } } @@ -32497,9 +32497,9 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "json-pointer": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.1.tgz", - "integrity": "sha512-3OvjqKdCBvH41DLpV4iSt6v2XhZXV1bPB4OROuknvUXI7ZQNofieCPkmE26stEJ9zdQuvIxDHCuYhfgxFAAs+Q==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.2.tgz", + "integrity": "sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==", "requires": { "foreach": "^2.0.4" } @@ -35948,9 +35948,9 @@ } }, "openapi-sampler": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.1.tgz", - "integrity": "sha512-WAFsl5SPYuhQwaMTDFOcKhnEY1G1rmamrMiPmJdqwfl1lr81g63/befcsN9BNi0w5/R0L+hfcUj13PANEBeLgg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.0.tgz", + "integrity": "sha512-Y0tFg2iH7NWnNHYnesxhMfkXc7wWXyJXYMUTTxkGkfpl0U9u/ZOf6BxrdEXBD4sgs9uMlVWsbWLDLesVmSUU7Q==", "requires": { "@types/json-schema": "^7.0.7", "json-pointer": "^0.6.1" diff --git a/package.json b/package.json index b7f26e8f7b4..5238fe04e3a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@asyncapi/diff": "^0.3.0", "@asyncapi/parser": "^1.14.0", - "@asyncapi/studio": "^0.9.0", + "@asyncapi/studio": "^0.10.0", "@fmvilas/oclif-plugin-spaced-commands": "^1.0.4", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0",