diff --git a/package-lock.json b/package-lock.json index 2213d64f..eb72fbe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@redocly/marketing-pages": ">=0.1.7", - "@redocly/realm": "0.122.0-next.10", + "@redocly/realm": "0.122.0-next.12", "highlight-words-core": "^1.2.3", "polished": "^4.3.1" }, @@ -2960,9 +2960,9 @@ } }, "node_modules/@redocly/openapi-core": { - "version": "0.0.0-snapshot.1748443305", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-0.0.0-snapshot.1748443305.tgz", - "integrity": "sha512-gP+0qQB4UWflKTbNbPnJ7lDU3FGMMlsISvIpjZ5XbNqBBfMln7Y0J5Gdlcb7dbyuppX/C3g6UQ7zZ4I8WsBEfA==", + "version": "0.0.0-snapshot.1748969604", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-0.0.0-snapshot.1748969604.tgz", + "integrity": "sha512-tbIL8rHhjCrgGhxtBJXpf9NPlK6qL5bgM7UF7d9lAQ5nKCINRlhZJq+ktiApmxvqgldCWu+FsllfGj8Qwo+aPQ==", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.2", @@ -3128,9 +3128,9 @@ "license": "MIT" }, "node_modules/@redocly/realm": { - "version": "0.122.0-next.10", - "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.122.0-next.10.tgz", - "integrity": "sha512-0ZLeWYuH06Vn2aCAe0n5Y/qWCH9pD5+BEw9jRGgJeG12qUfSIn7QPeSTEubZ1PSxXrdKvC/v5D6kHoKCXiP5VA==", + "version": "0.122.0-next.12", + "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.122.0-next.12.tgz", + "integrity": "sha512-kVK+did1Y+LwiYZDmE2c/5ey4B6e6Z90Tv3nzQuIefO/+xw98YCIz6R2W8/1Z1KafXmI9rbtVtLzywmFntfNKA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/core": "7.23.5", @@ -3151,9 +3151,9 @@ "@opentelemetry/semantic-conventions": "1.27.0", "@redocly/ajv": "8.11.2", "@redocly/asyncapi-docs": "0.3.0-next.8", - "@redocly/config": "0.25.0", + "@redocly/config": "0.26.0", "@redocly/graphql-docs": "0.11.0-next.1", - "@redocly/openapi-core": "0.0.0-snapshot.1748443305", + "@redocly/openapi-core": "0.0.0-snapshot.1748969604", "@redocly/openapi-docs": "3.10.0-next.8", "@redocly/portal-legacy-ui": "0.5.0-next.1", "@redocly/portal-plugin-mock-server": "0.7.0-next.8", @@ -3635,9 +3635,9 @@ } }, "node_modules/@redocly/realm/node_modules/@redocly/config": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.25.0.tgz", - "integrity": "sha512-2eG7mfYvqhsLGYB8x6qxa/aUCt4nLfGS2WGozLU/FFnO1UL8NkXA7JXL0ZGPb5EqyAbhZCEJ8tpzwHT31sbS1w==", + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.26.0.tgz", + "integrity": "sha512-veuHuz+IzXOI9N/SnlaVAHw8FgVMM5nVGxguY1wgpfIoNWapHJzQNMyivlGAVPx+HLVZj8vi7KKmPry3SpjZMg==", "license": "MIT" }, "node_modules/@redocly/realm/node_modules/esbuild": { diff --git a/package.json b/package.json index 8a68b34b..3cd7a5fc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "UNLICENSED", "dependencies": { "@redocly/marketing-pages": ">=0.1.7", - "@redocly/realm": "0.122.0-next.10", + "@redocly/realm": "0.122.0-next.12", "polished": "^4.3.1", "highlight-words-core": "^1.2.3" },