diff --git a/package-lock.json b/package-lock.json index f660506af..b2cf4f883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@redocly/marketing-pages": "0.2.18", - "@redocly/realm": "0.136.0-next.5", + "@redocly/realm": "0.136.0-next.6", "buffer": "^6.0.3", "highlight-words-core": "^1.2.3", "path": "^0.12.7", @@ -2115,16 +2115,16 @@ } }, "node_modules/@redocly/asyncapi-docs": { - "version": "1.13.0-next.5", - "resolved": "https://registry.npmjs.org/@redocly/asyncapi-docs/-/asyncapi-docs-1.13.0-next.5.tgz", - "integrity": "sha512-msNWdblaAX2unnrg1alIbXuDOcL42IC0A88JRTSyXQZiQTaVfyha4kWEP5uE9KsaRZrS3E2vH3EHkYCxYzH5WQ==", + "version": "1.13.0-next.6", + "resolved": "https://registry.npmjs.org/@redocly/asyncapi-docs/-/asyncapi-docs-1.13.0-next.6.tgz", + "integrity": "sha512-/vBdnMT8b9uPsIhNE7Ce1CLjLp505aOkV1WhZbNoI8y4/R9lajMQQW2gYRsbmWl7kFTEOjKUfHf+i3Fu2QI6gg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@markdoc/markdoc": "0.5.2", - "@redocly/config": "0.52.0", - "@redocly/openapi-docs": "3.24.0-next.5", + "@redocly/config": "0.53.0", + "@redocly/openapi-docs": "3.24.0-next.6", "@redocly/redoc-opentelemetry": "0.2.2", - "@redocly/theme": "0.68.0-next.3", + "@redocly/theme": "0.68.0-next.4", "jotai": "^2.11.1", "openapi-sampler": "^1.7.2", "react-router-dom": "^7.18.1", @@ -2135,6 +2135,74 @@ "react": "^19.2.4" } }, + "node_modules/@redocly/asyncapi-docs/node_modules/@redocly/config": { + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.53.0.tgz", + "integrity": "sha512-BH7JXkiqLCZTmH6jJsrJcKOJA0A6iIRkaXpIL2rZcj/Z3IQG1fMoT9vVMixOvZV58PWneMGOPo0Irkjb3Du9lw==", + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" + } + }, + "node_modules/@redocly/asyncapi-docs/node_modules/@redocly/theme": { + "version": "0.68.0-next.4", + "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.68.0-next.4.tgz", + "integrity": "sha512-U1VSJnV3rcfAakVjV9uRXlOQ1T70B6Yt2DCxDtaF8M/M1QD69rXq/076YQIQuV6pzw1lrg5ZsRTiZ8bRDAFfvg==", + "license": "MIT", + "dependencies": { + "@redocly/config": "0.53.0", + "@tanstack/react-query": "5.62.3", + "@tanstack/react-virtual": "3.13.0", + "@xyflow/react": "^12.8.2", + "copy-to-clipboard": "3.3.3", + "file-saver": "2.0.5", + "highlight-words-core": "1.2.2", + "hotkeys-js": "3.10.1", + "i18next": "22.4.15", + "jszip": "3.10.1", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "4.1.1", + "nprogress": "0.2.0", + "openapi-sampler": "^1.7.2", + "react-calendar": "5.1.0", + "react-date-picker": "11.0.0" + }, + "peerDependencies": { + "@markdoc/markdoc": "0.5.2", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "react-router-dom": "^7.18.1", + "styled-components": "^4.1.1 || ^5.3.11 || ^6.0.0" + } + }, + "node_modules/@redocly/asyncapi-docs/node_modules/highlight-words-core": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz", + "integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==", + "license": "MIT" + }, + "node_modules/@redocly/asyncapi-docs/node_modules/json-schema-to-ts": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", + "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@types/json-schema": "^7.0.9", + "ts-algebra": "^1.2.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@redocly/asyncapi-docs/node_modules/ts-algebra": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", + "license": "MIT" + }, "node_modules/@redocly/config": { "version": "0.52.0", "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.52.0.tgz", @@ -2164,28 +2232,6 @@ "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", "license": "MIT" }, - "node_modules/@redocly/graphql-docs": { - "version": "1.13.0-next.5", - "resolved": "https://registry.npmjs.org/@redocly/graphql-docs/-/graphql-docs-1.13.0-next.5.tgz", - "integrity": "sha512-NZ4XdiE/e6CQU2VHxiY/gM3WE2bGYJ8LKm1lAaWsgb7u1Yz2KVL1tesuPv6NRDAljDTVK4hjrC1JVafpFdFQ0g==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@redocly/config": "0.52.0", - "@redocly/openapi-docs": "3.24.0-next.5", - "@redocly/redoc-opentelemetry": "0.2.2", - "deepmerge": "^4.2.2", - "marked": "^4.0.15", - "web-vitals": "3.3.1" - }, - "peerDependencies": { - "@redocly/theme": "0.68.0-next.3", - "graphql": "16.12.0", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "react-router-dom": "^7.18.1", - "styled-components": "^5.3.11 || ^6.0.0" - } - }, "node_modules/@redocly/json-to-json-schema": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/@redocly/json-to-json-schema/-/json-to-json-schema-0.0.1.tgz", @@ -2395,17 +2441,17 @@ } }, "node_modules/@redocly/openapi-docs": { - "version": "3.24.0-next.5", - "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.24.0-next.5.tgz", - "integrity": "sha512-i1ZUmFli8Jpbb0quClFSA53QTQ077s7TI+gtki/Vb0YIQrNrZgdNkXaHEb2lO7mN0DIf11A0KpxABCEU5be9Cg==", + "version": "3.24.0-next.6", + "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.24.0-next.6.tgz", + "integrity": "sha512-jFMCscEj7cnWKeQBY5LvgW+BCIRHIbFJpWtMaGASQJtsVJ0CLnaPAaTmGYZlXurBtqMEGhnmtTfyrga2yfYUlg==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@babel/core": "7.29.7", "@markdoc/markdoc": "0.5.2", - "@redocly/config": "0.52.0", + "@redocly/config": "0.53.0", "@redocly/openapi-core": "2.40.0", "@redocly/redoc-opentelemetry": "0.2.2", - "@redocly/replay": "0.27.0-next.4", + "@redocly/replay": "0.27.0-next.5", "deepmerge": "^4.2.2", "dompurify": "3.4.12", "fast-deep-equal": "^3.1.3", @@ -2434,6 +2480,48 @@ "styled-components": "^4.1.1 || ^5.3.11 || ^6.0.0" } }, + "node_modules/@redocly/openapi-docs/node_modules/@redocly/config": { + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.53.0.tgz", + "integrity": "sha512-BH7JXkiqLCZTmH6jJsrJcKOJA0A6iIRkaXpIL2rZcj/Z3IQG1fMoT9vVMixOvZV58PWneMGOPo0Irkjb3Du9lw==", + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" + } + }, + "node_modules/@redocly/openapi-docs/node_modules/@redocly/replay": { + "version": "0.27.0-next.5", + "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.27.0-next.5.tgz", + "integrity": "sha512-UESEZbT5SnEjrcKV7yzTraAIFufI74bJu7b1SBMuRmYP4hW7qG2HP4/mCtsP+ac110kDHeUZSqANkRjj4mQsfg==", + "peerDependencies": { + "@redocly/theme": "0.68.0-next.4", + "@tanstack/react-query": "5.62.3", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "react-router-dom": "^7.18.1", + "styled-components": "^6.4.2" + } + }, + "node_modules/@redocly/openapi-docs/node_modules/json-schema-to-ts": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", + "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@types/json-schema": "^7.0.9", + "ts-algebra": "^1.2.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@redocly/openapi-docs/node_modules/ts-algebra": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", + "license": "MIT" + }, "node_modules/@redocly/openapi-language-server": { "version": "0.10.3", "resolved": "https://registry.npmjs.org/@redocly/openapi-language-server/-/openapi-language-server-0.10.3.tgz", @@ -2493,20 +2581,49 @@ } }, "node_modules/@redocly/portal-plugin-mock-server": { - "version": "0.21.0-next.5", - "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.21.0-next.5.tgz", - "integrity": "sha512-5gABvX7hoxDDdbOgENK+E+f46P9l6mlDplrTGhzU96FbTNXOW+CBsRKzrTjDz0GwKTbM0WzBkbLC6Zhc8faiYg==", + "version": "0.21.0-next.6", + "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.21.0-next.6.tgz", + "integrity": "sha512-F6eNjHws6Vcr9Si0l322RcsGqZVpsJsaQhbSzgQuRxsoDmMaSG1O70puO3obyJQfaiWb7wX2C/SF7dOat+vGYw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@redocly/config": "0.52.0", + "@redocly/config": "0.53.0", "@redocly/mock-server": "0.10.0-next.1", - "@redocly/openapi-docs": "3.24.0-next.5" + "@redocly/openapi-docs": "3.24.0-next.6" + } + }, + "node_modules/@redocly/portal-plugin-mock-server/node_modules/@redocly/config": { + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.53.0.tgz", + "integrity": "sha512-BH7JXkiqLCZTmH6jJsrJcKOJA0A6iIRkaXpIL2rZcj/Z3IQG1fMoT9vVMixOvZV58PWneMGOPo0Irkjb3Du9lw==", + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" + } + }, + "node_modules/@redocly/portal-plugin-mock-server/node_modules/json-schema-to-ts": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", + "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@types/json-schema": "^7.0.9", + "ts-algebra": "^1.2.0" + }, + "engines": { + "node": ">=16" } }, + "node_modules/@redocly/portal-plugin-mock-server/node_modules/ts-algebra": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", + "license": "MIT" + }, "node_modules/@redocly/realm": { - "version": "0.136.0-next.5", - "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.136.0-next.5.tgz", - "integrity": "sha512-JctSooVVTUoANQTfwSJqbNaLhQBodfxl/KLW3Dc2Q/N8dK2NawciRmlZbwvMAuj+eBjM3E18G9WPPfyLkqvJNw==", + "version": "0.136.0-next.6", + "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.136.0-next.6.tgz", + "integrity": "sha512-KPGJA6AWdys4xSR9gzTgGzI8hPq9ZKJABoa3x/iApTXEdzWKOj5H8LTgsd42VUz1q2HHP3RJCaXwOAN45nlcFg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/core": "7.29.7", @@ -2527,16 +2644,16 @@ "@opentelemetry/sdk-trace-web": "2.8.0", "@opentelemetry/semantic-conventions": "1.40.0", "@redocly/ajv": "8.18.0", - "@redocly/asyncapi-docs": "1.13.0-next.5", - "@redocly/config": "0.52.0", - "@redocly/graphql-docs": "1.13.0-next.5", + "@redocly/asyncapi-docs": "1.13.0-next.6", + "@redocly/config": "0.53.0", + "@redocly/graphql-docs": "1.13.0-next.6", "@redocly/mcp-typescript-sdk": "1.18.1", "@redocly/openapi-core": "2.40.0", - "@redocly/openapi-docs": "3.24.0-next.5", + "@redocly/openapi-docs": "3.24.0-next.6", "@redocly/portal-legacy-ui": "0.18.0", - "@redocly/portal-plugin-mock-server": "0.21.0-next.5", + "@redocly/portal-plugin-mock-server": "0.21.0-next.6", "@redocly/realm-asyncapi-sdk": "0.14.0-next.0", - "@redocly/theme": "0.68.0-next.3", + "@redocly/theme": "0.68.0-next.4", "@shikijs/transformers": "3.21.0", "@tanstack/react-query": "5.62.3", "@tanstack/react-table": "8.21.3", @@ -2635,12 +2752,96 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/@redocly/realm/node_modules/@redocly/config": { + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.53.0.tgz", + "integrity": "sha512-BH7JXkiqLCZTmH6jJsrJcKOJA0A6iIRkaXpIL2rZcj/Z3IQG1fMoT9vVMixOvZV58PWneMGOPo0Irkjb3Du9lw==", + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" + } + }, + "node_modules/@redocly/realm/node_modules/@redocly/graphql-docs": { + "version": "1.13.0-next.6", + "resolved": "https://registry.npmjs.org/@redocly/graphql-docs/-/graphql-docs-1.13.0-next.6.tgz", + "integrity": "sha512-PAOtM93odLbyspxtFNk1Pu4CKfuq0oaddpSJYg3wGc/K4D6wnh4pNAlUyv28J/14k0A4afd5btWl4ZJ3CAxotA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@redocly/config": "0.53.0", + "@redocly/openapi-docs": "3.24.0-next.6", + "@redocly/redoc-opentelemetry": "0.2.2", + "deepmerge": "^4.2.2", + "marked": "^4.0.15", + "web-vitals": "3.3.1" + }, + "peerDependencies": { + "@redocly/theme": "0.68.0-next.4", + "graphql": "16.12.0", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "react-router-dom": "^7.18.1", + "styled-components": "^5.3.11 || ^6.0.0" + } + }, + "node_modules/@redocly/realm/node_modules/@redocly/theme": { + "version": "0.68.0-next.4", + "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.68.0-next.4.tgz", + "integrity": "sha512-U1VSJnV3rcfAakVjV9uRXlOQ1T70B6Yt2DCxDtaF8M/M1QD69rXq/076YQIQuV6pzw1lrg5ZsRTiZ8bRDAFfvg==", + "license": "MIT", + "dependencies": { + "@redocly/config": "0.53.0", + "@tanstack/react-query": "5.62.3", + "@tanstack/react-virtual": "3.13.0", + "@xyflow/react": "^12.8.2", + "copy-to-clipboard": "3.3.3", + "file-saver": "2.0.5", + "highlight-words-core": "1.2.2", + "hotkeys-js": "3.10.1", + "i18next": "22.4.15", + "jszip": "3.10.1", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "4.1.1", + "nprogress": "0.2.0", + "openapi-sampler": "^1.7.2", + "react-calendar": "5.1.0", + "react-date-picker": "11.0.0" + }, + "peerDependencies": { + "@markdoc/markdoc": "0.5.2", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "react-router-dom": "^7.18.1", + "styled-components": "^4.1.1 || ^5.3.11 || ^6.0.0" + } + }, "node_modules/@redocly/realm/node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "license": "MIT" }, + "node_modules/@redocly/realm/node_modules/highlight-words-core": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz", + "integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==", + "license": "MIT" + }, + "node_modules/@redocly/realm/node_modules/json-schema-to-ts": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", + "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@types/json-schema": "^7.0.9", + "ts-algebra": "^1.2.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/@redocly/realm/node_modules/picomatch": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", @@ -2653,30 +2854,24 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/@redocly/realm/node_modules/ts-algebra": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", + "license": "MIT" + }, "node_modules/@redocly/redoc-opentelemetry": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/@redocly/redoc-opentelemetry/-/redoc-opentelemetry-0.2.2.tgz", "integrity": "sha512-gp9rkjtTfEMLNzph+7/7pnOtEjkjvz7dC5A10XQjzKDjqEJ9E55p14kvk1iFgpsztQFVQsYXMMdB1vGmU4/hBg==", "license": "MIT" }, - "node_modules/@redocly/replay": { - "version": "0.27.0-next.4", - "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.27.0-next.4.tgz", - "integrity": "sha512-gcnZBFFe5sQKTwQ663SMjSCJXo2NMwjOir2uYprswUU5EC3hmtn7mTm01hLnpk2PgdzkgOjNT6JT9rrb0hmLnA==", - "peerDependencies": { - "@redocly/theme": "0.68.0-next.3", - "@tanstack/react-query": "5.62.3", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "react-router-dom": "^7.18.1", - "styled-components": "^6.4.2" - } - }, "node_modules/@redocly/theme": { "version": "0.68.0-next.3", "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.68.0-next.3.tgz", "integrity": "sha512-HmqTqlzRv4Byedx0jyLzNCXXAMXxb4XIiTFBZ20iKQWYY2vOWsLGy6oD/YGlQt9UrfOZaABt1Cm251fHa6qung==", "license": "MIT", + "peer": true, "dependencies": { "@redocly/config": "0.52.0", "@tanstack/react-query": "5.62.3", @@ -2709,7 +2904,8 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz", "integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@redocly/yaml-language-server-parser": { "version": "0.3.0", diff --git a/package.json b/package.json index 42802ff67..c3607479e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "UNLICENSED", "dependencies": { "@redocly/marketing-pages": "0.2.18", - "@redocly/realm": "0.136.0-next.5", + "@redocly/realm": "0.136.0-next.6", "buffer": "^6.0.3", "highlight-words-core": "^1.2.3", "path": "^0.12.7", @@ -38,6 +38,6 @@ "react-dom": "19.2.4", "shell-quote@<1.8.4": "1.8.4", "js-cookie@<3.0.7": "3.0.7", - "@redocly/realm": "0.136.0-next.5" + "@redocly/realm": "0.136.0-next.6" } }