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] authored Jan 1, 2025
1 parent ada6029 commit e04e431
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta-by-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV

- name: set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- name: login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"fakerphp/faker": "^1.24.1",
"guzzlehttp/guzzle": "^7.9.2",
"inertiajs/inertia-laravel": "^1.3.2",
"laravel/framework": "^11.25.0",
"laravel/sanctum": "^4.0.6",
"laravel/framework": "^11.36.1",
"laravel/sanctum": "^4.0.7",
"laravel/tinker": "^2.10.0",
"sentry/sentry-laravel": "^4.10.1",
"sentry/sentry-laravel": "^4.10.2",
"spatie/laravel-options": "^1.1.1",
"stevebauman/purify": "^6.2.2"
},
"require-dev": {
"blumilksoftware/codestyle": "^3.3",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.5.0",
"phpunit/phpunit": "^11.5.0",
"phpunit/phpunit": "^11.5.2",
"spatie/laravel-ignition": "^2.9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit e04e431

Please sign in to comment.