Upgraded package swagger-ui-dist

This commit is contained in:
Bernd Bestel 2023-07-29 14:12:18 +02:00
parent e52b1c5f60
commit 98768bd846
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
4 changed files with 21 additions and 66 deletions

75
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e9283ec0527ea10f434d28cf9a815026", "content-hash": "b8846213f297473589e188b118440eb9",
"packages": [ "packages": [
{ {
"name": "berrnd/slim-blade-view", "name": "berrnd/slim-blade-view",
@ -2074,39 +2074,36 @@
}, },
{ {
"name": "php-di/php-di", "name": "php-di/php-di",
"version": "6.4.0", "version": "7.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git", "url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4" "reference": "d5dad2500f409d8b78371823c8b382fe9b5d0917"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/d5dad2500f409d8b78371823c8b382fe9b5d0917",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4", "reference": "d5dad2500f409d8b78371823c8b382fe9b5d0917",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/serializable-closure": "^1.0", "laravel/serializable-closure": "^1.0",
"php": ">=7.4.0", "php": ">=8.0",
"php-di/invoker": "^2.0", "php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1", "psr/container": "^1.1 || ^2.0"
"psr/container": "^1.0"
}, },
"provide": { "provide": {
"psr/container-implementation": "^1.0" "psr/container-implementation": "^1.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.10", "friendsofphp/php-cs-fixer": "^3",
"friendsofphp/php-cs-fixer": "^2.4", "friendsofphp/proxy-manager-lts": "^1",
"mnapoli/phpunit-easymock": "^1.2", "mnapoli/phpunit-easymock": "^1.3",
"ocramius/proxy-manager": "^2.11.2", "phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12", "vimeo/psalm": "^4.6"
"phpunit/phpunit": "^9.5"
}, },
"suggest": { "suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2134,7 +2131,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues", "issues": "https://github.com/PHP-DI/PHP-DI/issues",
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0" "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.3"
}, },
"funding": [ "funding": [
{ {
@ -2146,49 +2143,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-09T16:46:38+00:00" "time": "2023-06-17T10:21:14+00:00"
},
{
"name": "php-di/phpdoc-reader",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PhpDocReader.git",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
"keywords": [
"phpdoc",
"reflection"
],
"support": {
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
},
"time": "2020-10-12T12:39:22+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",

View File

@ -1,5 +1,5 @@
{ {
"openapi": "3.0.0", "openapi": "3.1.0",
"info": { "info": {
"title": "Grocy REST API", "title": "Grocy REST API",
"description": "Authentication is done via API keys (header *GROCY-API-KEY* or same named query parameter), which you can manage [here](PlaceHolderManageApiKeysUrl).<br>Additionally requests from within the frontend are also valid (via session cookie).", "description": "Authentication is done via API keys (header *GROCY-API-KEY* or same named query parameter), which you can manage [here](PlaceHolderManageApiKeysUrl).<br>Additionally requests from within the frontend are also valid (via session cookie).",

View File

@ -33,7 +33,7 @@
"nosleep.js": "^0.12.0", "nosleep.js": "^0.12.0",
"sprintf-js": "^1.1.2", "sprintf-js": "^1.1.2",
"summernote": "^0.8.18", "summernote": "^0.8.18",
"swagger-ui-dist": "^4.10.3", "swagger-ui-dist": "^5.2.0",
"tempusdominus-bootstrap-4": "^5.39.2", "tempusdominus-bootstrap-4": "^5.39.2",
"toastr": "^2.1.4" "toastr": "^2.1.4"
}, },

View File

@ -653,10 +653,10 @@ summernote@^0.8.18:
resolved "https://registry.yarnpkg.com/summernote/-/summernote-0.8.20.tgz#395905f2cec0aceebc712edc019d91b8ef88f7cf" resolved "https://registry.yarnpkg.com/summernote/-/summernote-0.8.20.tgz#395905f2cec0aceebc712edc019d91b8ef88f7cf"
integrity sha512-W9RhjQjsn+b1s9xiJQgJbCiYGJaDAc9CdEqXo+D13WuStG8lCdtKaO5AiNiSSMJsQJN2EfGSwbBQt+SFE2B8Kw== integrity sha512-W9RhjQjsn+b1s9xiJQgJbCiYGJaDAc9CdEqXo+D13WuStG8lCdtKaO5AiNiSSMJsQJN2EfGSwbBQt+SFE2B8Kw==
swagger-ui-dist@^4.10.3: swagger-ui-dist@^5.2.0:
version "4.19.1" version "5.2.0"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-4.19.1.tgz#c6d53ba0961a006c6b6b4323ba700e87f31da856" resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-5.2.0.tgz#175e112b3aea756fdbbbb035d4cffef26ac579d1"
integrity sha512-n/gFn+R7G/BXWwl5UZLw6F1YgWOlf3zkwGlsPhTMhNtAAolBGKg0JS5b2RKt5NI6/hSopVaSrki2wTIMUDDy2w== integrity sha512-rLvJBgualxNZcwKOmTFzy4zF1nHy+3S0pUDDR/ageDRZgi8aITSe7pVYiAy03xGQZtqEifjwEtHQE+eF14gveg==
tempusdominus-bootstrap-4@^5.39.2: tempusdominus-bootstrap-4@^5.39.2:
version "5.39.2" version "5.39.2"