diff --git a/package-lock.json b/package-lock.json index ea794a08b7a..a1a198c947a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@asyncapi/generator": "^1.17.2", "@asyncapi/modelina": "^2.1.3", "@asyncapi/openapi-schema-parser": "^3.0.10", - "@asyncapi/optimizer": "^0.2.7", + "@asyncapi/optimizer": "^0.3.3", "@asyncapi/parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/raml-dt-schema-parser": "^4.0.11", @@ -518,10 +518,13 @@ } }, "node_modules/@asyncapi/optimizer": { - "version": "0.2.7", - "license": "Apache-2.0", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@asyncapi/optimizer/-/optimizer-0.3.3.tgz", + "integrity": "sha512-sHNeVLUSlvoNHoiMQsGfaBKPEZ0+wv+uU5euGj6vm4+hAFJKXyZE8LPDAtPW5+O1+CKg5SQYp7ehiBJJo7uQJQ==", "dependencies": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.4", + "@types/debug": "^4.1.8", + "debug": "^4.3.4", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1", "lodash": "^4.17.21", @@ -5878,6 +5881,14 @@ "@types/d3-selection": "*" } }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "dependencies": { + "@types/ms": "*" + } + }, "node_modules/@types/dompurify": { "version": "2.4.0", "license": "MIT", @@ -6010,6 +6021,11 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/ms": { + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" + }, "node_modules/@types/node": { "version": "10.17.60", "license": "MIT" diff --git a/package.json b/package.json index c052f663b9a..2f29b6ce720 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@asyncapi/generator": "^1.17.2", "@asyncapi/modelina": "^2.1.3", "@asyncapi/openapi-schema-parser": "^3.0.10", - "@asyncapi/optimizer": "^0.2.7", + "@asyncapi/optimizer": "^0.3.3", "@asyncapi/parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.1.0", "@asyncapi/raml-dt-schema-parser": "^4.0.11",