diff --git a/package-lock.json b/package-lock.json index 73cf38d8144..4706433ff51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@asyncapi/generator": "^1.15.9", "@asyncapi/modelina": "^2.0.13", "@asyncapi/openapi-schema-parser": "^3.0.10", - "@asyncapi/optimizer": "^0.2.7", + "@asyncapi/optimizer": "^0.3.0", "@asyncapi/parser": "^3.0.2", "@asyncapi/protobuf-schema-parser": "^3.0.6", "@asyncapi/raml-dt-schema-parser": "^4.0.10", @@ -508,10 +508,13 @@ } }, "node_modules/@asyncapi/optimizer": { - "version": "0.2.7", - "license": "Apache-2.0", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/optimizer/-/optimizer-0.3.0.tgz", + "integrity": "sha512-QZ62EmraTsOB3gMHwov2KHXDEIlw3SeqsBdmFso5oz6kZSIWJjoMkAIiwj3iNOvcXqmQuYbd7Pww9lO+MOsQcQ==", "dependencies": { "@asyncapi/parser": "^3.0.2", + "@types/debug": "^4.1.8", + "debug": "^4.3.4", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1", "lodash": "^4.17.21", @@ -5329,6 +5332,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", @@ -5461,6 +5472,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 684748e758c..73ce383a799 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "@asyncapi/bundler": "^0.4.0", "@asyncapi/converter": "^1.4.7", "@asyncapi/diff": "^0.4.1", - "@asyncapi/openapi-schema-parser": "^3.0.10", "@asyncapi/generator": "^1.15.9", "@asyncapi/modelina": "^2.0.13", - "@asyncapi/optimizer": "^0.2.7", + "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/optimizer": "^0.3.0", "@asyncapi/parser": "^3.0.2", - "@asyncapi/raml-dt-schema-parser": "^4.0.10", "@asyncapi/protobuf-schema-parser": "^3.0.6", + "@asyncapi/raml-dt-schema-parser": "^4.0.10", "@asyncapi/studio": "^0.17.3", "@oclif/core": "^1.26.2", "@oclif/errors": "^1.3.6",