diff --git a/redocly/package-lock.json b/redocly/package-lock.json index a9e7bf7..bf19a89 100644 --- a/redocly/package-lock.json +++ b/redocly/package-lock.json @@ -8,7 +8,7 @@ "name": "modelix-openapi", "version": "1.0.0", "dependencies": { - "@redocly/cli": "^2.2.2" + "@redocly/cli": "^2.2.3" } }, "node_modules/@babel/code-frame": { @@ -531,17 +531,17 @@ } }, "node_modules/@redocly/cli": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.2.2.tgz", - "integrity": "sha512-LqC7VGoMxWZZC6P96vZO5JOXGSo5Aj6A2KiLcPYPLrZT4Rr/aMBjMauJ4lacX/Z2SuaWZ5CrcnprY1QlL/ZFkQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.2.3.tgz", + "integrity": "sha512-nls0hUkSd0iunCNAv3msBzDGUY9xeaAOGR0m98v8rpUj6M6ppwOOZ6YVs5v6pHzwaUrI6rTil7TdLULM5DIflQ==", "license": "MIT", "dependencies": { "@opentelemetry/exporter-trace-otlp-http": "0.202.0", "@opentelemetry/resources": "2.0.1", "@opentelemetry/sdk-trace-node": "2.0.1", "@opentelemetry/semantic-conventions": "1.34.0", - "@redocly/openapi-core": "2.2.2", - "@redocly/respect-core": "2.2.2", + "@redocly/openapi-core": "2.2.3", + "@redocly/respect-core": "2.2.3", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -582,9 +582,9 @@ } }, "node_modules/@redocly/openapi-core": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.2.2.tgz", - "integrity": "sha512-7Db3yYOAH0k0dq+EkWEh0Cff+KzlzR82YG+R0UphG3sxgtVT7EE4OoDKGcVYey0Dh+Qn728WCKNXdBBKb3Svhw==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.2.3.tgz", + "integrity": "sha512-vIWciHazjq8aMIlMvvKHsrHwr29RONUhsWg0kgE+e/WbTtukU55TyZhcAo/37EAQThb+w640dDuCp/35KokxBw==", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.2", @@ -603,15 +603,15 @@ } }, "node_modules/@redocly/respect-core": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-2.2.2.tgz", - "integrity": "sha512-OpiS9LFlBd8xfHAzH5WJ7zTDsjL7FO9jH5QNLCy6/macnL0b6tg/uDUmMjxyUU7/eL2eQUEr8wlIa5oZaN5ZNg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-2.2.3.tgz", + "integrity": "sha512-s0JlAqKGGcCsJTES5m1kA44BGoPwAWTh+uzHLIvYs9y6u3a8oONRj5QSuslOXSEbKMyYQBajAuzGHzpTtUB2xQ==", "license": "MIT", "dependencies": { "@faker-js/faker": "^7.6.0", "@noble/hashes": "^1.8.0", "@redocly/ajv": "8.11.2", - "@redocly/openapi-core": "2.2.2", + "@redocly/openapi-core": "2.2.3", "better-ajv-errors": "^1.2.0", "colorette": "^2.0.20", "jest-matcher-utils": "^29.3.1", diff --git a/redocly/package.json b/redocly/package.json index 8a289ba..0af9f30 100644 --- a/redocly/package.json +++ b/redocly/package.json @@ -4,7 +4,7 @@ "description": "", "author": "", "dependencies": { - "@redocly/cli": "^2.2.2" + "@redocly/cli": "^2.2.3" }, "scripts": { "bundle": "redocly bundle"