diff --git a/package-lock.json b/package-lock.json index 42bc16f..7dd3676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "devDependencies": { "@openapitools/openapi-generator-cli": "^2.3.2", - "@prettier/plugin-php": "^0.16.3", + "@prettier/plugin-php": "^0.17.1", "prettier": "^2.3.0", "typescript": "^4.2.4" } @@ -240,14 +240,14 @@ } }, "node_modules/@prettier/plugin-php": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.16.3.tgz", - "integrity": "sha512-DNidzeGpP+/wmcCAZNSHxgoAnhEosYG+no4jJRqln19e1o3Okpuir/2JMxb07VCwdG50IWjtNgVwNPVl4uj0Hg==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.17.1.tgz", + "integrity": "sha512-TJIk6sH7ONtKO/ZNTCyDQl83kVbFQMtk7Z9ms4TczIqZhUTo07L0PLRfhcLTyG2ILnEOOjI+gKsaKsZjIkpaKw==", "dev": true, "dependencies": { "linguist-languages": "^7.5.1", "mem": "^8.0.0", - "php-parser": "3.0.2" + "php-parser": "git+https://github.com/glayzzle/php-parser.git#bb89fff9e636a991aa3ac931d5f8a66a365fccce" }, "peerDependencies": { "prettier": "^1.15.0 || ^2.0.0" @@ -1161,9 +1161,10 @@ }, "node_modules/php-parser": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.0.2.tgz", - "integrity": "sha512-a7y1+odEGsceLDLpu7oNyspZ0pK8FMWJOoim4/yd82AtnEZNLdCLZ67arnOQZ9K0lHJiSp4/7lVUpGELVxE14w==", - "dev": true + "resolved": "git+ssh://git@github.com/glayzzle/php-parser.git#bb89fff9e636a991aa3ac931d5f8a66a365fccce", + "integrity": "sha512-Botjly2ynr3INxUJNm+/i51GW7QZW20XNLXaUSUfsoKUPGbDHTb8cJjQxyCMuiaZQnJGZY+gIwlo9sn9n9dmZA==", + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/prettier": { "version": "2.3.0", @@ -1724,14 +1725,14 @@ } }, "@prettier/plugin-php": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.16.3.tgz", - "integrity": "sha512-DNidzeGpP+/wmcCAZNSHxgoAnhEosYG+no4jJRqln19e1o3Okpuir/2JMxb07VCwdG50IWjtNgVwNPVl4uj0Hg==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.17.1.tgz", + "integrity": "sha512-TJIk6sH7ONtKO/ZNTCyDQl83kVbFQMtk7Z9ms4TczIqZhUTo07L0PLRfhcLTyG2ILnEOOjI+gKsaKsZjIkpaKw==", "dev": true, "requires": { "linguist-languages": "^7.5.1", "mem": "^8.0.0", - "php-parser": "3.0.2" + "php-parser": "git+https://github.com/glayzzle/php-parser.git#bb89fff9e636a991aa3ac931d5f8a66a365fccce" } }, "@types/normalize-package-data": { @@ -2411,10 +2412,10 @@ "dev": true }, "php-parser": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.0.2.tgz", - "integrity": "sha512-a7y1+odEGsceLDLpu7oNyspZ0pK8FMWJOoim4/yd82AtnEZNLdCLZ67arnOQZ9K0lHJiSp4/7lVUpGELVxE14w==", - "dev": true + "version": "git+ssh://git@github.com/glayzzle/php-parser.git#bb89fff9e636a991aa3ac931d5f8a66a365fccce", + "integrity": "sha512-Botjly2ynr3INxUJNm+/i51GW7QZW20XNLXaUSUfsoKUPGbDHTb8cJjQxyCMuiaZQnJGZY+gIwlo9sn9n9dmZA==", + "dev": true, + "from": "php-parser@git+https://github.com/glayzzle/php-parser.git#bb89fff9e636a991aa3ac931d5f8a66a365fccce" }, "prettier": { "version": "2.3.0", diff --git a/package.json b/package.json index 4a56095..f513c45 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "@openapitools/openapi-generator-cli": "^2.3.2", - "@prettier/plugin-php": "^0.16.3", + "@prettier/plugin-php": "^0.17.1", "prettier": "^2.3.0", "typescript": "^4.2.4" },