Skip to content

chore(deps): update dependency @redocly/cli to v1.25.9 #4033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.13.13",
"@redocly/cli": "1.25.7",
"@redocly/cli": "1.25.9",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ __metadata:
resolution: "@algolia/api-client-automation@workspace:."
dependencies:
"@openapitools/openapi-generator-cli": "npm:2.13.13"
"@redocly/cli": "npm:1.25.7"
"@redocly/cli": "npm:1.25.9"
eslint: "npm:8.57.1"
eslint-plugin-automation-custom: "npm:1.0.0"
eslint-plugin-json: "npm:4.0.1"
Expand Down Expand Up @@ -1461,11 +1461,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.25.7":
version: 1.25.7
resolution: "@redocly/cli@npm:1.25.7"
"@redocly/cli@npm:1.25.9":
version: 1.25.9
resolution: "@redocly/cli@npm:1.25.9"
dependencies:
"@redocly/openapi-core": "npm:1.25.7"
"@redocly/openapi-core": "npm:1.25.9"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -1487,7 +1487,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/9cb2f564dc023d826840ec331bec60889aac260edca2d6071e6d827b849a377f0cbdfb486506f878a09eca50c4509c5c99d12086cc51813195df4b569882c057
checksum: 10/76909c831a195f99b86b82067d907cf2e9b8012c957ba4a0a98c63ebd89ddd3e6018b7a4524a4e5da8bba75acb3133a5e6c8b2425342393b6af49a9cc2bc58d4
languageName: node
linkType: hard

Expand All @@ -1498,12 +1498,19 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.7":
version: 1.25.7
resolution: "@redocly/openapi-core@npm:1.25.7"
"@redocly/config@npm:^0.15.0":
version: 0.15.0
resolution: "@redocly/config@npm:0.15.0"
checksum: 10/7134c0dce2160d65087efc180d43ff4cb45de4f78d331b1a5f592c02a6720706ad79e572e01d4f03e6f61c9684057579acee84df86f3d27f534739b49589f677
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.9":
version: 1.25.9
resolution: "@redocly/openapi-core@npm:1.25.9"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.12.1"
"@redocly/config": "npm:^0.15.0"
colorette: "npm:^1.2.0"
https-proxy-agent: "npm:^7.0.4"
js-levenshtein: "npm:^1.1.6"
Expand All @@ -1513,7 +1520,7 @@ __metadata:
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10/adb2e259514522965c7792d20f95022a8d01799297864df8dbbac36d9cf42ad711efda4a1ae5a86a7c2b483dec995f21fc123f978652f70dc7182a320fc2df1e
checksum: 10/8d6f41e1f2f1ce64316f02baea8c1e262b3faf4d757d166c0d2dae55b4e5c532c08e915fb9ea3cbd290fa57f9631c181627edfa9084eb21c0275c504c72a76b1
languageName: node
linkType: hard

Expand Down
Loading