mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update dependency @redocly/cli to ^1.25.14 (main) (#202501)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@redocly/cli](https://togithub.com/Redocly/redocly-cli) | devDependencies | patch | [`^1.25.13` -> `^1.25.14`](https://renovatebot.com/diffs/npm/@redocly%2fcli/1.25.14/1.25.14) | `1.25.15` | | [@redocly/cli](https://togithub.com/Redocly/redocly-cli) | dependencies | patch | [`^1.25.13` -> `^1.25.14`](https://renovatebot.com/diffs/npm/@redocly%2fcli/1.25.14/1.25.14) | `1.25.15` | --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This commit is contained in:
parent
686e356d96
commit
9670aac123
4 changed files with 16 additions and 15 deletions
25
oas_docs/package-lock.json
generated
25
oas_docs/package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@redocly/cli": "^1.25.13",
|
||||
"@redocly/cli": "^1.25.14",
|
||||
"bump-cli": "^2.8.4"
|
||||
}
|
||||
},
|
||||
|
@ -515,12 +515,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@redocly/cli": {
|
||||
"version": "1.25.14",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.14.tgz",
|
||||
"integrity": "sha512-HRDOoN3YpFe4+2rWrL/uTqRUDqqyrRtj1MVHFJ0heKTfBLOFEEfXXUYExw7R6yoiY3+GnptR96wePeFpH1gheg==",
|
||||
"version": "1.25.15",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.15.tgz",
|
||||
"integrity": "sha512-ZD743CJX4FpMJvGNE9Cm3gNn8LNRzRjyrYNVPi1C4iIEtrFkr5Zq791qv6gUFehWns71svbVyzWD9ftVTdfqYg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.25.14",
|
||||
"@redocly/openapi-core": "1.25.15",
|
||||
"abort-controller": "^3.0.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
|
@ -550,18 +550,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@redocly/config": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.16.0.tgz",
|
||||
"integrity": "sha512-t9jnODbUcuANRSl/K4L9nb12V+U5acIHnVSl26NWrtSdDZVtoqUXk2yGFPZzohYf62cCfEQUT8ouJ3bhPfpnJg=="
|
||||
"version": "0.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.17.1.tgz",
|
||||
"integrity": "sha512-CEmvaJuG7pm2ylQg53emPmtgm4nW2nxBgwXzbVEHpGas/lGnMyN8Zlkgiz6rPw0unASg6VW3wlz27SOL5XFHYQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@redocly/openapi-core": {
|
||||
"version": "1.25.14",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.14.tgz",
|
||||
"integrity": "sha512-B9ewI0KVC1yqyeoQzErVnV4kdnxaYfwRMctxk/YwJxZZc/nVZ3VOVE+r2kXIFaGbUgc4ZHFn+aE2qvzCRXTXHw==",
|
||||
"version": "1.25.15",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.15.tgz",
|
||||
"integrity": "sha512-/dpr5zpGj2t1Bf7EIXEboRZm1hsJZBQfv3Q1pkivtdAEg3if2khv+b9gY68aquC6cM/2aQY2kMLy8LlY2tn+Og==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.2",
|
||||
"@redocly/config": "^0.16.0",
|
||||
"@redocly/config": "^0.17.0",
|
||||
"colorette": "^1.2.0",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"js-levenshtein": "^1.1.6",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bump-cli": "^2.8.4",
|
||||
"@redocly/cli": "^1.25.13"
|
||||
"@redocly/cli": "^1.25.14"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
|
@ -1515,7 +1515,7 @@
|
|||
"@octokit/rest": "^17.11.2",
|
||||
"@parcel/watcher": "^2.1.0",
|
||||
"@playwright/test": "=1.46.0",
|
||||
"@redocly/cli": "^1.25.13",
|
||||
"@redocly/cli": "^1.25.14",
|
||||
"@statoscope/webpack-plugin": "^5.28.2",
|
||||
"@storybook/addon-a11y": "^6.5.16",
|
||||
"@storybook/addon-actions": "^6.5.16",
|
||||
|
|
|
@ -9113,7 +9113,7 @@
|
|||
require-from-string "^2.0.2"
|
||||
uri-js-replace "^1.0.1"
|
||||
|
||||
"@redocly/cli@^1.25.13":
|
||||
"@redocly/cli@^1.25.14":
|
||||
version "1.25.14"
|
||||
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.25.14.tgz#05810916bac2193137020ffbfa0bd766caca2258"
|
||||
integrity sha512-HRDOoN3YpFe4+2rWrL/uTqRUDqqyrRtj1MVHFJ0heKTfBLOFEEfXXUYExw7R6yoiY3+GnptR96wePeFpH1gheg==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue