BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Bump node-opcua from 2.64.1 to 2.72.2 #162

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps node-opcua from 2.64.1 to 2.72.2.

Release notes

Sourced from node-opcua's releases.

v2.72.0

🐛 bug fixes

  • 54887662573d7bdeb932f2fb18613d2597503861 fixes #1163 parsing informative version string in nodeset and trying to convert to semver whenever possible
  • ddd8362f66845ec297c46f832b845a48adcf5a7c fixes #1164 - loading guid in extension object from nodeset2.xml file
  • 7c05f81964ca0ff2f3c6a017e99aa0cdef421dbc OPCUAClient: allow connect after disconnect

🐴 enhancements

  • 17f73665a5dea56e61a16816e95b0fdc69c72ed7 faeaa642e6afb7d253f66ada95db66db938612a3 b689b1b68a160ac099947375d419c793c252be0d feat(server-configuration): certificateExpirationAlarm
  • a71724b7f1e9433ccfc9808fcc4d0b387a3f8b24 feat(alarm) improve typescript definition
  • 1d9d3022703e807956d898183d3f32381b918495 feat(server) implements serverCapacity.maxMonitoredItems/maxMonitoredItemsPerSubscription
  • 85ef55436fe4afe0ed430046ca1f19a9c2e73542 update sample
  • ddee843b905a92381d0a3bf9dabb2d4ec2448b34 feat(server) implements maxSubscriptions/maxSubscriptionsPerSession
  • 54a373903a9542dbbae809f4df0640cd2d7ae73d feat(server) deprecate maxAllowedSessionNumber in favor of serverCapabilities: {maxSessions: }
  • 44c539782c8cd76bb3ab768f9ee75fcda02bf38f update types to 1.05.1
  • f9c389a738502d246ad5baf3818cf8c3570685ad feat(server) expose extended server limites & capabilities from 1.05

👬 contributors

@​DrHaraldWeber and @​GoetzGoerisch

v2.71.0

:bug: bug fixes

  • [7d2d12c6f5035dc36694c2037f887dabbb1d3b18] fix decoding of derived nested structure
  • [33077c31dfca6402978ddcfdc51db2d24adb0630] [637e633c01a63ea729c6086a33092c62f9be5ee9] make sure ObjectType instantiation replicates default value in child variables
  • #1154 move chalk in dependency section of package.json

:ghost: vulnerabilities

  • update to node-opcua-pki@2.16.0 to address CVE-2022-33987
  • update to jsrsasign@10.5.25 to address CVE-2022-25898 Security fix in JWS and JWT validation

:two_women_holding_hands: contributors

v2.70.0

🐛 bug fix

  • #1136 [3eb2563c89427f08e256d83da46d32e27d2f78d0] node-opcua-server crashes if invalid user identity token certificate is given
  • #1152 [ffb56f287b467ea71bb50ac79f1c601d8044121b] [501d560acfcecc2847b71a991de09c740ca82857] Calling server-method with an argument with valueRank > 1 fails with BadInvalidArgument
  • [ 9f1482c3af6b4a026b5092e30042bc8789cd8a45] fix extension object array loading in nodeset2.xml files
  • [c52c9336a7a93f6f8393a9113a9efdf7ed9ac886] [f73241da716abb38c526d3bf5656bd282bc3eb00] fix unpacking of opaque structure on client
  • [e6ae50aacf1fde193d303788ecc1fb6085f177fd] fix issue in AnalogItem instantiation

👭 contributors

... (truncated)

Commits
  • 93a90ac v2.72.2
  • 1db30b4 bug(numerical-range) fix buffer adjustment (fixes #1167) 2
  • ba98dd9 v2.72.1
  • 71c22f9 bug(numerical-range) fix buffer adjustment (fixes #1167)
  • d9492e4 fixes loading int64 as nodeset variable value from nodeset2.xml file
  • 3c5f00e v2.72.0
  • 17f7366 feat(server-configuration): certificateExpirationAlarm 2
  • 5488766 fixes #1163 parsing informative version string in nodeset and trying to conve...
  • ddd8362 fixes #1164 - loading guid in extension object from nodeset2.xml file
  • faeaa64 feat(server-configuration): certificateExpirationAlarm
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.