dependabot[bot] opened a new pull request, #10:
URL: https://github.com/apache/casbin-node-pubsub-watcher/pull/10

   Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md";>qs's 
changelog</a>.</em></p>
   <blockquote>
   <h2><strong>6.5.5</strong></h2>
   <ul>
   <li>[Fix] fix regressions from robustness refactor</li>
   <li>[meta] add <code>npmignore</code> to autogenerate an npmignore file</li>
   <li>[actions] update reusable workflows</li>
   </ul>
   <h2><strong>6.5.4</strong></h2>
   <ul>
   <li>[Robustness] avoid <code>.push</code>, use <code>void</code></li>
   <li>[readme] clarify <code>parseArrays</code> and <code>arrayLimit</code> 
documentation (<a 
href="https://redirect.github.com/ljharb/qs/issues/543";>#543</a>)</li>
   <li>[readme] document that <code>addQueryPrefix</code> does not add 
<code>?</code> to empty output (<a 
href="https://redirect.github.com/ljharb/qs/issues/418";>#418</a>)</li>
   <li>[readme] replace runkit CI badge with shields.io check-runs badge</li>
   <li>[actions] fix rebase workflow permissions</li>
   </ul>
   <h2><strong>6.5.3</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a 
href="https://redirect.github.com/ljharb/qs/issues/428";>#428</a>)</li>
   <li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and a 
truthy non-array source</li>
   <li>[Fix] correctly parse nested arrays</li>
   <li>[Fix] <code>stringify</code>: fix a crash with 
<code>strictNullHandling</code> and a custom 
<code>filter</code>/<code>serializeDate</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/279";>#279</a>)</li>
   <li>[Fix] <code>utils</code>: <code>merge</code>: fix crash when 
<code>source</code> is a truthy primitive &amp; no options are provided</li>
   <li>[Fix] when <code>parseArrays</code> is false, properly handle keys 
ending in <code>[]</code></li>
   <li>[Fix] fix for an impossible situation: when the formatter is called with 
a non-string value</li>
   <li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and an 
array source</li>
   <li>[Refactor] <code>utils</code>: reduce observable [[Get]]s</li>
   <li>[Refactor] use cached <code>Array.isArray</code></li>
   <li>[Refactor] <code>stringify</code>: Avoid arr = arr.concat(...), push to 
the existing instance (<a 
href="https://redirect.github.com/ljharb/qs/issues/269";>#269</a>)</li>
   <li>[Refactor] <code>parse</code>: only need to reassign the var once</li>
   <li>[Robustness] <code>stringify</code>: avoid relying on a global 
<code>undefined</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/427";>#427</a>)</li>
   <li>[readme] remove travis badge; add github actions/codecov badges; update 
URLs</li>
   <li>[Docs] Clean up license text so it’s properly detected as 
BSD-3-Clause</li>
   <li>[Docs] Clarify the need for &quot;arrayLimit&quot; option</li>
   <li>[meta] fix README.md (<a 
href="https://redirect.github.com/ljharb/qs/issues/399";>#399</a>)</li>
   <li>[meta] add FUNDING.yml</li>
   <li>[actions] backport actions from main</li>
   <li>[Tests] always use <code>String(x)</code> over 
<code>x.toString()</code></li>
   <li>[Tests] remove nonexistent tape option</li>
   <li>[Dev Deps] backport from main</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ljharb/qs/commit/3a6d9f8e298703028bbd426a3bc49a1fb6a66363";><code>3a6d9f8</code></a>
 v6.5.5</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/48160e70a97cab102591e55c5c4db19fb102cb54";><code>48160e7</code></a>
 [actions] update reusable workflows</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/2fc004a6194a49167711f7136678e908b3193eb9";><code>2fc004a</code></a>
 [meta] add <code>npmignore</code> to autogenerate an npmignore file</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/ddcc5d5ba5109c9c649e15a0ee4b1e4f0e202c55";><code>ddcc5d5</code></a>
 [Fix] fix regressions from robustness refactor</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/c19048854aa13688f51208442e84717d7b280aae";><code>c190488</code></a>
 v6.5.4</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/40b77c3c8d3b781fdb1e0b36490f6a36bca506b5";><code>40b77c3</code></a>
 [actions] fix rebase workflow permissions</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/6e39e92b969bacfc13aa7d96acc2681e0a8ff613";><code>6e39e92</code></a>
 [readme] document that <code>addQueryPrefix</code> does not add <code>?</code> 
to empty output</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/4e393de47a8f469b23bbb1d4bdf2022f2d873f17";><code>4e393de</code></a>
 [readme] replace runkit CI badge with shields.io check-runs badge</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/dbb0346103459a2cc3b92219aac7087f826a56c1";><code>dbb0346</code></a>
 [readme] clarify <code>parseArrays</code> and <code>arrayLimit</code> 
documentation</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/6b8b4d8de3767e11b213152d984265414c23da6e";><code>6b8b4d8</code></a>
 [Robustness] avoid <code>.push</code>, use <code>void</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/ljharb/qs/compare/v6.5.2...v6.5.5";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepublish</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.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 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/apache/casbin-node-pubsub-watcher/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to