Skip to content

Commit

Permalink
chore(deps): bump jsonpath-plus and @stoplight/spectral-core in /rule…
Browse files Browse the repository at this point in the history
…sets (#96)

Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) to 10.1.0 and
updates ancestor dependency
[@stoplight/spectral-core](https://github.com/stoplightio/spectral).
These dependencies need to be updated together.

Updates `jsonpath-plus` from 7.1.0 to 10.1.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>v7.2.0</h2>
<h2>7.2.0 (2022-09-02)</h2>
<ul>
<li>perf: optimize walk method by 10%-34% (<a
href="https://github.com/jacobroschen"><code>@​jacobroschen</code></a>)</li>
<li>chore: add types to exports field (<a
href="https://github.com/awlayton"><code>@​awlayton</code></a>)</li>
</ul>
</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.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>
<p>Require Node 18+</p>
</li>
<li>
<p>fix(security): use safe vm by default in Node</p>
</li>
<li>
<p>chore: bump jsep, devDeps. and lint</p>
</li>
</ul>
<h2>9.0.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>
<p>Removes <code>preventEval</code> property. Prefer <code>eval:
false</code> instead.</p>
</li>
<li>
<p>Changed behavior of <code>eval</code> property. In the browser,
<code>eval</code>/<code>Function</code> won't be used by default to
evaluate expressions. Instead, we'll safely evaluate using a subset of
JavaScript. To resume using unsafe eval in the browser, pass in the
option <code>eval: &quot;native&quot;</code></p>
</li>
<li>
<p>feat: add safe eval for browser and <code>eval</code> option (<a
href="https://redirect.github.com/s3u/JSONPath/issues/185">#185</a>) (<a
href="https://github.com/80avin"><code>@​80avin</code></a>)</p>
</li>
<li>
<p>feat: add <code>ignoreEvalErrors</code> property (<a
href="https://github.com/80avin"><code>@​80avin</code></a>)</p>
</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/93612a3185802ec2b269866034617eb2d414b928"><code>93612a3</code></a>
chore: bump version</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/4a16cbdce5858bc291ab6f3494646537f2bff4a1"><code>4a16cbd</code></a>
feat: add undefined, null literals to safe script</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/f119fe368a7814100896c1993f2286dd18fac493"><code>f119fe3</code></a>
feat: add typeof operator to safe script</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/b70aa713553caf838a63bac923195a5bc541fd72"><code>b70aa71</code></a>
fix(security): prevent <code>constructor</code> access in safe vm</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/763ada0268d6a53391a961df64c050d4f2f99b43"><code>763ada0</code></a>
fix(security): prevent <code>call</code>/<code>apply</code> invocation
of <code>Function</code></li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/98a6b229cad0371df8681b1caa284afaa80048d5"><code>98a6b22</code></a>
fix: remove overly aggressive disabling of native functions but disallow
`__p...</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/30194c754e84d1bfaeef84d4d5a33907d0b264d1"><code>30194c7</code></a>
fix(security): further prevent binding of Function calls which may evade
dete...</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/eac48fe444e9a94c2b577997220df621592a1d13"><code>eac48fe</code></a>
fix(security): prevent binding of Function calls which may evade
detection</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/34a836b37d2f4e38843d6f8f6bb94ac27525bcf3"><code>34a836b</code></a>
chore: bump version</li>
<li><a
href="https://github.com/JSONPath-Plus/JSONPath/commit/5a22e3f18be1d4b80fe9be9f8ecd5e19172849b5"><code>5a22e3f</code></a>
fix(security): prevent Function calls outside of member expressions</li>
<li>Additional commits viewable in <a
href="https://github.com/s3u/JSONPath/compare/v7.1.0...v10.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@stoplight/spectral-core` from 1.15.1 to 1.19.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stoplightio/spectral/commit/89e702cadaf432ec9c54f968b92e6465a9f815bd"><code>89e702c</code></a>
chore(release): 1.19.2 [skip ci]</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/827b034e054435c782d82c787074ffa9b52b1b62"><code>827b034</code></a>
chore(deps): fix lock file</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/8ec328fe68e42519cea1d6afedc4eb309a2c121c"><code>8ec328f</code></a>
fix(core): require new formats version (<a
href="https://redirect.github.com/stoplightio/spectral/issues/2725">#2725</a>)</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/92401c0b91e6210bedbe33c941b1a5861d21021d"><code>92401c0</code></a>
chore(repo): fix circle ci config</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/42f73341d3980d64424e10e5da51d5e9ac2fcac6"><code>42f7334</code></a>
chore(repo): fix circle ci config</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/fbd3e7c0b84234a3169c9156fada780ce85974ba"><code>fbd3e7c</code></a>
chore(repo): fix circle ci config</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/3088b91efc83ffe73865f31f34afa38d271c13b8"><code>3088b91</code></a>
chore(repo): make windows resource class large</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/87a90b3cfcc205dcd98fc330d4b82a212ea39ad2"><code>87a90b3</code></a>
feat(cli): trigger release</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/b73d5e8a4b3a74cfde1ee82757edcc5a53ae4f5e"><code>b73d5e8</code></a>
feat(core): trigger release</li>
<li><a
href="https://github.com/stoplightio/spectral/commit/01561d31aee0083416cd8c9a4a5bde516b63e14d"><code>01561d3</code></a>
chore(release): 1.21.0 [skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-v1.15.1...@stoplight/spectral-core-1.19.2">compare
view</a></li>
</ul>
</details>
<br />


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/SPSCommerce/sps-api-standards/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Sahadeo <[email protected]>
  • Loading branch information
dependabot[bot] and brandonsahadeo authored Dec 4, 2024
1 parent 40f96ef commit 298e8c2
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 219 deletions.
Loading

0 comments on commit 298e8c2

Please sign in to comment.