Update dependency @redocly/cli to ^1.28.5 (main) (#211283)

This commit is contained in:
elastic-renovate-prod[bot] 2025-02-18 00:24:54 +01:00 committed by GitHub
parent 040accf49e
commit 0f5671e2b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@redocly/cli": "^1.28.3", "@redocly/cli": "^1.28.5",
"bump-cli": "^2.8.4" "bump-cli": "^2.8.4"
} }
}, },
@ -498,12 +498,12 @@
} }
}, },
"node_modules/@redocly/cli": { "node_modules/@redocly/cli": {
"version": "1.28.5", "version": "1.29.0",
"resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.28.5.tgz", "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.29.0.tgz",
"integrity": "sha512-06EIhhqW9tmrlGutpZFFqjnNTIX7wXHvP7BBw6vKJjy6nd++9nHz+B8feeeoJHC7Q2vK7XoCuOMDzqY6BNCCug==", "integrity": "sha512-xpvcZUCFzp2sZCv3WB8ffrFTSUA7Ha2CucI6E6YJrv5d1i8jupeDIClPJ6dwWLrTfTgP/0e6c6R436pwSwzMGg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@redocly/openapi-core": "1.28.5", "@redocly/openapi-core": "1.29.0",
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"colorette": "^1.2.0", "colorette": "^1.2.0",
@ -538,9 +538,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@redocly/openapi-core": { "node_modules/@redocly/openapi-core": {
"version": "1.28.5", "version": "1.29.0",
"resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.28.5.tgz", "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.29.0.tgz",
"integrity": "sha512-eAuL+x1oBbodJksPm4UpFU57A6z1n1rx9JNpD87CObwtbRf5EzW29Ofd0t057bPGcHc8cYZtZzJ69dcRQ9xGdg==", "integrity": "sha512-Ju8POuRjYLTl6JfaSMq5exzhw4E/f1Qb7fGxgS4/PDSTzS1jzZ/UUJRBPeiQ1Ag7yuxH6JwltOr2iiltnBey1w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@redocly/ajv": "^8.11.2", "@redocly/ajv": "^8.11.2",

View file

@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"bump-cli": "^2.8.4", "bump-cli": "^2.8.4",
"@redocly/cli": "^1.28.3" "@redocly/cli": "^1.28.5"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"