build(deps): bump nextcloud/openapi-extractor

Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.8.6 to 1.8.7.
- [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.8.6...v1.8.7)

---
updated-dependencies:
- dependency-name: nextcloud/openapi-extractor
  dependency-version: 1.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/56881/head
dependabot[bot] 2025-12-06 02:10:04 +07:00 committed by GitHub
parent e69e95f436
commit ea8040f432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

@ -81,16 +81,16 @@
}, },
{ {
"name": "nextcloud/openapi-extractor", "name": "nextcloud/openapi-extractor",
"version": "v1.8.6", "version": "v1.8.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-releases/openapi-extractor.git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
"reference": "3874ffb6817ab5b616a5e909c48c7cd13889cafa" "reference": "230f61925c362779652b0038a1314ce5f931e853"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/3874ffb6817ab5b616a5e909c48c7cd13889cafa", "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/230f61925c362779652b0038a1314ce5f931e853",
"reference": "3874ffb6817ab5b616a5e909c48c7cd13889cafa", "reference": "230f61925c362779652b0038a1314ce5f931e853",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -101,9 +101,9 @@
"phpstan/phpdoc-parser": "^2.1" "phpstan/phpdoc-parser": "^2.1"
}, },
"require-dev": { "require-dev": {
"nextcloud/coding-standard": "^1.2", "nextcloud/coding-standard": "^1.4.0",
"nextcloud/ocp": "dev-master", "nextcloud/ocp": "dev-master",
"rector/rector": "^2.0" "rector/rector": "^2.2.8"
}, },
"bin": [ "bin": [
"bin/generate-spec", "bin/generate-spec",
@ -122,22 +122,22 @@
"description": "A tool for extracting OpenAPI specifications from Nextcloud source code", "description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"support": { "support": {
"issues": "https://github.com/nextcloud-releases/openapi-extractor/issues", "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
"source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.6" "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.7"
}, },
"time": "2025-10-01T13:53:28+00:00" "time": "2025-12-02T09:52:06+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v5.6.1", "version": "v5.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" "reference": "3a454ca033b9e06b63282ce19562e892747449bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
"reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", "reference": "3a454ca033b9e06b63282ce19562e892747449bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -180,9 +180,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
}, },
"time": "2025-08-13T20:13:15+00:00" "time": "2025-10-21T19:32:17+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",