Skip to content

Commit

Permalink
Merge pull request #2 from nunhes/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunhes authored Jun 17, 2022
2 parents 19bb2f3 + 89babdb commit a248ee5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"require": {
"php": "^7.3|^8.0",
"fruitcake/laravel-cors": "3.0.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5"
"guzzlehttp/guzzle": "7.4.4",
"laravel/framework": "8.83.16",
"laravel/sanctum": "2.15.1",
"laravel/tinker": "2.7.2"
},
"require-dev": {
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"facade/ignition": "2.17.5",
"fakerphp/faker": "1.19.0",
"laravel/sail": "1.14.10",
"mockery/mockery": "1.5.0",
"nunomaduro/collision": "6.2.0",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "9.5.20"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"axios": "0.27.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
"laravel-mix": "6.0.49",
"lodash": "4.17.21",
"postcss": "8.4.14"
}
}

0 comments on commit a248ee5

Please sign in to comment.