Skip to content

Commit c28e209

Browse files
committed
fix: update dependencies in package-lock
1 parent 44cccc3 commit c28e209

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Any use of the source code and related documents of this repository in applicati
115115
* 2023-07-17: 1.9.1 - fix: change sampling interval to microseconds
116116
* 2023-08-07: 1.9.2 - fix: automatic reconnect of subscription on reboot of control
117117
* 2023-09-04: 1.9.3 - fix: subscription with ipv6 address that contains a zone index
118-
* 2024-03-13: 1.9.4 - fix: timeout of connection with Node.js v19. "Read timeout, received no data in undefinedms, assuming connection is dead".
118+
* 2024-03-13: 1.9.4 - fix: timeout of connection with Node.js v19. "Read timeout, received no data in undefinedms, assuming connection is dead"
119+
* 2024-03-19: 1.9.5 - fix: update dependencies in package-lock
119120
```
120121

121122
## About

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-ctrlx-automation",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "Node-RED nodes for ctrlX AUTOMATION",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)