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

Update npm package @redocly/cli to v1.27.1 #6093

Merged
merged 1 commit into from
Jan 8, 2025
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 libs/@local/graph/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@local/tsconfig": "0.0.0-private",
"@redocly/cli": "1.27.0",
"@redocly/cli": "1.27.1",
"@rust/hash-graph-api": "0.0.0-private",
"@types/node": "22.10.5",
"fix-esm-import-path": "1.10.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9405,7 +9405,7 @@ __metadata:
dependencies:
"@local/tsconfig": "npm:0.0.0-private"
"@openapitools/openapi-generator-cli": "npm:2.15.3"
"@redocly/cli": "npm:1.27.0"
"@redocly/cli": "npm:1.27.1"
"@rust/hash-graph-api": "npm:0.0.0-private"
"@types/node": "npm:22.10.5"
axios: "npm:1.7.9"
Expand Down Expand Up @@ -12746,11 +12746,11 @@ __metadata:
languageName: node
linkType: hard

"@redocly/cli@npm:1.27.0":
version: 1.27.0
resolution: "@redocly/cli@npm:1.27.0"
"@redocly/cli@npm:1.27.1":
version: 1.27.1
resolution: "@redocly/cli@npm:1.27.1"
dependencies:
"@redocly/openapi-core": "npm:1.27.0"
"@redocly/openapi-core": "npm:1.27.1"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
Expand All @@ -12772,7 +12772,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
checksum: 10c0/70a2ef82a00088bc40765f9456867983e91e01302a4d341b13d98094278b171215a3698aa8d16b29d9dc64571852cc98bbf39ace26455f9d7e3c6575c6500359
checksum: 10c0/cca41a05b066b9232bc4450ea224738f0cf00f83b12309ee72ef5b3a1e49fe5ec507d96d75de198d48101de035e22dc4468d5e54a3da9bd606289f1e5512e320
languageName: node
linkType: hard

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

"@redocly/openapi-core@npm:1.27.0, @redocly/openapi-core@npm:^1.4.0":
version: 1.27.0
resolution: "@redocly/openapi-core@npm:1.27.0"
"@redocly/openapi-core@npm:1.27.1, @redocly/openapi-core@npm:^1.4.0":
version: 1.27.1
resolution: "@redocly/openapi-core@npm:1.27.1"
dependencies:
"@redocly/ajv": "npm:^8.11.2"
"@redocly/config": "npm:^0.17.0"
Expand All @@ -12797,7 +12797,7 @@ __metadata:
node-fetch: "npm:^2.6.1"
pluralize: "npm:^8.0.0"
yaml-ast-parser: "npm:0.0.43"
checksum: 10c0/2145d2a5b8c76a5e9ff8c7c1182e2012bdb9c8386159ad3ee66e2fe0a39d7f0eb8928bc8e39183181d6aef791f2ca453aa619377ff728be1b468fd2853a023da
checksum: 10c0/b8e5a78cd10d51eaa6a61b6458a286b01687d0a2f80b497fc2aa29e1dd1667ac54f10a9e25a9daabb27fa9b503208b3117ebae65aa5eb27f8aaf4e99046bfd66
languageName: node
linkType: hard

Expand Down
Loading