Node-Red Addon Update - Deprecated API warning/error

Greetings…

I just updated my Node-Red Addon in Home Assistant to 14.5.0 (Latest update prompt as of 10/2/23). The change log states: “Ships with Node-RED v3.1”.

The error references Node-Red 4.0, which I find interesting because both the Home Assistant Addon and the Node-Red hamburger dropdown in the right hand corner both state version 3.1. So I don’t quite understand the Deprecated API reference to v4.0.

The error does reference node-red-contrib-home-assistant-websocket. If this is related to the Home Assistant Websocket, what is the reference to the deprecated API in v4.0 requiring a CallBack when I’m not running 4.0 but rather v3.1?

I have also posted this to the Node-Red Discourse Forum.

Thank you all very much

td

"Deprecated API warning: Calls to 
RED.util.evaluateJSONataExpression 
must include a callback. This will 
not be optional in Node-RED 4.0. 
Please identify the node from the following 
stack and check for an update on npm. 
If none is available, please notify the node author."
Error: 
    at Object.evaluateJSONataExpression (/opt/node_modules/@node-red/util/lib/util.js:775:18)
    at JSONataService.evaluate (/opt/node_modules/node-red-contrib-home-assistant-websocket/dist/common/services/JSONataService.js:58:39)
    at TypedInputService.getValue (/opt/node_modules/node-red-contrib-home-assistant-websocket/dist/common/services/TypedInputService.js:58:85)
    at EventsAll.getTypedInputValue (/opt/node_modules/node-red-contrib-home-assistant-websocket/dist/nodes/BaseNode.js:134:39)
    at /opt/node_modules/node-red-contrib-home-assistant-websocket/dist/nodes/BaseNode.js:138:32
    at Array.forEach (<anonymous>)
    at EventsAll.setCustomOutputs (/opt/node_modules/node-red-contrib-home-assistant-websocket/dist/nodes/BaseNode.js:137:20)
    at EventsAll.onHaEventsAll (/opt/node_modules/node-red-contrib-home-assistant-websocket/dist/nodes/events-all/controller.js:57:18)
    at EventEmitter.<anonymous> (/opt/node_modules/node-red-contrib-home-assistant-websocket/di...

Have you updated all your Home assistant related nodes in the pallete manager?

I believe this has been reported in a few other threads:

https://community.home-assistant.io/t/node-red-4-0-warnings-have-taken-over-my-debug-window/615166

https://community.home-assistant.io/t/just-upgraded-to-nodered-add-on-v14-5-0-all-sorts-of-errors-ive-never-seen-before-in-the-add-on-log-and-debug-log/614078