diff --git a/package-lock.json b/package-lock.json index bf0cb60..3330c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.2.3", "prettier": "^3.0.2", - "prettier-plugin-apex": "^2.0.1", + "prettier-plugin-apex": "^2.1.4", "typescript": "^5.1.6" }, "engines": { @@ -11692,23 +11692,21 @@ } }, "node_modules/prettier-plugin-apex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.0.1.tgz", - "integrity": "sha512-S64zate3iXPKiBKHf27YRapIAPPd1wQ/u5IOcWwSHNgoJv15I14HhoUB/WOKXtxFb0ZH5MO1nF8gRGWXLajwlA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.4.tgz", + "integrity": "sha512-kGImHH2s+RsPtAXwbh5VmqqSTYhts626Zle2ryeUKJ4VY+vDyOQ53ppWOzFPA1XGdRpthh++WliD0ZVP1kdReA==", "dev": true, "dependencies": { "jest-docblock": "^29.0.0", - "wait-on": "^7.0.0" + "wait-on": "^7.2.0" }, "bin": { "apex-ast-serializer": "vendor/apex-ast-serializer/bin/apex-ast-serializer", "apex-ast-serializer-http": "vendor/apex-ast-serializer/bin/apex-ast-serializer-http", + "install-apex-executables": "dist/bin/install-apex-executables.js", "start-apex-server": "dist/bin/start-apex-server.js", "stop-apex-server": "dist/bin/stop-apex-server.js" }, - "engines": { - "node": ">= 18.11.0" - }, "peerDependencies": { "prettier": "^3.0.0" } @@ -21771,13 +21769,13 @@ "dev": true }, "prettier-plugin-apex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.0.1.tgz", - "integrity": "sha512-S64zate3iXPKiBKHf27YRapIAPPd1wQ/u5IOcWwSHNgoJv15I14HhoUB/WOKXtxFb0ZH5MO1nF8gRGWXLajwlA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.4.tgz", + "integrity": "sha512-kGImHH2s+RsPtAXwbh5VmqqSTYhts626Zle2ryeUKJ4VY+vDyOQ53ppWOzFPA1XGdRpthh++WliD0ZVP1kdReA==", "dev": true, "requires": { "jest-docblock": "^29.0.0", - "wait-on": "^7.0.0" + "wait-on": "^7.2.0" } }, "pretty-format": { diff --git a/package.json b/package.json index 0c6c9df..cba20c7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.2.3", "prettier": "^3.0.2", - "prettier-plugin-apex": "^2.0.1", + "prettier-plugin-apex": "^2.1.4", "typescript": "^5.1.6" }, "engines": {