Skip to content

Commit

Permalink
- Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilkbot committed May 22, 2024
1 parent 631d894 commit 0bdcb9b
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "BRANCH_NAME=$GITHUB_REF_NAME" >> $GITHUB_ENV

- name: checkout
uses: actions/[email protected].4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
ref: ${{ env.BRANCH_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
DOCKER_REGISTRY_PROJECT_NAME: ${{ github.event.repository.name }}
steps:
- name: checkout
uses: actions/[email protected].4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: set deployment project version
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Cache dependencies
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/[email protected].2
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"keywords": ["toby", "laravel", "hr"],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8.3.7",
"ext-pdo": "*",
"ext-redis": "*",
"azuyalabs/yasumi": "^2.7",
"barryvdh/laravel-dompdf": "^2.0",
"fakerphp/faker": "^1.23",
"guzzlehttp/guzzle": "^7.8",
"inertiajs/inertia-laravel": "^1.0",
"barryvdh/laravel-dompdf": "^2.2.0",
"fakerphp/faker": "^1.23.1",
"guzzlehttp/guzzle": "^7.8.1",
"inertiajs/inertia-laravel": "^1.2.0",
"laragear/cache-query": "^4.0",
"laravel/framework": "^11.1",
"laravel/sanctum": "^4.0",
"laravel/socialite": "^5.12",
"laravel/telescope": "^5.0",
"laravel/framework": "^11.7.0",
"laravel/sanctum": "^4.0.2",
"laravel/socialite": "^5.14.0",
"laravel/telescope": "^5.0.5",
"laravel/tinker": "^2.9",
"maatwebsite/excel": "^3.1",
"maatwebsite/excel": "^3.1.55",
"phpoffice/phpword": "1.1",
"sentry/sentry-laravel": "^4.2",
"sentry/sentry-laravel": "^4.5.1",
"spatie/laravel-google-calendar": "3.8",
"spatie/laravel-model-states": "^2.6",
"spatie/laravel-permission": "^6.4",
"spatie/laravel-model-states": "^2.7.1",
"spatie/laravel-permission": "^6.7.0",
"spatie/laravel-slack-slash-command": "1.12"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
"barryvdh/laravel-debugbar": "^3.13.5",
"blumilksoftware/codestyle": "^2.8",
"laravel/dusk": "^8.0",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0",
"spatie/laravel-ignition": "^2.5"
"laravel/dusk": "^8.2.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.1.1",
"phpunit/phpunit": "^11.1.3",
"spatie/laravel-ignition": "^2.7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0bdcb9b

Please sign in to comment.