From 70a150de96ee1eb2f51732f326824413f5b1349d Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:47:38 +0100 Subject: [PATCH] Update dependency @redocly/cli to ^2.12.0 (main) (#245666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@redocly/cli](https://redirect.github.com/Redocly/redocly-cli) | devDependencies | minor | [`^2.11.1` -> `^2.12.0`](https://renovatebot.com/diffs/npm/@redocly%2fcli/2.11.1/2.12.0) | `2.12.5` (+4) | | [@redocly/cli](https://redirect.github.com/Redocly/redocly-cli) | dependencies | minor | [`^2.11.1` -> `^2.12.0`](https://renovatebot.com/diffs/npm/@redocly%2fcli/2.11.1/2.12.0) | `2.12.5` (+4) | --- ### Release Notes
Redocly/redocly-cli (@​redocly/cli) ### [`v2.12.0`](https://redirect.github.com/Redocly/redocly-cli/releases/tag/%40redocly/cli%402.12.0) [Compare Source](https://redirect.github.com/Redocly/redocly-cli/compare/@redocly/cli@2.11.1...@redocly/cli@2.12.0) ##### Minor Changes - Added OpenAPI 3.2 XML modeling support. ##### Patch Changes - Fixed an issue where the `no-required-schema-properties-undefined` caused a crash when encountering unresolved `$ref`s. - Updated [@​redocly/openapi-core](https://redirect.github.com/redocly/openapi-core) to v2.12.0.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 68361a7ad83db1c3b3322df3fa9a74495f7904de) # Conflicts: # package.json --- oas_docs/package-lock.json | 95 ++++++++++++++++++++------------------ oas_docs/package.json | 2 +- package.json | 2 +- yarn.lock | 81 +++++++++++++++----------------- 4 files changed, 88 insertions(+), 92 deletions(-) diff --git a/oas_docs/package-lock.json b/oas_docs/package-lock.json index 52faf4cb52c06..ff859f9a5c94c 100644 --- a/oas_docs/package-lock.json +++ b/oas_docs/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@redocly/cli": "^2.11.1", + "@redocly/cli": "^2.12.0", "bump-cli": "^2.8.4" } }, @@ -914,15 +914,15 @@ "license": "BSD-3-Clause" }, "node_modules/@redocly/ajv": { - "version": "8.11.4", - "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.4.tgz", - "integrity": "sha512-77MhyFgZ1zGMwtCpqsk532SJEc3IJmSOXKTCeWoMTAvPnQOkuOgxEip1n5pG5YX1IzCTJ4kCvPKr8xYyzWFdhg==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-EDtsGZS964mf9zAUXAl9Ew16eYbeyAFWhsPr0fX6oaJxgd8rApYlPBf0joyhnUHz88WxrigyFtTaqqzXNzPgqw==", "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js-replace": "^1.0.1" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -930,17 +930,17 @@ } }, "node_modules/@redocly/cli": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.11.1.tgz", - "integrity": "sha512-doNs+sdrFzzXmyf1yIeJbPh8OChacHWkvTE9N0QbuCmnYQ4k0v1IMP20qsitkwR+fK8O1hXSnFnSTVvIunMVVw==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.12.5.tgz", + "integrity": "sha512-/kIIKHRpsIu/QxvLzsuxsFFbMJqQmCcbcZUSkNhbeJdYkB+3y5R6xpsLOlcaC33wJePcbDg2v3VYfKEhbU6rtA==", "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.11.1", - "@redocly/respect-core": "2.11.1", + "@redocly/openapi-core": "2.12.5", + "@redocly/respect-core": "2.12.5", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -952,13 +952,14 @@ "https-proxy-agent": "^7.0.5", "mobx": "^6.0.4", "pluralize": "^8.0.0", - "react": "^17.0.0 || ^18.2.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0", + "react": "^17.0.0 || ^18.2.0 || ^19.2.1", + "react-dom": "^17.0.0 || ^18.2.0 || ^19.2.1", "redoc": "2.5.1", "semver": "^7.5.2", "set-cookie-parser": "^2.3.5", "simple-websocket": "^9.0.0", "styled-components": "^6.0.7", + "ulid": "^3.0.1", "undici": "^6.21.3", "yargs": "17.0.1" }, @@ -972,23 +973,23 @@ } }, "node_modules/@redocly/cli/node_modules/@redocly/config": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.38.0.tgz", - "integrity": "sha512-kSgMG3rRzgXIP/6gWMRuWbu9/ms0Cyuphcx19dPR9qlgc1tt9IKYPsFQ+KhJuEtqd3bcY/+Uflysf33dQkZWVQ==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.41.0.tgz", + "integrity": "sha512-8yJ2e+ex8KVF25zijdpDbAEjyubk7NLfHsLI8h0MUnLEo2iEg6rTCDT9Qw71XDqd5UlXvfJb0Z0h6dd+Y6pWLw==", "license": "MIT", "dependencies": { "json-schema-to-ts": "2.7.2" } }, "node_modules/@redocly/cli/node_modules/@redocly/openapi-core": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.11.1.tgz", - "integrity": "sha512-FVCDnZxaoUJwLQxfW4inCojxUO56J3ntu7dDAE2qyWd6tJBK45CnXMQQUxpqeRTeXROr3jYQoApAw+GCEnyBeg==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.12.5.tgz", + "integrity": "sha512-PlzsfOgPUWg4OmyznsIWQ6EnfZK6KSOn2MG4sZS3DY9cHgno5YywNy8zFQWHADXLqR7hTw2M7VvbiMKVJxzyiA==", "license": "MIT", "dependencies": { - "@redocly/ajv": "^8.11.4", - "@redocly/config": "^0.38.0", - "ajv-formats": "^2.1.1", + "@redocly/ajv": "^8.17.1", + "@redocly/config": "^0.41.0", + "ajv-formats": "^3.0.1", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0", @@ -1061,15 +1062,15 @@ } }, "node_modules/@redocly/respect-core": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-2.11.1.tgz", - "integrity": "sha512-jSMJvCJeo5gmhQfg82AhuwCG0h8gbW5vqHyRITBu8KHVsBiQTgvfhXepu8SKHeJu0OexYtEc0nUnGLJlefevYw==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-2.12.5.tgz", + "integrity": "sha512-c0Tj+Yqd48uCD+fo0WtNeHeVIBkSWNpyT+L3ViAyMXxWD6HiMaA7JTb+IXJXhWdcUrVwd4l1gMuduSyvzFX2gg==", "license": "MIT", "dependencies": { "@faker-js/faker": "^7.6.0", "@noble/hashes": "^1.8.0", - "@redocly/ajv": "8.11.4", - "@redocly/openapi-core": "2.11.1", + "@redocly/ajv": "8.17.1", + "@redocly/openapi-core": "2.12.5", "better-ajv-errors": "^1.2.0", "colorette": "^2.0.20", "json-pointer": "^0.6.2", @@ -1083,23 +1084,23 @@ } }, "node_modules/@redocly/respect-core/node_modules/@redocly/config": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.38.0.tgz", - "integrity": "sha512-kSgMG3rRzgXIP/6gWMRuWbu9/ms0Cyuphcx19dPR9qlgc1tt9IKYPsFQ+KhJuEtqd3bcY/+Uflysf33dQkZWVQ==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.41.0.tgz", + "integrity": "sha512-8yJ2e+ex8KVF25zijdpDbAEjyubk7NLfHsLI8h0MUnLEo2iEg6rTCDT9Qw71XDqd5UlXvfJb0Z0h6dd+Y6pWLw==", "license": "MIT", "dependencies": { "json-schema-to-ts": "2.7.2" } }, "node_modules/@redocly/respect-core/node_modules/@redocly/openapi-core": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.11.1.tgz", - "integrity": "sha512-FVCDnZxaoUJwLQxfW4inCojxUO56J3ntu7dDAE2qyWd6tJBK45CnXMQQUxpqeRTeXROr3jYQoApAw+GCEnyBeg==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.12.5.tgz", + "integrity": "sha512-PlzsfOgPUWg4OmyznsIWQ6EnfZK6KSOn2MG4sZS3DY9cHgno5YywNy8zFQWHADXLqR7hTw2M7VvbiMKVJxzyiA==", "license": "MIT", "dependencies": { - "@redocly/ajv": "^8.11.4", - "@redocly/config": "^0.38.0", - "ajv-formats": "^2.1.1", + "@redocly/ajv": "^8.17.1", + "@redocly/config": "^0.41.0", + "ajv-formats": "^3.0.1", "colorette": "^1.2.0", "js-levenshtein": "^1.1.6", "js-yaml": "^4.1.0", @@ -1289,9 +1290,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "license": "MIT", "dependencies": { "ajv": "^8.0.0" @@ -3968,6 +3969,15 @@ "node": ">=0.8.0" } }, + "node_modules/ulid": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/ulid/-/ulid-3.0.2.tgz", + "integrity": "sha512-yu26mwteFYzBAot7KVMqFGCVpsF6g8wXfJzQUHvu1no3+rRRSFcSV2nKeYvNPLD2J4b08jYBDhHUjeH0ygIl9w==", + "license": "MIT", + "bin": { + "ulid": "dist/cli.js" + } + }, "node_modules/underscore": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", @@ -3995,11 +4005,6 @@ "node": ">= 10.0.0" } }, - "node_modules/uri-js-replace": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/uri-js-replace/-/uri-js-replace-1.0.1.tgz", - "integrity": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g==" - }, "node_modules/url-template": { "version": "2.0.8", "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", diff --git a/oas_docs/package.json b/oas_docs/package.json index b7eb727e97bc9..53d10a0a5447f 100644 --- a/oas_docs/package.json +++ b/oas_docs/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "bump-cli": "^2.8.4", - "@redocly/cli": "^2.11.1" + "@redocly/cli": "^2.12.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/package.json b/package.json index cddea30dd9665..840e4cd692c2e 100644 --- a/package.json +++ b/package.json @@ -1629,7 +1629,7 @@ "@parcel/watcher": "^2.5.1", "@playwright/test": "1.56.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", - "@redocly/cli": "^2.11.1", + "@redocly/cli": "^2.12.0", "@statoscope/webpack-plugin": "^5.28.2", "@storybook/addon-a11y": "^8.6.3", "@storybook/addon-actions": "^8.6.3", diff --git a/yarn.lock b/yarn.lock index 4401d9d78f29d..878149324544f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11061,17 +11061,7 @@ resolved "https://registry.yarnpkg.com/@readme/openapi-schemas/-/openapi-schemas-3.1.0.tgz#5ff4b704af6a8b108f9d577fd87cf73e9e7b3178" integrity sha512-9FC/6ho8uFa8fV50+FPy/ngWN53jaUu4GRXlAjcxIRrzhltJnpKkBG2Tp0IDraFJeWrOpk84RJ9EMEEYzaI1Bw== -"@redocly/ajv@8.11.4": - version "8.11.4" - resolved "https://registry.yarnpkg.com/@redocly/ajv/-/ajv-8.11.4.tgz#57130189b77a4a6f7ce0c5a9fa03aa0b9c7f4fdf" - integrity sha512-77MhyFgZ1zGMwtCpqsk532SJEc3IJmSOXKTCeWoMTAvPnQOkuOgxEip1n5pG5YX1IzCTJ4kCvPKr8xYyzWFdhg== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js-replace "^1.0.1" - -"@redocly/ajv@^8.11.2", "@redocly/ajv@^8.11.4": +"@redocly/ajv@8.17.1", "@redocly/ajv@^8.11.2", "@redocly/ajv@^8.17.1": version "8.17.1" resolved "https://registry.yarnpkg.com/@redocly/ajv/-/ajv-8.17.1.tgz#e2b1722cbc8b4cd7e05da14a745d3ddd03293734" integrity sha512-EDtsGZS964mf9zAUXAl9Ew16eYbeyAFWhsPr0fX6oaJxgd8rApYlPBf0joyhnUHz88WxrigyFtTaqqzXNzPgqw== @@ -11081,17 +11071,17 @@ json-schema-traverse "^1.0.0" require-from-string "^2.0.2" -"@redocly/cli@^2.11.1": - version "2.11.1" - resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-2.11.1.tgz#6b3c0431c6afa9ad66755d265ef7135d5e7e86a1" - integrity sha512-doNs+sdrFzzXmyf1yIeJbPh8OChacHWkvTE9N0QbuCmnYQ4k0v1IMP20qsitkwR+fK8O1hXSnFnSTVvIunMVVw== +"@redocly/cli@^2.12.0": + version "2.12.5" + resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-2.12.5.tgz#b27e3b9d605d20a8640b3aa2ebb0c1b6c368f447" + integrity sha512-/kIIKHRpsIu/QxvLzsuxsFFbMJqQmCcbcZUSkNhbeJdYkB+3y5R6xpsLOlcaC33wJePcbDg2v3VYfKEhbU6rtA== 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.11.1" - "@redocly/respect-core" "2.11.1" + "@redocly/openapi-core" "2.12.5" + "@redocly/respect-core" "2.12.5" abort-controller "^3.0.0" chokidar "^3.5.1" colorette "^1.2.0" @@ -11103,13 +11093,14 @@ https-proxy-agent "^7.0.5" mobx "^6.0.4" pluralize "^8.0.0" - react "^17.0.0 || ^18.2.0 || ^19.0.0" - react-dom "^17.0.0 || ^18.2.0 || ^19.0.0" + react "^17.0.0 || ^18.2.0 || ^19.2.1" + react-dom "^17.0.0 || ^18.2.0 || ^19.2.1" redoc "2.5.1" semver "^7.5.2" set-cookie-parser "^2.3.5" simple-websocket "^9.0.0" styled-components "^6.0.7" + ulid "^3.0.1" undici "^6.21.3" yargs "17.0.1" @@ -11118,21 +11109,21 @@ resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.22.1.tgz#e14461c009ac53b74f82c9788f9c43fc2c718f24" integrity sha512-1CqQfiG456v9ZgYBG9xRQHnpXjt8WoSnDwdkX6gxktuK69v2037hTAR1eh0DGIqpZ1p4k82cGH8yTNwt7/pI9g== -"@redocly/config@^0.38.0": - version "0.38.0" - resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.38.0.tgz#ffc779a3cc57bb1c4fb47c3ffd0fc2731fd65449" - integrity sha512-kSgMG3rRzgXIP/6gWMRuWbu9/ms0Cyuphcx19dPR9qlgc1tt9IKYPsFQ+KhJuEtqd3bcY/+Uflysf33dQkZWVQ== +"@redocly/config@^0.41.0": + version "0.41.0" + resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.41.0.tgz#dc6293df3eb70153193fcf5c1c2d9caa44a6fbd7" + integrity sha512-8yJ2e+ex8KVF25zijdpDbAEjyubk7NLfHsLI8h0MUnLEo2iEg6rTCDT9Qw71XDqd5UlXvfJb0Z0h6dd+Y6pWLw== dependencies: json-schema-to-ts "2.7.2" -"@redocly/openapi-core@2.11.1": - version "2.11.1" - resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-2.11.1.tgz#44e1dbfca75bd4448fe29ef4eaf0fe8f68839cf2" - integrity sha512-FVCDnZxaoUJwLQxfW4inCojxUO56J3ntu7dDAE2qyWd6tJBK45CnXMQQUxpqeRTeXROr3jYQoApAw+GCEnyBeg== +"@redocly/openapi-core@2.12.5": + version "2.12.5" + resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-2.12.5.tgz#5ae014d52fec47788c7707d09e66b8c7ceb01ffa" + integrity sha512-PlzsfOgPUWg4OmyznsIWQ6EnfZK6KSOn2MG4sZS3DY9cHgno5YywNy8zFQWHADXLqR7hTw2M7VvbiMKVJxzyiA== dependencies: - "@redocly/ajv" "^8.11.4" - "@redocly/config" "^0.38.0" - ajv-formats "^2.1.1" + "@redocly/ajv" "^8.17.1" + "@redocly/config" "^0.41.0" + ajv-formats "^3.0.1" colorette "^1.2.0" js-levenshtein "^1.1.6" js-yaml "^4.1.0" @@ -11155,15 +11146,15 @@ pluralize "^8.0.0" yaml-ast-parser "0.0.43" -"@redocly/respect-core@2.11.1": - version "2.11.1" - resolved "https://registry.yarnpkg.com/@redocly/respect-core/-/respect-core-2.11.1.tgz#193e4203212d0f3b884894c4956fbde92a290be8" - integrity sha512-jSMJvCJeo5gmhQfg82AhuwCG0h8gbW5vqHyRITBu8KHVsBiQTgvfhXepu8SKHeJu0OexYtEc0nUnGLJlefevYw== +"@redocly/respect-core@2.12.5": + version "2.12.5" + resolved "https://registry.yarnpkg.com/@redocly/respect-core/-/respect-core-2.12.5.tgz#3303a6f78877b10d66e3574a4fdcbcc907a7705f" + integrity sha512-c0Tj+Yqd48uCD+fo0WtNeHeVIBkSWNpyT+L3ViAyMXxWD6HiMaA7JTb+IXJXhWdcUrVwd4l1gMuduSyvzFX2gg== dependencies: "@faker-js/faker" "^7.6.0" "@noble/hashes" "^1.8.0" - "@redocly/ajv" "8.11.4" - "@redocly/openapi-core" "2.11.1" + "@redocly/ajv" "8.17.1" + "@redocly/openapi-core" "2.12.5" better-ajv-errors "^1.2.0" colorette "^2.0.20" json-pointer "^0.6.2" @@ -28381,14 +28372,14 @@ react-docgen@^7.0.0: resolve "^1.22.1" strip-indent "^4.0.0" -"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom@^17.0.0 || ^18.2.0 || ^19.0.0": +"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": version "19.0.0" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57" integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ== dependencies: scheduler "^0.25.0" -react-dom@~18.2.0: +"react-dom@^17.0.0 || ^18.2.0 || ^19.2.1", react-dom@~18.2.0: version "18.2.0" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== @@ -28784,12 +28775,12 @@ react-window@^1.8.10, react-window@^1.8.11: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" -"react@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react@^17.0.0 || ^18.2.0 || ^19.0.0": +"react@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": version "19.0.0" resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd" integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ== -react@~18.2.0: +"react@^17.0.0 || ^18.2.0 || ^19.2.1", react@~18.2.0: version "18.2.0" resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== @@ -32466,6 +32457,11 @@ uglify-js@^3.1.4: resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f" integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ== +ulid@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/ulid/-/ulid-3.0.2.tgz#b6a1f2a3de7852e39aa86bf497a8e33b1867c984" + integrity sha512-yu26mwteFYzBAot7KVMqFGCVpsF6g8wXfJzQUHvu1no3+rRRSFcSV2nKeYvNPLD2J4b08jYBDhHUjeH0ygIl9w== + unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" @@ -32744,11 +32740,6 @@ update-browserslist-db@^1.1.4: escalade "^3.2.0" picocolors "^1.1.1" -uri-js-replace@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/uri-js-replace/-/uri-js-replace-1.0.1.tgz#c285bb352b701c9dfdaeffc4da5be77f936c9048" - integrity sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g== - uri-js@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"