Skip to content

Commit c7f56cb

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#430)
Bumps the npm_and_yarn group with 2 updates in the / directory: [tmp](https://github.com/raszi/node-tmp) and [inquirer](https://github.com/SBoudrias/Inquirer.js). Updates `tmp` from 0.0.33 to 0.2.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md">tmp's changelog</a>.</em></p> <blockquote> <h2>v0.2.2 (2024-02-28)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/278">#278</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/268">#268</a>: Revert &quot;fix <a href="https://redirect.github.com/raszi/node-tmp/issues/246">#246</a>: remove any double quotes or single quotes… (<a href="https://github.com/mbargiel"><code>@​mbargiel</code></a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/279">#279</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/266">#266</a>: move paragraph on graceful cleanup to the head of the documentation (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>Committers: 5</h4> <ul> <li>Carsten Klein (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li>Dave Nicolson (<a href="https://github.com/dnicolson"><code>@​dnicolson</code></a>)</li> <li>KARASZI István (<a href="https://github.com/raszi"><code>@​raszi</code></a>)</li> <li>Maxime Bargiel (<a href="https://github.com/mbargiel"><code>@​mbargiel</code></a>)</li> <li><a href="https://github.com/robertoaceves"><code>@​robertoaceves</code></a></li> </ul> <h2>v0.2.1 (2020-04-28)</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/252">#252</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/250">#250</a>: introduce tmpdir option for overriding the system tmp dir (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/253">#253</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/191">#191</a>: generate changelog from pull requests using lerna-changelog (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Carsten Klein (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h2>v0.2.0 (2020-04-25)</h2> <h4>:rocket: Enhancement</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/234">#234</a> feat: stabilize tmp for v0.2.0 release (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/231">#231</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/230">#230</a>: regression after fix for <a href="https://redirect.github.com/raszi/node-tmp/issues/197">#197</a> (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/220">#220</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/197">#197</a>: return sync callback when using the sync interface, otherwise return the async callback (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/193">#193</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/192">#192</a>: tmp must not exit the process on its own (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/221">#221</a> Gh 206 document name option (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/226">#226</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/212">#212</a>: enable direct name option test (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/225">#225</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/211">#211</a>: existing tests must clean up after themselves (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/224">#224</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/217">#217</a>: name tests must use tmpName (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/223">#223</a> Closes <a href="https://redirect.github.com/raszi/node-tmp/issues/214">#214</a>: refactor tests and lib (<a href="https://github.com/silkentrance"><code>@​silkentrance</code></a>)</li> <li><a href="https://redirect.github.com/raszi/node-tmp/pull/198">#198</a> Update dependencies to latest versions (<a href="https://github.com/matsev"><code>@​matsev</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raszi/node-tmp/commit/08fa3abac32b621506512724b28b56b9c4a95846"><code>08fa3ab</code></a> Update version</li> <li><a href="https://github.com/raszi/node-tmp/commit/1cf4ec54180a77a2a95dc1941efa1659774c8787"><code>1cf4ec5</code></a> Merge commit from fork</li> <li><a href="https://github.com/raszi/node-tmp/commit/188b25e529496e37adaf1a1d9dccb40019a08b1b"><code>188b25e</code></a> Fix GHSA-52f5-9888-hmc6</li> <li><a href="https://github.com/raszi/node-tmp/commit/73b9fe45bbb40157acdfab8126dd0911de91c8fa"><code>73b9fe4</code></a> Add test case for GHSA-52f5-9888-hmc6</li> <li><a href="https://github.com/raszi/node-tmp/commit/b8e2f29a7575352e49e4882a836aab4bd2ec927f"><code>b8e2f29</code></a> Remove broken tests</li> <li><a href="https://github.com/raszi/node-tmp/commit/2892a027b4d2d3a25d1d08a398bc108a0200857f"><code>2892a02</code></a> Remove outdated URL</li> <li><a href="https://github.com/raszi/node-tmp/commit/f5923182461a89e9de5a7a09c75f410a76979ae7"><code>f592318</code></a> Reformat package.json</li> <li><a href="https://github.com/raszi/node-tmp/commit/995ac8cc45867b44babdf232a1ab0a3bb1d25d95"><code>995ac8c</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/301">#301</a> from raszi/dependabot/npm_and_yarn/braces-3.0.3</li> <li><a href="https://github.com/raszi/node-tmp/commit/caa758d7b55783c1e9abcb34695fdb9a812c30b7"><code>caa758d</code></a> Bump braces from 3.0.2 to 3.0.3</li> <li><a href="https://github.com/raszi/node-tmp/commit/5f0b2525ed6f6a977ea0cc272d4903d9d2216059"><code>5f0b252</code></a> Merge pull request <a href="https://redirect.github.com/raszi/node-tmp/issues/297">#297</a> from raszi/feat/release-v0.2.3</li> <li>Additional commits viewable in <a href="https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.4">compare view</a></li> </ul> </details> <br /> Updates `inquirer` from 8.2.6 to 8.2.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/9c5259a889d37205829c2255171ef74c6336f7f3"><code>9c5259a</code></a> Publish</li> <li><a href="https://github.com/SBoudrias/Inquirer.js/commit/e26d21369ae229fe7cab4c6678fb4718fb7758b7"><code>e26d213</code></a> fix: Replace external-editor to remove CVE</li> <li>See full diff in <a href="https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@8.2.7">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lumirlumir/npm-clang-format-node/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 801db3a commit c7f56cb

File tree

1 file changed

+33
-63
lines changed

1 file changed

+33
-63
lines changed

package-lock.json

Lines changed: 33 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)