diff --git a/package-lock.json b/package-lock.json index f185bdf5b..fa8c1fccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,6 +66,11 @@ "tiny-merge-patch": "^0.1.2" }, "dependencies": { + "@asyncapi/specs": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.9.0.tgz", + "integrity": "sha512-23/mlTzC1O4yF9RyA8QAqUlZBcsd6Fc+kktWURNgOgEam/2cbYKGrib7d7WmbfAi1NIJk9P8DqX2s7PHJ/NZsw==" + }, "js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", @@ -93,9 +98,9 @@ } }, "@asyncapi/specs": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.9.0.tgz", - "integrity": "sha512-23/mlTzC1O4yF9RyA8QAqUlZBcsd6Fc+kktWURNgOgEam/2cbYKGrib7d7WmbfAi1NIJk9P8DqX2s7PHJ/NZsw==" + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.10.0.tgz", + "integrity": "sha512-LLs5648rKRK44iy93SzLhKSy/pVu+xcvq+gFwV8mEYEPEysuaF78dwtGOzQlrKy/fw3iwZ4Py37lPaNYODL/aA==" }, "@babel/code-frame": { "version": "7.15.8", diff --git a/package.json b/package.json index 4d837f14e..d05a30777 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@asyncapi/converter": "^0.6.0", "@asyncapi/parser": "^1.10.0", "@asyncapi/react-component": "^1.0.0-next.19", - "@asyncapi/specs": "^2.9.0", + "@asyncapi/specs": "^2.10.0", "@headlessui/react": "1.4.1", "@hookstate/core": "^3.0.12", "@monaco-editor/react": "^4.2.2",