Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2022
1 parent 9350129 commit 0b36a88
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5"
"fruitcake/laravel-cors": "2.2.0",
"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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
"axios": "0.21.4",
"laravel-mix": "6.0.49",
"lodash": "4.17.21",
"postcss": "8.4.14"
}
}

0 comments on commit 0b36a88

Please sign in to comment.