Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps jsonpath-plus to 10.3.0 and updates ancestor dependency asl-validator. These dependencies need to be updated together.

Updates jsonpath-plus from 7.2.0 to 10.3.0

Release notes

Sourced from jsonpath-plus's releases.

v10.3.0

What's Changed

Full Changelog: JSONPath-Plus/JSONPath@v10.2.0...v10.3.0

Changelog

Sourced from jsonpath-plus's changelog.

10.3.0

  • fix(eval): rce using non-string prop names (#237)
  • feat(demo): make demo link shareable (#238)
  • chore: update deps. and devDeps.

10.2.0

  • fix(eval): improve security of safe-eval (#233)
  • chore: update deps. and devDeps.

10.1.0

  • feat: add typeof operator to safe script

10.0.7

  • fix(security): prevent constructor access
  • docs: add security policy file

10.0.6

  • fix(security): prevent call/apply invocation of Function

10.0.5

  • fix: remove overly aggressive disabling of native functions but disallow __proto__

10.0.4

  • fix(security): further prevent binding of Function calls which may evade detection

10.0.3

  • fix(security): prevent binding of Function calls which may evade detection

10.0.2

  • fix(security): prevent Function calls outside of member expressions

10.0.1

  • fix(security): prohibit Function in "safe" vm

10.0.0

BREAKING CHANGES:

  • Require Node 18+

... (truncated)

Commits
  • 9754e4b chore: bump version
  • f690da1 chore: update deps and devDeps
  • 313a9b4 Merge pull request #238 from 80avin/shareable-demo
  • 39a0d03 Merge pull request #237 from 80avin/fix-10.2.0-rce
  • 1c532fc feat(demo): make demo link shareable
  • 3094289 fix(eval): rce using non-string prop names
  • 8e4acf8 chore: bump version
  • f0708a4 chore: update deps. and devDeps.
  • 0bfda55 build(deps): bump @​eslint/plugin-kit from 0.2.0 to 0.2.3 (#234)
  • 73ad72e fix(eval): improve security of safe-eval (#233)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by 80avin, a new releaser for jsonpath-plus since your current version.


Updates asl-validator from 3.0.8 to 3.14.0

Release notes

Sourced from asl-validator's releases.

3.14.0

3.14.0 (2025-02-25)

Features

  • add assign support for choice state (28e607a)

3.13.0

3.13.0 (2025-02-19)

Features

3.12.0

3.12.0 (2025-01-11)

Features

  • upgrade asl-path-validator to improve validation of MathAdd (#167) (899492d)

3.11.0

3.11.0 (2024-12-25)

Features

3.10.0

3.10.0 (2024-12-03)

Features

3.9.0

3.9.0 (2024-11-13)

Features

  • update asl-path-validator to mitigate another jsonpath-plus CVE (07f9fb5)

3.8.4

3.8.4 (2024-10-28)

... (truncated)

Commits
  • 28e607a feat: add assign support for choice state
  • ba9f8e2 feat: bump dependencies for jsonpath-plus RCE vulnerability CVE-2024-21534 (#...
  • 899492d feat: upgrade asl-path-validator to improve validation of MathAdd (#167)
  • fdb7149 feat: bump jsonpath-plus to 10.2.0 (#164)
  • 61f3d88 feat: support jsonata expressions (#162)
  • 07f9fb5 feat: update asl-path-validator to mitigate another jsonpath-plus CVE
  • dc1a937 fix: bump version on jsonpath-plus and asl-path-validator
  • bbd05fd chore: bump version on jsonpath-plus and asl-path-validator
  • 6e91a84 fix: bump version of path validator to support current value expr
  • 7dc622e fix: support path fields on fail for cause and error
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) to 10.3.0 and updates ancestor dependency [asl-validator](https://github.com/ChristopheBougere/asl-validator). These dependencies need to be updated together.


Updates `jsonpath-plus` from 7.2.0 to 10.3.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v7.2.0...v10.3.0)

Updates `asl-validator` from 3.0.8 to 3.14.0
- [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
- [Commits](ChristopheBougere/asl-validator@3.0.8...3.14.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
- dependency-name: asl-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2025
Copy link

gitstream-cm bot commented Mar 11, 2025

🚨 gitStream Monthly Automation Limit Reached 🚨

Your organization has exceeded the number of pull requests allowed for automation with gitStream.
Monthly PRs automated: 1796/250

To continue automating your PR workflows and unlock additional features, please contact LinearB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 min review 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