[PR #220] [MERGED] Bump jsonpath-plus from 9.0.0 to 10.3.0 #145

Closed
opened 2025-12-29 07:19:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/220
Author: @dependabot[bot]
Created: 5/29/2025
Status: Merged
Merged: 5/29/2025
Merged by: @gschier

Base: masterHead: dependabot/npm_and_yarn/jsonpath-plus-10.3.0


📝 Commits (1)

  • a17ef58 Bump jsonpath-plus from 9.0.0 to 10.3.0

📊 Changes

2 files changed (+2 additions, -20 deletions)

View changed files

📝 package-lock.json (+1 -19)
📝 plugins/template-function-response/package.json (+1 -1)

📄 Description

Bumps jsonpath-plus from 9.0.0 to 10.3.0.

Release notes

Sourced from jsonpath-plus's releases.

v10.3.0

What's Changed

Full Changelog: https://github.com/JSONPath-Plus/JSONPath/compare/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.


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 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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/220 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2025 **Status:** ✅ Merged **Merged:** 5/29/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/jsonpath-plus-10.3.0` --- ### 📝 Commits (1) - [`a17ef58`](https://github.com/mountain-loop/yaak/commit/a17ef58570afb2d38215640267490cf71831b0da) Bump jsonpath-plus from 9.0.0 to 10.3.0 ### 📊 Changes **2 files changed** (+2 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1 -19) 📝 `plugins/template-function-response/package.json` (+1 -1) </details> ### 📄 Description Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 9.0.0 to 10.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/s3u/JSONPath/releases">jsonpath-plus's releases</a>.</em></p> <blockquote> <h2>v10.3.0</h2> <h2>What's Changed</h2> <ul> <li>fix(eval): rce using non-string prop names by <a href="https://github.com/80avin"><code>@​80avin</code></a> in <a href="https://redirect.github.com/JSONPath-Plus/JSONPath/pull/237">JSONPath-Plus/JSONPath#237</a></li> <li>feat(demo): make demo link shareable by <a href="https://github.com/80avin"><code>@​80avin</code></a> in <a href="https://redirect.github.com/JSONPath-Plus/JSONPath/pull/238">JSONPath-Plus/JSONPath#238</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/JSONPath-Plus/JSONPath/compare/v10.2.0...v10.3.0">https://github.com/JSONPath-Plus/JSONPath/compare/v10.2.0...v10.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md">jsonpath-plus's changelog</a>.</em></p> <blockquote> <h2>10.3.0</h2> <ul> <li>fix(eval): rce using non-string prop names (<a href="https://redirect.github.com/s3u/JSONPath/issues/237">#237</a>)</li> <li>feat(demo): make demo link shareable (<a href="https://redirect.github.com/s3u/JSONPath/issues/238">#238</a>)</li> <li>chore: update deps. and devDeps.</li> </ul> <h2>10.2.0</h2> <ul> <li>fix(eval): improve security of safe-eval (<a href="https://redirect.github.com/s3u/JSONPath/issues/233">#233</a>)</li> <li>chore: update deps. and devDeps.</li> </ul> <h2>10.1.0</h2> <ul> <li>feat: add typeof operator to safe script</li> </ul> <h2>10.0.7</h2> <ul> <li>fix(security): prevent <code>constructor</code> access</li> <li>docs: add security policy file</li> </ul> <h2>10.0.6</h2> <ul> <li>fix(security): prevent <code>call</code>/<code>apply</code> invocation of <code>Function</code></li> </ul> <h2>10.0.5</h2> <ul> <li>fix: remove overly aggressive disabling of native functions but disallow <code>__proto__</code></li> </ul> <h2>10.0.4</h2> <ul> <li>fix(security): further prevent binding of Function calls which may evade detection</li> </ul> <h2>10.0.3</h2> <ul> <li>fix(security): prevent binding of Function calls which may evade detection</li> </ul> <h2>10.0.2</h2> <ul> <li>fix(security): prevent Function calls outside of member expressions</li> </ul> <h2>10.0.1</h2> <ul> <li>fix(security): prohibit <code>Function</code> in &quot;safe&quot; vm</li> </ul> <h2>10.0.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>Require Node 18+</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/9754e4bfa4c3f0cf0574dcb7ffb575eb7043fca1"><code>9754e4b</code></a> chore: bump version</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/f690da1a9c55f83ff21498e696607eb14c7c95d8"><code>f690da1</code></a> chore: update deps and devDeps</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/313a9b48190c3d985b42027c948b002e28bd0331"><code>313a9b4</code></a> Merge pull request <a href="https://redirect.github.com/s3u/JSONPath/issues/238">#238</a> from 80avin/shareable-demo</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/39a0d03cb690475902917bad560b5104524c182d"><code>39a0d03</code></a> Merge pull request <a href="https://redirect.github.com/s3u/JSONPath/issues/237">#237</a> from 80avin/fix-10.2.0-rce</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/1c532fc09a5461b9a2055a383f87c95ddf62c32f"><code>1c532fc</code></a> feat(demo): make demo link shareable</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/30942896d27cb8a806b965a5ca9ef9f686be24ee"><code>3094289</code></a> fix(eval): rce using non-string prop names</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/8e4acf8aff5f446aa66323e12394ac5615c3b260"><code>8e4acf8</code></a> chore: bump version</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/f0708a4ec72098ac585a50372eb0f422c2553ca5"><code>f0708a4</code></a> chore: update deps. and devDeps.</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/0bfda555098c129612542f8ae9bf923176ac819c"><code>0bfda55</code></a> build(deps): bump <code>@​eslint/plugin-kit</code> from 0.2.0 to 0.2.3 (<a href="https://redirect.github.com/s3u/JSONPath/issues/234">#234</a>)</li> <li><a href="https://github.com/JSONPath-Plus/JSONPath/commit/73ad72e5ee788d8287dea6e8283a3f16f63c9eb8"><code>73ad72e</code></a> fix(eval): improve security of safe-eval (<a href="https://redirect.github.com/s3u/JSONPath/issues/233">#233</a>)</li> <li>Additional commits viewable in <a href="https://github.com/s3u/JSONPath/compare/v9.0.0...v10.3.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~80avin">80avin</a>, a new releaser for jsonpath-plus since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonpath-plus&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.3.0)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mountain-loop/yaak/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:32 +01:00
adam closed this issue 2025-12-29 07:19:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#145