diff --git a/composer.json b/composer.json index bc5fdd047e..fd9b110d69 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "nette/neon": "^3.3.1", "nette/schema": "^1.2.2", "nette/utils": "^3.2.5", - "nikic/php-parser": "4.13.1", + "nikic/php-parser": "4.13.2", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "dev-ng", "phpstan/php-8-stubs": "0.1.38", diff --git a/composer.lock b/composer.lock index 63bc0d43bb..fd19f9ee23 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f6ad698ed4b7fac52a40c97c56ced014", + "content-hash": "7d934a273c68cefd2257578748c7fe34", "packages": [ { "name": "clue/block-react", @@ -1966,16 +1966,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.1", + "version": "v4.13.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" + "reference": "210577fe3cf7badcc5814d99455df46564f3c077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", - "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", + "reference": "210577fe3cf7badcc5814d99455df46564f3c077", "shasum": "" }, "require": { @@ -2016,9 +2016,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" }, - "time": "2021-11-03T20:52:16+00:00" + "time": "2021-11-30T19:35:32+00:00" }, { "name": "ondram/ci-detector",