diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index a89ae0b8d..5476a37b3 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -39,12 +39,12 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@v3 with: context: . push: true diff --git a/composer.lock b/composer.lock index 6f1f58b18..8b2ba9b6e 100644 --- a/composer.lock +++ b/composer.lock @@ -555,23 +555,23 @@ }, { "name": "doctrine/dbal", - "version": "3.4.5", + "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" + "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e", - "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/f38ee8aaca2d58ee88653cb34a6a3880c23f38a5", + "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", - "doctrine/event-manager": "^1.0", + "doctrine/event-manager": "^1|^2", "php": "^7.4 || ^8.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" @@ -579,14 +579,14 @@ "require-dev": { "doctrine/coding-standard": "10.0.0", "jetbrains/phpstorm-stubs": "2022.2", - "phpstan/phpstan": "1.8.3", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "9.5.24", + "phpstan/phpstan": "1.8.10", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "9.5.25", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", - "vimeo/psalm": "4.27.0" + "vimeo/psalm": "4.29.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -646,7 +646,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.4.5" + "source": "https://github.com/doctrine/dbal/tree/3.5.1" }, "funding": [ { @@ -662,7 +662,7 @@ "type": "tidelift" } ], - "time": "2022-09-23T17:48:57+00:00" + "time": "2022-10-24T07:26:18+00:00" }, { "name": "doctrine/deprecations", @@ -709,30 +709,29 @@ }, { "name": "doctrine/event-manager", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" + "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", - "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32", + "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32", "shasum": "" }, "require": { - "doctrine/deprecations": "^0.5.3 || ^1", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.24" + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.8", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.28" }, "type": "library", "autoload": { @@ -781,7 +780,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.2.0" + "source": "https://github.com/doctrine/event-manager/tree/2.0.0" }, "funding": [ { @@ -797,7 +796,7 @@ "type": "tidelift" } ], - "time": "2022-10-12T20:51:15+00:00" + "time": "2022-10-12T20:59:15+00:00" }, { "name": "doctrine/inflector", @@ -1097,16 +1096,16 @@ }, { "name": "filament/filament", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/admin.git", - "reference": "3415dd8a14cfa363ccda7c0d52eb3dedced31e7b" + "reference": "35e9087768d11c3ca751551a5a9d9ce52f222cc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/admin/zipball/3415dd8a14cfa363ccda7c0d52eb3dedced31e7b", - "reference": "3415dd8a14cfa363ccda7c0d52eb3dedced31e7b", + "url": "https://api.github.com/repos/filamentphp/admin/zipball/35e9087768d11c3ca751551a5a9d9ce52f222cc2", + "reference": "35e9087768d11c3ca751551a5a9d9ce52f222cc2", "shasum": "" }, "require": { @@ -1156,20 +1155,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-19T12:44:28+00:00" + "time": "2022-10-22T11:51:56+00:00" }, { "name": "filament/forms", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "a0a56e4712725a2c8b8c555c5c87378ac8c0318c" + "reference": "c3fc9d177c0e220f4b1462fee6360fbfcc4ea63d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/a0a56e4712725a2c8b8c555c5c87378ac8c0318c", - "reference": "a0a56e4712725a2c8b8c555c5c87378ac8c0318c", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/c3fc9d177c0e220f4b1462fee6360fbfcc4ea63d", + "reference": "c3fc9d177c0e220f4b1462fee6360fbfcc4ea63d", "shasum": "" }, "require": { @@ -1214,20 +1213,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-19T12:44:32+00:00" + "time": "2022-10-22T11:51:56+00:00" }, { "name": "filament/notifications", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "d4d9194eb9b0147d69354f9868ac7144cddf9cb3" + "reference": "0f83057a6bc95d031080c785235bbbd8405b0314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/d4d9194eb9b0147d69354f9868ac7144cddf9cb3", - "reference": "d4d9194eb9b0147d69354f9868ac7144cddf9cb3", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/0f83057a6bc95d031080c785235bbbd8405b0314", + "reference": "0f83057a6bc95d031080c785235bbbd8405b0314", "shasum": "" }, "require": { @@ -1264,20 +1263,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-17T08:43:26+00:00" + "time": "2022-10-22T11:52:00+00:00" }, { "name": "filament/spatie-laravel-settings-plugin", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-settings-plugin.git", - "reference": "61a0e2725c390f6ec3d3075246dcdc0f50c405dc" + "reference": "b28b0064d73976e3f8ea7f13ed10fa125a670c37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/spatie-laravel-settings-plugin/zipball/61a0e2725c390f6ec3d3075246dcdc0f50c405dc", - "reference": "61a0e2725c390f6ec3d3075246dcdc0f50c405dc", + "url": "https://api.github.com/repos/filamentphp/spatie-laravel-settings-plugin/zipball/b28b0064d73976e3f8ea7f13ed10fa125a670c37", + "reference": "b28b0064d73976e3f8ea7f13ed10fa125a670c37", "shasum": "" }, "require": { @@ -1311,20 +1310,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-17T08:43:16+00:00" + "time": "2022-10-22T11:51:58+00:00" }, { "name": "filament/support", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "2118d9bd6b49fca425a7939773883f989df8e2d8" + "reference": "6e26602696ea96a33666667d3fac423176d65e81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/2118d9bd6b49fca425a7939773883f989df8e2d8", - "reference": "2118d9bd6b49fca425a7939773883f989df8e2d8", + "url": "https://api.github.com/repos/filamentphp/support/zipball/6e26602696ea96a33666667d3fac423176d65e81", + "reference": "6e26602696ea96a33666667d3fac423176d65e81", "shasum": "" }, "require": { @@ -1361,20 +1360,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-19T12:44:35+00:00" + "time": "2022-10-22T11:51:54+00:00" }, { "name": "filament/tables", - "version": "v2.16.35", + "version": "v2.16.36", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "78a000d03f2693dd188c3829cd74560f54da11b8" + "reference": "327f41e4b1baa8b0229299c94aec04648f3c68c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/78a000d03f2693dd188c3829cd74560f54da11b8", - "reference": "78a000d03f2693dd188c3829cd74560f54da11b8", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/327f41e4b1baa8b0229299c94aec04648f3c68c6", + "reference": "327f41e4b1baa8b0229299c94aec04648f3c68c6", "shasum": "" }, "require": { @@ -1417,7 +1416,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-10-17T08:43:20+00:00" + "time": "2022-10-22T11:51:59+00:00" }, { "name": "fruitcake/php-cors", @@ -2499,16 +2498,16 @@ }, { "name": "league/flysystem", - "version": "3.9.0", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "60f3760352fe08e918bc3b1acae4e91af092ebe1" + "reference": "9857d7208a94fc63c7bf09caf223280e59ac7274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/60f3760352fe08e918bc3b1acae4e91af092ebe1", - "reference": "60f3760352fe08e918bc3b1acae4e91af092ebe1", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9857d7208a94fc63c7bf09caf223280e59ac7274", + "reference": "9857d7208a94fc63c7bf09caf223280e59ac7274", "shasum": "" }, "require": { @@ -2524,7 +2523,7 @@ }, "require-dev": { "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.0", + "async-aws/simple-s3": "^1.1", "aws/aws-sdk-php": "^3.198.1", "composer/semver": "^3.0", "ext-fileinfo": "*", @@ -2570,7 +2569,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.9.0" + "source": "https://github.com/thephpleague/flysystem/tree/3.10.1" }, "funding": [ { @@ -2586,7 +2585,7 @@ "type": "tidelift" } ], - "time": "2022-10-18T21:02:43+00:00" + "time": "2022-10-21T18:57:47+00:00" }, { "name": "league/mime-type-detection",