diff --git a/package.json b/package.json index f2c05ea3e..11b1ac501 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "linguist-languages": "^7.27.0", - "php-parser": "^3.1.5" + "php-parser": "^3.2.3" }, "devDependencies": { "@babel/preset-env": "^7.23.6", diff --git a/yarn.lock b/yarn.lock index d72c9f3a8..03e3f9198 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5007,10 +5007,10 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -php-parser@^3.1.5: - version "3.2.1" - resolved "https://registry.yarnpkg.com/php-parser/-/php-parser-3.2.1.tgz#960916dc03e4979a59435f9dd9eb03f2e86d8126" - integrity sha512-WT5AMqe39ZdqAxp9Yp7uR6e3clBWlT1dxHHs49GmnDx2d+975NEiLSVy2tRGLdSC9tgdQOLiN1Yz54g1d2cZDQ== +php-parser@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/php-parser/-/php-parser-3.2.3.tgz#f566f1c80f4081179e071af5848eb85e69ea31c9" + integrity sha512-Kyu33y36aRed6HUi7ZS8EDG9/ZBz4lx/cJgoQui1B/x0L0ZCbCiBstdGnlGgufk8YwcLsk4J9VK9auXoL4Jz8A== picocolors@^1.0.0: version "1.0.0"