Skip to content

Commit 30c19e1

Browse files
deps: bump jsonata from 2.0.4 to 2.0.5 (#75)
Bumps [jsonata](https://github.com/jsonata-js/jsonata) from 2.0.4 to 2.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsonata-js/jsonata/releases">jsonata's releases</a>.</em></p> <blockquote> <h2>2.0.5 Maintenance Release</h2> <ul> <li>Fix leaking internal references in expressions when using lambdas (issue <a href="https://redirect.github.com/jsonata-js/jsonata/issues/691">#691</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md">jsonata's changelog</a>.</em></p> <blockquote> <h4>2.0.5 Maintenance Release</h4> <ul> <li>Fix leaking internal references in expressions when using lambdas (issue <a href="https://redirect.github.com/jsonata-js/jsonata/issues/691">#691</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsonata-js/jsonata/commit/d0afd35741d58000e0087a1df42cd2b3efda7fce"><code>d0afd35</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/jsonata-js/jsonata/commit/3fde233fe8557f9394204d2b119b50453fd00ed1"><code>3fde233</code></a> Release v2.0.5</li> <li><a href="https://github.com/jsonata-js/jsonata/commit/4446161ad48bdef8c55cd2a64d707adf824c74e7"><code>4446161</code></a> Prevent lookup of function object properties</li> <li><a href="https://github.com/jsonata-js/jsonata/commit/b2a637e02b43e36ab33e4c003cbacdde3f632014"><code>b2a637e</code></a> Update workflow for Node.js 20 (<a href="https://redirect.github.com/jsonata-js/jsonata/issues/683">#683</a>)</li> <li><a href="https://github.com/jsonata-js/jsonata/commit/948af5a1ae06cc9c761af8b898d9b3096d53e60a"><code>948af5a</code></a> Update workflow to support v1 branch (<a href="https://redirect.github.com/jsonata-js/jsonata/issues/679">#679</a>)</li> <li><a href="https://github.com/jsonata-js/jsonata/commit/ea8fb852be7d62de353af2fb90f92d47aafd22ac"><code>ea8fb85</code></a> Release v2.0.4</li> <li>See full diff in <a href="https://github.com/jsonata-js/jsonata/compare/v2.0.4...v2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonata&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdc7483 commit 30c19e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-promise": "^6.1.1",
4545
"eslint-plugin-react": "^7.34.1",
4646
"eslint-plugin-react-hooks": "^4.6.2",
47-
"jsonata": "^2.0.4",
47+
"jsonata": "^2.0.5",
4848
"prettier": "3.2.5",
4949
"typedoc": "^0.25.13",
5050
"typedoc-plugin-markdown": "^3.17.1",

0 commit comments

Comments
 (0)