Skip to content

chore(deps): update dependency @redocly/cli to v1.19.0 #3466

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
Aug 3, 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 @@ -30,7 +30,7 @@
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@openapitools/openapi-generator-cli": "2.13.4",
"@redocly/cli": "1.18.1",
"@redocly/cli": "1.19.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
Expand Down
33 changes: 26 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ __metadata:
"@babel/core": "npm:7.25.2"
"@babel/eslint-parser": "npm:7.25.1"
"@openapitools/openapi-generator-cli": "npm:2.13.4"
"@redocly/cli": "npm:1.18.1"
"@redocly/cli": "npm:1.19.0"
"@typescript-eslint/eslint-plugin": "npm:7.17.0"
"@typescript-eslint/parser": "npm:7.17.0"
eslint: "npm:8.57.0"
Expand Down Expand Up @@ -4087,11 +4087,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.18.1":
version: 1.18.1
resolution: "@redocly/cli@npm:1.18.1"
"@redocly/cli@npm:1.19.0":
version: 1.19.0
resolution: "@redocly/cli@npm:1.19.0"
dependencies:
"@redocly/openapi-core": "npm:1.18.1"
"@redocly/openapi-core": "npm:1.19.0"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -4113,7 +4113,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/06e0c681ea28fdd742b34a704aa72c7d1d6e14f37e23604e93c601232934fd6d6f8fdd579e3fc4a71bfd85354883535a53643ec93cee0e2e80afa00457018c67
checksum: 10/76e01f69eaddb6c4da9cf49afcf645c986115b39e55a73581d542cbdbe33428e0b5018f017830f82a625fcc87c38db796d66ed4d39b6942420318567dcf19a1d
languageName: node
linkType: hard

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

"@redocly/openapi-core@npm:1.18.1, @redocly/openapi-core@npm:^1.4.0":
"@redocly/openapi-core@npm:1.19.0":
version: 1.19.0
resolution: "@redocly/openapi-core@npm:1.19.0"
dependencies:
"@redocly/ajv": "npm:^8.11.0"
"@redocly/config": "npm:^0.7.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/66db06272a207e86e8bd868fabd4cce564f56b549eeb7683b215cd5be54035cea3fe4e313e87bfa78e5ee35efc721a473055cb1033e4e2c6e3f37192475b2f00
languageName: node
linkType: hard

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