diff --git a/composer.json b/composer.json index 957e2d7afc..2035d2b3f2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "nette/neon": "^3.0", "nette/schema": "^1.0", "nette/utils": "^3.1.3", - "nikic/php-parser": "4.13.0", + "nikic/php-parser": "4.13.1", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "4.3.74", "phpstan/php-8-stubs": "^0.1.23", diff --git a/composer.lock b/composer.lock index a6551ad9f5..b811e7c7c0 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": "77399b1595ef35ee686bf5a93bc51913", + "content-hash": "caf3eedd59908a05f4cec1078128e6c7", "packages": [ { "name": "clue/block-react", @@ -1946,16 +1946,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v4.13.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", "shasum": "" }, "require": { @@ -1996,9 +1996,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2021-11-03T20:52:16+00:00" }, { "name": "ondram/ci-detector",