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.17.1 #3318

Merged
merged 1 commit into from
Jul 6, 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 @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/eslint-parser": "7.24.7",
"@openapitools/openapi-generator-cli": "2.13.4",
"@redocly/cli": "1.16.0",
"@redocly/cli": "1.17.1",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ __metadata:
dependencies:
"@babel/eslint-parser": "npm:7.24.7"
"@openapitools/openapi-generator-cli": "npm:2.13.4"
"@redocly/cli": "npm:1.16.0"
"@redocly/cli": "npm:1.17.1"
"@typescript-eslint/eslint-plugin": "npm:7.14.1"
"@typescript-eslint/parser": "npm:7.14.1"
eslint: "npm:8.57.0"
Expand Down Expand Up @@ -3856,11 +3856,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.16.0":
version: 1.16.0
resolution: "@redocly/cli@npm:1.16.0"
"@redocly/cli@npm:1.17.1":
version: 1.17.1
resolution: "@redocly/cli@npm:1.17.1"
dependencies:
"@redocly/openapi-core": "npm:1.16.0"
"@redocly/openapi-core": "npm:1.17.1"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -3881,7 +3881,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10/bbb31693ce74e7524558f87b195c8741228c9da22fb1f47fc6493117940d8c126542c3c79fd442a7dfee9ecb5b865ecc7b4a6ef9762d0a440c3e3132a53881a6
checksum: 10/c52e06b1e46922780ef881e37d643e6d38140880fcaf420d19613179beec1119869ca1a1fbcfbdac92312a657ca21bc5568989881e80ca90dacc998620481980
languageName: node
linkType: hard

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

"@redocly/openapi-core@npm:1.16.0":
version: 1.16.0
resolution: "@redocly/openapi-core@npm:1.16.0"
"@redocly/config@npm:^0.6.2":
version: 0.6.2
resolution: "@redocly/config@npm:0.6.2"
checksum: 10/f1a90f312f30a5826f931339eead7a7aa4a12fb00bda0bff7b3423a3898d7325022683464b7238eab0a61f4e1c1648729aba9fb0249cdb3e10fbcb64753f465c
languageName: node
linkType: hard

"@redocly/openapi-core@npm:1.17.1":
version: 1.17.1
resolution: "@redocly/openapi-core@npm:1.17.1"
dependencies:
"@redocly/ajv": "npm:^8.11.0"
"@redocly/config": "npm:^0.6.0"
"@redocly/config": "npm:^0.6.2"
colorette: "npm:^1.2.0"
https-proxy-agent: "npm:^7.0.4"
js-levenshtein: "npm:^1.1.6"
Expand All @@ -3907,7 +3914,7 @@ __metadata:
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10/542d828b7c18661254bacd021c35bc98ad42a60a631dc4642dc8bf360754dd3ee76380bb6f88486bd45250273d752e458031c0093b906d45a182edbe8f407ed8
checksum: 10/b468f8e88b49cefe87213c89d5b7c03c5bbea92a83abf03cad13ff466f9e777172a1b9fd6f889a45ecde2c48752e10b422ac1784ac81e3f8b241f2128c7c3abc
languageName: node
linkType: hard

Expand Down
Loading