Skip to content
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

chore(deps): update dependency @redocly/cli to v1.25.4 #3865

Merged
merged 1 commit into from
Sep 30, 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 @@ -32,7 +32,7 @@
"@babel/eslint-parser": "7.25.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@openapitools/openapi-generator-cli": "2.13.12",
"@redocly/cli": "1.25.3",
"@redocly/cli": "1.25.4",
"@stylistic/eslint-plugin": "2.8.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
Expand Down
40 changes: 33 additions & 7 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.12"
"@redocly/cli": "npm:1.25.3"
"@redocly/cli": "npm:1.25.4"
"@stylistic/eslint-plugin": "npm:2.8.0"
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
"@typescript-eslint/parser": "npm:8.7.0"
Expand Down Expand Up @@ -1634,11 +1634,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.25.3":
version: 1.25.3
resolution: "@redocly/cli@npm:1.25.3"
"@redocly/cli@npm:1.25.4":
version: 1.25.4
resolution: "@redocly/cli@npm:1.25.4"
dependencies:
"@redocly/openapi-core": "npm:1.25.3"
"@redocly/openapi-core": "npm:1.25.4"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -1660,7 +1660,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/620d83f1d40ba037a3e5f5bafaeb85323d4cbb978a2bd2f4de74c7683284df1e1372f495ac257482d1f2b8ede49773886d872cb53ae4826ce5b3b13f90ff218b
checksum: 10/804ce9e069b05c478580c775aca77011e6e870d132a4322ba4f8968408b52fe539b97e51a4732b7a4e4c86f43433df1a7dbf211761bd03617b4b7665d633b7f1
languageName: node
linkType: hard

Expand All @@ -1671,7 +1671,33 @@ __metadata:
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.3, @redocly/openapi-core@npm:^1.4.0":
"@redocly/config@npm:^0.12.1":
version: 0.12.1
resolution: "@redocly/config@npm:0.12.1"
checksum: 10/1f0d6a5c4e1c20329300aca73f8e89bb1f58494ecbfb831f4bb0d761cd47b337e5d36b41f70788a0d8c19c5e9277eccf20900f962898efdf39ea5c35a876568f
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.25.4":
version: 1.25.4
resolution: "@redocly/openapi-core@npm:1.25.4"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.12.1"
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/96c10e918f2fbb7d1c0feeeb9e5a8d399837f6ed13f15a5cd3c389575ec4fb8ac9f83ecdfd1e41290f44d35af6c33fca90f53e738f4b46d62fd7215af0be816f
languageName: node
linkType: hard

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