Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| npm        | marked          | 5.1.0  | 5.1.1  |
| packagist  | phpunit/phpunit | 10.2.2 | 10.2.3 |
| packagist  | vimeo/psalm     | 5.12.0 | 5.13.1 |
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent 7d96490 commit 1d0d809
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.2.2",
"phpunit/phpunit": "^10.2.3",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.12.0"
"vimeo/psalm": "^5.13.1"
},
"autoload": {
"psr-4": {
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.1",
"dependencies": {
"redoc-cli": "^0.13.21",
"marked": "^5.1.0"
"marked": "^5.1.1"
}
}

0 comments on commit 1d0d809

Please sign in to comment.