Skip to content

chore(deps): update dependency @redocly/cli to v1.23.1 #3675

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
Sep 9, 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 @@
"@babel/eslint-parser": "7.25.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@openapitools/openapi-generator-cli": "2.13.5",
"@redocly/cli": "1.22.1",
"@redocly/cli": "1.23.1",
"@stylistic/eslint-plugin": "2.7.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ __metadata:
"@babel/eslint-parser": "npm:7.25.1"
"@eslint-community/eslint-plugin-eslint-comments": "npm:4.4.0"
"@openapitools/openapi-generator-cli": "npm:2.13.5"
"@redocly/cli": "npm:1.22.1"
"@redocly/cli": "npm:1.23.1"
"@stylistic/eslint-plugin": "npm:2.7.2"
"@typescript-eslint/eslint-plugin": "npm:8.4.0"
"@typescript-eslint/parser": "npm:8.4.0"
Expand Down Expand Up @@ -4014,11 +4014,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.22.1":
version: 1.22.1
resolution: "@redocly/cli@npm:1.22.1"
"@redocly/cli@npm:1.23.1":
version: 1.23.1
resolution: "@redocly/cli@npm:1.23.1"
dependencies:
"@redocly/openapi-core": "npm:1.22.1"
"@redocly/openapi-core": "npm:1.23.1"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -4040,7 +4040,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/1e51e5ab68b3e25debb63babda99063f1392437b2b47939a62e302e6ebeaa6801f6725e6bf04b386cef6f2c4b42b49271188b871e0f648cb59b024afd4a86b0a
checksum: 10/182e4ada94cc93187e22c77a61c618912173af7c0359373342ed11bb70bf4b30c95f44e0318d4f406c71c24dd8df00ce7f1e5f1945f6f45606d6ccddd0e10007
languageName: node
linkType: hard

Expand All @@ -4058,9 +4058,9 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.22.1":
version: 1.22.1
resolution: "@redocly/openapi-core@npm:1.22.1"
"@redocly/openapi-core@npm:1.23.1":
version: 1.23.1
resolution: "@redocly/openapi-core@npm:1.23.1"
dependencies:
"@redocly/ajv": "npm:^8.11.0"
"@redocly/config": "npm:^0.10.1"
Expand All @@ -4073,7 +4073,7 @@ __metadata:
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10/b317c1e0e62022914ba88717ae476b934b37852e5cc9c038cf7d69341fcb3001c6b9157b72d45789e2ace06a5d6433ae8dcfb07cabb5cea47b891689475c65f6
checksum: 10/a18aa54c8bd04d4268fbd93fb9ea440478157c0027b4ca21c22057aa4402cedd2d7287f2d979c0f2c3de454535d02d571ce649019118af37f699a9ebea3eaae7
languageName: node
linkType: hard

Expand Down
Loading