Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilk-renovate[bot] committed Sep 6, 2024
1 parent cce2865 commit 784a7f1
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
context: workflow

- name: build and push image
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: .
file: ./environment/prod/app/Dockerfile
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"ext-pdo": "*",
"codezero/laravel-localized-routes": "^4.0.1",
"codezero/laravel-unique-translation": "^4.3.1",
"filament/filament": "^3.2.96",
"filament/spatie-laravel-translatable-plugin": "^3.2.96",
"filament/filament": "^3.2.110",
"filament/spatie-laravel-translatable-plugin": "^3.2.110",
"guzzlehttp/guzzle": "^7.9.2",
"laravel/framework": "^11.18.1",
"laravel/framework": "^11.21.0",
"laravel/sanctum": "^4.0.2",
"laravel/tinker": "^2.9",
"mvenghaus/filament-plugin-translatable-inline": "^3.0.8",
"nesbot/carbon": "^3.7.0"
"nesbot/carbon": "^3.8.0"
},
"require-dev": {
"blumilksoftware/codestyle": "^3.2.1",
"blumilksoftware/codestyle": "^3.3.0",
"fakerphp/faker": "^1.23.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.3.0",
"nunomaduro/collision": "^8.4.0",
"larastan/larastan": "^2.9.8",
"phpunit/phpunit": "^11.2.8",
"phpunit/phpunit": "^11.3.1",
"spatie/laravel-ignition": "^2.8.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 784a7f1

Please sign in to comment.