Skip to content

Commit

Permalink
Update dependency @redocly/cli to ^1.25.12 (main) (elastic#202004)
Browse files Browse the repository at this point in the history
(cherry picked from commit 51cd874)

# Conflicts:
#	oas_docs/package-lock.json
#	oas_docs/package.json
#	package.json
#	yarn.lock
  • Loading branch information
elastic-renovate-prod[bot] committed Nov 29, 2024
1 parent d32206a commit e00e593
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
18 changes: 10 additions & 8 deletions oas_docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oas_docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bump-cli": "^2.8.4",
"@redocly/cli": "^1.25.7"
"@redocly/cli": "^1.25.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@
"@octokit/rest": "^17.11.2",
"@parcel/watcher": "^2.1.0",
"@playwright/test": "=1.46.0",
"@redocly/cli": "^1.21.0",
"@redocly/cli": "^1.25.12",
"@statoscope/webpack-plugin": "^5.28.2",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9065,12 +9065,12 @@
require-from-string "^2.0.2"
uri-js "^4.2.2"

"@redocly/cli@^1.21.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.22.0.tgz#9a007eb89ce6223795d5807ab4030d99c7667615"
integrity sha512-KXWTVKcyM4u4AHmxF9aDQOLbUWKwfEH8tM/CprcWnVvi9Gc0aPz1Y3aTrcohDE1oIgzJfn/Fj6TNdof86bNZvw==
"@redocly/cli@^1.25.12":
version "1.25.14"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.25.14.tgz#05810916bac2193137020ffbfa0bd766caca2258"
integrity sha512-HRDOoN3YpFe4+2rWrL/uTqRUDqqyrRtj1MVHFJ0heKTfBLOFEEfXXUYExw7R6yoiY3+GnptR96wePeFpH1gheg==
dependencies:
"@redocly/openapi-core" "1.22.0"
"@redocly/openapi-core" "1.25.14"
abort-controller "^3.0.0"
chokidar "^3.5.1"
colorette "^1.2.0"
Expand All @@ -9084,7 +9084,7 @@
pluralize "^8.0.0"
react "^17.0.0 || ^18.2.0"
react-dom "^17.0.0 || ^18.2.0"
redoc "~2.1.5"
redoc "~2.2.0"
semver "^7.5.2"
simple-websocket "^9.0.0"
styled-components "^6.0.7"
Expand All @@ -9095,13 +9095,13 @@
resolved "https://registry.yarnpkg.com/@redocly/config/-/config-0.10.1.tgz#c7bcbab6cb3b82236c2f5c87aa44924a652d8e80"
integrity sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w==

"@redocly/openapi-core@1.22.0", "@redocly/openapi-core@^1.4.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.22.0.tgz#dea3eb5705a96fd1bb105ac97f51369256628d61"
integrity sha512-IXazrCCUwRkwgVGlaWghFEyyLrz5EM1VM+Kn3/By4QGaNVd04oxC1c92h3kbt1StAxtrTfxBAGwS7bqqCF7nsw==
"@redocly/openapi-core@1.25.14", "@redocly/openapi-core@^1.4.0":
version "1.25.14"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.25.14.tgz#2c0c33e0226923ed428e8d43f37f80d48b26c8d1"
integrity sha512-B9ewI0KVC1yqyeoQzErVnV4kdnxaYfwRMctxk/YwJxZZc/nVZ3VOVE+r2kXIFaGbUgc4ZHFn+aE2qvzCRXTXHw==
dependencies:
"@redocly/ajv" "^8.11.0"
"@redocly/config" "^0.10.1"
"@redocly/ajv" "^8.11.2"
"@redocly/config" "^0.16.0"
colorette "^1.2.0"
https-proxy-agent "^7.0.4"
js-levenshtein "^1.1.6"
Expand Down

0 comments on commit e00e593

Please sign in to comment.