Skip to content

build(deps): bump jsonata and node-red - #2214

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-0bdce04512
Open

build(deps): bump jsonata and node-red#2214
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-0bdce04512

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps jsonata to 2.2.2 and updates ancestor dependency node-red. These dependencies need to be updated together.

Updates jsonata from 2.0.6 to 2.2.2

Release notes

Sourced from jsonata's releases.

2.2.2 Maintenance Release

  • Update TypeScript type definitions (PR #807)
  • Fix $contains() when the token is undefined (PR #809)
  • Regression looking up keys of an object (PR #814)
  • Race condition when $$ used concurrently (PR #816)
  • Correctly handle empty joins (PR #817)

2.2.1 Maintenance Release

This release predominantly contains security related fixes and enhancements, in particular to address https://nvd.nist.gov/vuln/detail/CVE-2026-12208

  • Prevent object prototype pollution (PR #799)
  • Wildcards should not unwrap function objects (PR #800)
  • $append should enforce the sequence guardrail limit (PR #801)
  • Prevent object contructor setting internal flags (PR #802)

2.2.0 Milestone Release

This release predominantly contains security related fixes and enhancements, in particular to address GHSA-86vw-mfpg-wwv9 Thanks to Doruk Tan Öztürk and Arthur Deierlein for their private disclosures.

  • New API to specify resource guardrails on expressions (PR #795)
  • Fix ISO8601 regex pattern (PR #793)
  • Prevent $lookup from accessing object prototype members (PR #794)
  • Enable OIDC publishing to NPM (PR #792)
  • Publish step to be triggered by new version tag (PR #796)

2.1.1 Maintenance Release

  • Fix picture string parsing for $formatNumber (PR #788)
  • Fix $toMillis() with more than 3 digit fractional seconds (PR #782)
  • Fix ?: operator returning wrong result when LHS has array predicate (PR #780)
  • Fix ?? operator with array predicate on LHS (PR #774)
  • Fix function signature for repeating arguments (PR #760)
  • Fix precision fix for $string() function (PR #762)
  • Fix to prevent $formatNumber() getting into an infinite loop (PR #785)

2.1.0 Milestone Release

  • New syntax (?: default operator) supports fallback to RHS if the LHS is Boolean equivalent to false (PR #784)
  • New syntax (?? coalescing operator) supports fallback to RHS if the LHS is non-existent (PR #784)
  • Improve regex generation for DateTime parser (PR #728)
  • Truncate fractional part of numeric argument of $pad function (PR #729)
  • Await array elements (PR #747)
  • Various documentation fixes and improvements
Changelog

Sourced from jsonata's changelog.

2.2.2 Maintenance Release

  • Update TypeScript type definitions (PR #807)
  • Fix $contains() when the token is undefined (PR #809)
  • Regression looking up keys of an object (PR #814)
  • Race condition when $$ used concurrently (PR #816)
  • Correctly handle empty joins (PR #817)

2.2.1 Maintenance Release

  • Prevent object prototype pollution (PR #799)
  • Wildcards should not unwrap function objects (PR #800)
  • $append should enforce the sequence guardrail limit (PR #801)
  • Prevent object contructor setting internal flags (PR #802)

2.2.0 Milestone Release

  • New API to specify resource guardrails on expressions (PR #795)
  • Fix ISO8601 regex pattern (PR #793)
  • Prevent $lookup from accessing object prototype members (PR #794)
  • Enable OIDC publishing to NPM (PR #792)
  • Publish step to be triggered by new version tag (PR #796)

2.1.1 Maintenance Release

  • Fix picture string parsing for $formatNumber (PR #788)
  • Fix $toMillis() with more than 3 digit fractional seconds (PR #782)
  • Fix ?: operator returning wrong result when LHS has array predicate (PR #780)
  • Fix ?? operator with array predicate on LHS (PR #774)
  • Fix function signature for repeating arguments (PR #760)
  • Fix precision fix for $string() function (PR #762)
  • Fix to prevent $formatNumber() getting into an infinite loop (PR #785)

2.1.0 Milestone Release

  • New syntax (?: default operator) supports fallback to RHS if the LHS is Boolean equivalent to false (PR #784)
  • New syntax (?? coalescing operator) supports fallback to RHS if the LHS is non-existent (PR #784)
  • Improve regex generation for DateTime parser (PR #728)
  • Truncate fractional part of numeric argument of $pad function (PR #729)
  • Await array elements (PR #747)
  • Various documentation fixes and improvements
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jsonata since your current version.


Updates node-red from 4.1.13 to 4.1.14

Release notes

Sourced from node-red's releases.

4.1.14: Maintenance Release

What's Changed

Full Changelog: node-red/node-red@4.1.13...4.1.14

Changelog

Sourced from node-red's changelog.

#### 4.1.14: Maintenance Release

Commits
  • dff022b Merge pull request #5914 from node-red/update-lock-v4
  • bc267af Update lock file for 4.1.14
  • 1334a70 Merge pull request #5911 from node-red/rel4114
  • dcc844b Merge pull request #5913 from node-red/backport-5813
  • c9ccacf Merge pull request #5912 from node-red/multiplayer-fix-v4x
  • 5ec007e Update changelog
  • 44adba9 Don't throw error looking up locales for themes
  • 4e3c5bc update changelog
  • c5cae8c Ensure multiplayer event properties are valid
  • 129b471 Bump for 4.1.14 release
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jsonata](https://github.com/jsonata-js/jsonata) to 2.2.2 and updates ancestor dependency [node-red](https://github.com/node-red/node-red). These dependencies need to be updated together.


Updates `jsonata` from 2.0.6 to 2.2.2
- [Release notes](https://github.com/jsonata-js/jsonata/releases)
- [Changelog](https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md)
- [Commits](jsonata-js/jsonata@v2.0.6...v2.2.2)

Updates `node-red` from 4.1.13 to 4.1.14
- [Release notes](https://github.com/node-red/node-red/releases)
- [Changelog](https://github.com/node-red/node-red/blob/4.1.14/CHANGELOG.md)
- [Commits](node-red/node-red@4.1.13...4.1.14)

---
updated-dependencies:
- dependency-name: jsonata
  dependency-version: 2.2.2
  dependency-type: indirect
- dependency-name: node-red
  dependency-version: 4.1.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants