dependabot[bot] opened a new pull request, #1437:
URL: https://github.com/apache/couchdb-fauxton/pull/1437

   Bumps [ejs](https://github.com/mde/ejs) to 3.1.10 and updates ancestor 
dependency [nightwatch](https://github.com/nightwatchjs/nightwatch). These 
dependencies need to be updated together.
   
   Updates `ejs` from 3.1.8 to 3.1.10
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mde/ejs/releases";>ejs's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.10</h2>
   <p>Version 3.1.10</p>
   <h2>v3.1.9</h2>
   <p>Version 3.1.9</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mde/ejs/commit/d3f807dea9ce904e20a47a661f2310ce9134dc2a";><code>d3f807d</code></a>
 Version 3.1.10</li>
   <li><a 
href="https://github.com/mde/ejs/commit/9ee26dde5d7015d9c0e2ff87314cabeac5247c02";><code>9ee26dd</code></a>
 Mocha TDD</li>
   <li><a 
href="https://github.com/mde/ejs/commit/e469741dca7df2eb400199e1cdb74621e3f89aa5";><code>e469741</code></a>
 Basic pollution protection</li>
   <li><a 
href="https://github.com/mde/ejs/commit/715e9507fa3e6122dc6430fe0f25a6e6ded300c1";><code>715e950</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mde/ejs/issues/756";>#756</a> from 
Jeffrey-mu/main</li>
   <li><a 
href="https://github.com/mde/ejs/commit/cabe3146ad964a1e98db7742abf435906ca79406";><code>cabe314</code></a>
 Include advanced usage examples</li>
   <li><a 
href="https://github.com/mde/ejs/commit/29b076cdbbf3eb1b4323b33299ab6d79391b2c33";><code>29b076c</code></a>
 Added header</li>
   <li><a 
href="https://github.com/mde/ejs/commit/11503c79af882e3635b513d57c7f1813792eb127";><code>11503c7</code></a>
 Merge branch 'main' of github.com:mde/ejs into main</li>
   <li><a 
href="https://github.com/mde/ejs/commit/7690404e2fc1688756938e4d2fc19e0fac77d736";><code>7690404</code></a>
 Added security banner to README</li>
   <li><a 
href="https://github.com/mde/ejs/commit/f47d7aedd51a983e4f73045f962b1209096b5800";><code>f47d7ae</code></a>
 Update SECURITY.md</li>
   <li><a 
href="https://github.com/mde/ejs/commit/828cea1687e3db459ab09d2f405d2444c7580b90";><code>828cea1</code></a>
 Update SECURITY.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mde/ejs/compare/v3.1.8...v3.1.10";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `nightwatch` from 3.5.0 to 3.6.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nightwatchjs/nightwatch/releases";>nightwatch's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.6.2</h2>
   <h2>What's Changed</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Fix command args showing as '[object Object]' in reporter. by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4195";>nightwatchjs/nightwatch#4195</a></li>
   <li>Fix test not aborting when waitFor commands used with async/await. by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4196";>nightwatchjs/nightwatch#4196</a></li>
   </ul>
   <h3>Dependency updates</h3>
   <ul>
   <li>Bump ejs to 3.1.10 by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4204";>nightwatchjs/nightwatch#4204</a></li>
   <li>chore: updating mocha from 10.2.0 -&gt; 10.3.0 to remove CVE-2022-3517 
by <a href="https://github.com/athammer";><code>@​athammer</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4199";>nightwatchjs/nightwatch#4199</a></li>
   <li>Bump selenium-webdriver to 4.20.0 by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4206";>nightwatchjs/nightwatch#4206</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/athammer";><code>@​athammer</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4199";>nightwatchjs/nightwatch#4199</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nightwatchjs/nightwatch/compare/v3.6.1...v3.6.2";>https://github.com/nightwatchjs/nightwatch/compare/v3.6.1...v3.6.2</a></p>
   <h2>v3.6.1</h2>
   <h2>What's Changed</h2>
   <h3>Enhancements</h3>
   <ul>
   <li>Add fallback for clear command. by <a 
href="https://github.com/FireNdIce3";><code>@​FireNdIce3</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4035";>nightwatchjs/nightwatch#4035</a></li>
   <li>Use <code>NoSuchElementError</code> when element not found in new 
Element API. by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4193";>nightwatchjs/nightwatch#4193</a></li>
   </ul>
   <h3>Fixes</h3>
   <ul>
   <li>Fix <code>debug()</code> allowing only one command run in async/await 
mode. by <a 
href="https://github.com/chikara1608";><code>@​chikara1608</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4139";>nightwatchjs/nightwatch#4139</a></li>
   <li>Fix help messages for iOS errors. by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4189";>nightwatchjs/nightwatch#4189</a></li>
   <li>Keep error's original messages for NoSuchElementError. by <a 
href="https://github.com/garg3133";><code>@​garg3133</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4191";>nightwatchjs/nightwatch#4191</a></li>
   <li>Update Page Object tests to make sure invalid Page Objects elements are 
handled by <a 
href="https://github.com/AutomatedTester";><code>@​AutomatedTester</code></a> in 
<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4187";>nightwatchjs/nightwatch#4187</a></li>
   </ul>
   <h3>New aliases in new Element API (for backwards compatibility)</h3>
   <ul>
   <li><code>.ariaRole()</code> as alias for <code>.getAriaRole()</code> by <a 
href="https://github.com/Sajantoor";><code>@​Sajantoor</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4159";>nightwatchjs/nightwatch#4159</a></li>
   <li><code>.text()</code> as alias for <code>.getText()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4180";>nightwatchjs/nightwatch#4180</a></li>
   <li><code>.prop()</code> as alias for <code>.getProperty()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4174";>nightwatchjs/nightwatch#4174</a></li>
   <li><code>.accessibleName()</code> as alias for 
<code>.getAccessibleName()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4178";>nightwatchjs/nightwatch#4178</a></li>
   <li><code>.tagname()</code> as alias for <code>.getTagName()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4176";>nightwatchjs/nightwatch#4176</a></li>
   <li><code>.css()</code> and <code>.getCssValue()</code> as aliases for 
<code>.getCssProperty()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4168";>nightwatchjs/nightwatch#4168</a></li>
   <li><code>.attr()</code> and <code>.attribute()</code> as alias for 
<code>.getAttribute()</code> by <a 
href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4172";>nightwatchjs/nightwatch#4172</a></li>
   <li>Added aliases for <code>.find()</code> and <code>.findAll()</code> 
commands in new Element API  by <a 
href="https://github.com/AritraLeo";><code>@​AritraLeo</code></a> in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4130";>nightwatchjs/nightwatch#4130</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Sajantoor";><code>@​Sajantoor</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4159";>nightwatchjs/nightwatch#4159</a></li>
   <li><a href="https://github.com/Ayush-Vish";><code>@​Ayush-Vish</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4180";>nightwatchjs/nightwatch#4180</a></li>
   <li><a href="https://github.com/AritraLeo";><code>@​AritraLeo</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4130";>nightwatchjs/nightwatch#4130</a></li>
   <li><a href="https://github.com/FireNdIce3";><code>@​FireNdIce3</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/nightwatchjs/nightwatch/pull/4035";>nightwatchjs/nightwatch#4035</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nightwatchjs/nightwatch/compare/v3.6.0...v3.6.1";>https://github.com/nightwatchjs/nightwatch/compare/v3.6.0...v3.6.1</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/892b8091d64a5ebc693faaf8a4804408e8629d7c";><code>892b809</code></a>
 3.6.3</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/3f320f89062c080aa0638b82ba03d8cb2244c762";><code>3f320f8</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/d07047c6962afc2839d5077f5b23849c1eed456b";><code>d07047c</code></a>
 Bump selenium-webdriver to 4.21.0 (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4207";>#4207</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/3f096d2e4883d5e1de0ba7cf8a4dd03fd4723fef";><code>3f096d2</code></a>
 3.6.2</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/cc8c8305af1e4009df79eb61010026c276cd641c";><code>cc8c830</code></a>
 Bump selenium-webdriver to 4.20.0 (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4206";>#4206</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/d0d3ccf45b54bb6f3b49478f76c5d1d70137159a";><code>d0d3ccf</code></a>
 Bump mocha to v10.3.0 (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4199";>#4199</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/2bc9994f8b4f5f4c3320a90e63b91c7c9a76da90";><code>2bc9994</code></a>
 Bump ejs to 3.1.10 (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4204";>#4204</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/45ca79e3f02e4cae40cd18baaa3e5b79e2d911bd";><code>45ca79e</code></a>
 Fix test not aborting when waitFor commands used with async/await. (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4196";>#4196</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/bfcc09a545aab9c58368455950ec5370725b9a1c";><code>bfcc09a</code></a>
 Fix command args showing as '[object Object]' in reporter. (<a 
href="https://redirect.github.com/nightwatchjs/nightwatch/issues/4195";>#4195</a>)</li>
   <li><a 
href="https://github.com/nightwatchjs/nightwatch/commit/2aac3ecb3ac814ad6261fb0c8f084f3ed3385976";><code>2aac3ec</code></a>
 3.6.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nightwatchjs/nightwatch/compare/v3.5.0...v3.6.3";>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/apache/couchdb-fauxton/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]

Reply via email to