Skip to content

chore(deps): update dependency @redocly/cli to v1.25.13 #4150

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
Nov 23, 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.15.3",
"@redocly/cli": "1.25.11",
"@redocly/cli": "1.25.13",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
Expand Down
33 changes: 26 additions & 7 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.15.3"
"@redocly/cli": "npm:1.25.11"
"@redocly/cli": "npm:1.25.13"
eslint: "npm:8.57.1"
eslint-plugin-automation-custom: "npm:1.0.0"
eslint-plugin-json: "npm:4.0.1"
Expand Down Expand Up @@ -1467,11 +1467,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.25.11":
version: 1.25.11
resolution: "@redocly/cli@npm:1.25.11"
"@redocly/cli@npm:1.25.13":
version: 1.25.13
resolution: "@redocly/cli@npm:1.25.13"
dependencies:
"@redocly/openapi-core": "npm:1.25.11"
"@redocly/openapi-core": "npm:1.25.13"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -1493,7 +1493,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/ad2ab282ee8cd5733b94e61ef8dab2c8441e92438c22f17083c635da37074b2046a75a25f619ab4ca8855372c5ef8572c1216116a996762df90eb18b1c48150e
checksum: 10/3e7ca7ab7244e265bf0865b3f94ff60589d5383fa73427d92b08caa78eb52ca329022b302e228e2800e665b4f358df319342c656c23811cc392375b9b28e0aa3
languageName: node
linkType: hard

Expand All @@ -1504,7 +1504,26 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.11, @redocly/openapi-core@npm:^1.4.0":
"@redocly/openapi-core@npm:1.25.13":
version: 1.25.13
resolution: "@redocly/openapi-core@npm:1.25.13"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.16.0"
colorette: "npm:^1.2.0"
https-proxy-agent: "npm:^7.0.4"
js-levenshtein: "npm:^1.1.6"
js-yaml: "npm:^4.1.0"
lodash.isequal: "npm:^4.5.0"
minimatch: "npm:^5.0.1"
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10/2af5b4ccfe1c14ed22c667da3bfed23eea0d1e39f6394c0a65b12f46a2e1d695ba9733facf0944a470774d9c574d7021cd69ab9320adcef69ee3ffd34c4d0c61
languageName: node
linkType: hard

"@redocly/openapi-core@npm:^1.4.0":
version: 1.25.11
resolution: "@redocly/openapi-core@npm:1.25.11"
dependencies:
Expand Down
Loading