[PR #60] [CLOSED] build(deps): bump minimist, http-server and mkdirp #82

Closed
opened 2026-03-01 14:34:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AEPKILL/devtools-detector/pull/60
Author: @dependabot[bot]
Created: 3/1/2023
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/minimist-and-http-server-and-mkdirp-1.2.8


📝 Commits (1)

  • 52c2503 build(deps): bump minimist, http-server and mkdirp

📊 Changes

2 files changed (+242 additions, -118 deletions)

View changed files

📝 package-lock.json (+241 -117)
📝 package.json (+1 -1)

📄 Description

Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, http-server and mkdirp. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates http-server from 0.11.1 to 14.1.1

Release notes

Sourced from http-server's releases.

v14.1.1

Other changes

v14.1.0

This release contains an emergency fix which replaces colors.js with chalk. See #781 for more info and discussion, and Marak/colors.js#285 for broader discussion about colors.js.

v14.0.0

Breaking changes

Features and enhancements

Bug Fixes

Other changes

Full Changelog: https://github.com/http-party/http-server/compare/v13.0.2...v14.0.0

v13.1.0

This release contains an emergency backport from v14.1.0 which replaces colors.js with chalk

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by thornjad, a new releaser for http-server since your current version.


Updates mkdirp from 0.5.1 to 0.5.6

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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/AEPKILL/devtools-detector/pull/60 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/minimist-and-http-server-and-mkdirp-1.2.8` --- ### 📝 Commits (1) - [`52c2503`](https://github.com/AEPKILL/devtools-detector/commit/52c25038e08c88d0524092810f93fc1db2b30fe8) build(deps): bump minimist, http-server and mkdirp ### 📊 Changes **2 files changed** (+242 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+241 -117) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [http-server](https://github.com/http-party/http-server) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md">minimist's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/minimistjs/minimist/compare/v1.2.7...v1.2.8">v1.2.8</a> - 2023-02-09</h2> <h3>Merged</h3> <ul> <li>[Fix] Fix long option followed by single dash <a href="https://github-redirect.dependabot.com/minimistjs/minimist/pull/17"><code>[#17](https://github.com/minimistjs/minimist/issues/17)</code></a></li> <li>[Tests] Remove duplicate test <a href="https://github-redirect.dependabot.com/minimistjs/minimist/pull/12"><code>[#12](https://github.com/minimistjs/minimist/issues/12)</code></a></li> <li>[Fix] opt.string works with multiple aliases <a href="https://github-redirect.dependabot.com/minimistjs/minimist/pull/10"><code>[#10](https://github.com/minimistjs/minimist/issues/10)</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>[Fix] Fix long option followed by single dash (<a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/17">#17</a>) <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/15"><code>[#15](https://github.com/minimistjs/minimist/issues/15)</code></a></li> <li>[Tests] Remove duplicate test (<a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/12">#12</a>) <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/8"><code>[#8](https://github.com/minimistjs/minimist/issues/8)</code></a></li> <li>[Fix] Fix long option followed by single dash <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/15"><code>[#15](https://github.com/minimistjs/minimist/issues/15)</code></a></li> <li>[Fix] opt.string works with multiple aliases (<a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/10">#10</a>) <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/9"><code>[#9](https://github.com/minimistjs/minimist/issues/9)</code></a></li> <li>[Fix] Fix handling of short option with non-trivial equals <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/5"><code>[#5](https://github.com/minimistjs/minimist/issues/5)</code></a></li> <li>[Tests] Remove duplicate test <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/8"><code>[#8](https://github.com/minimistjs/minimist/issues/8)</code></a></li> <li>[Fix] opt.string works with multiple aliases <a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/9"><code>[#9](https://github.com/minimistjs/minimist/issues/9)</code></a></li> </ul> <h3>Commits</h3> <ul> <li>Merge tag 'v0.2.3' <a href="https://github.com/minimistjs/minimist/commit/a0267947c7870fc5847cf2d437fbe33f392767da"><code>a026794</code></a></li> <li>[eslint] fix indentation and whitespace <a href="https://github.com/minimistjs/minimist/commit/5368ca4147e974138a54cc0dc4cea8f756546b70"><code>5368ca4</code></a></li> <li>[eslint] fix indentation and whitespace <a href="https://github.com/minimistjs/minimist/commit/e5f5067259ceeaf0b098d14bec910f87e58708c7"><code>e5f5067</code></a></li> <li>[eslint] more cleanup <a href="https://github.com/minimistjs/minimist/commit/62fde7d935f83417fb046741531a9e2346a36976"><code>62fde7d</code></a></li> <li>[eslint] more cleanup <a href="https://github.com/minimistjs/minimist/commit/36ac5d0d95e4947d074e5737d94814034ca335d1"><code>36ac5d0</code></a></li> <li>[meta] add <code>auto-changelog</code> <a href="https://github.com/minimistjs/minimist/commit/73923d223553fca08b1ba77e3fbc2a492862ae4c"><code>73923d2</code></a></li> <li>[actions] add reusable workflows <a href="https://github.com/minimistjs/minimist/commit/d80727df77bfa9e631044d7f16368d8f09242c91"><code>d80727d</code></a></li> <li>[eslint] add eslint; rules to enable later are warnings <a href="https://github.com/minimistjs/minimist/commit/48bc06a1b41f00e9cdf183db34f7a51ba70e98d4"><code>48bc06a</code></a></li> <li>[eslint] fix indentation <a href="https://github.com/minimistjs/minimist/commit/34b0f1ccaa45183c3c4f06a91f9b405180a6f982"><code>34b0f1c</code></a></li> <li>[readme] rename and add badges <a href="https://github.com/minimistjs/minimist/commit/5df0fe49211bd09a3636f8686a7cb3012c3e98f0"><code>5df0fe4</code></a></li> <li>[Dev Deps] switch from <code>covert</code> to <code>nyc</code> <a href="https://github.com/minimistjs/minimist/commit/a48b128fdb8d427dfb20a15273f83e38d97bef07"><code>a48b128</code></a></li> <li>[Dev Deps] update <code>covert</code>, <code>tape</code>; remove unnecessary <code>tap</code> <a href="https://github.com/minimistjs/minimist/commit/f0fb958e9a1fe980cdffc436a211b0bda58f621b"><code>f0fb958</code></a></li> <li>[meta] create FUNDING.yml; add <code>funding</code> in package.json <a href="https://github.com/minimistjs/minimist/commit/3639e0c819359a366387e425ab6eabf4c78d3caa"><code>3639e0c</code></a></li> <li>[meta] use <code>npmignore</code> to autogenerate an npmignore file <a href="https://github.com/minimistjs/minimist/commit/be2e038c342d8333b32f0fde67a0026b79c8150e"><code>be2e038</code></a></li> <li>Only apps should have lockfiles <a href="https://github.com/minimistjs/minimist/commit/282b570e7489d01b03f2d6d3dabf79cd3e5f84cf"><code>282b570</code></a></li> <li>isConstructorOrProto adapted from PR <a href="https://github.com/minimistjs/minimist/commit/ef9153fc52b6cea0744b2239921c5dcae4697f11"><code>ef9153f</code></a></li> <li>[Dev Deps] update <code>@ljharb/eslint-config</code>, <code>aud</code> <a href="https://github.com/minimistjs/minimist/commit/098873c213cdb7c92e55ae1ef5aa1af3a8192a79"><code>098873c</code></a></li> <li>[Dev Deps] update <code>@ljharb/eslint-config</code>, <code>aud</code> <a href="https://github.com/minimistjs/minimist/commit/3124ed3e46306301ebb3c834874ce0241555c2c4"><code>3124ed3</code></a></li> <li>[meta] add <code>safe-publish-latest</code> <a href="https://github.com/minimistjs/minimist/commit/4b927de696d561c636b4f43bf49d4597cb36d6d6"><code>4b927de</code></a></li> <li>[Tests] add <code>aud</code> in <code>posttest</code> <a href="https://github.com/minimistjs/minimist/commit/b32d9bd0ab340f4e9f8c3a97ff2a4424f25fab8c"><code>b32d9bd</code></a></li> <li>[meta] update repo URLs <a href="https://github.com/minimistjs/minimist/commit/f9fdfc032c54884d9a9996a390c63cd0719bbe1a"><code>f9fdfc0</code></a></li> <li>[actions] Avoid 0.6 tests due to build failures <a href="https://github.com/minimistjs/minimist/commit/ba92fe6ebbdc0431cca9a2ea8f27beb492f5e4ec"><code>ba92fe6</code></a></li> <li>[Dev Deps] update <code>tape</code> <a href="https://github.com/minimistjs/minimist/commit/950eaa74f112e04d23e9c606c67472c46739b473"><code>950eaa7</code></a></li> <li>[Dev Deps] add missing <code>npmignore</code> dev dep <a href="https://github.com/minimistjs/minimist/commit/3226afaf09e9d127ca369742437fe6e88f752d6b"><code>3226afa</code></a></li> <li>Merge tag 'v0.2.2' <a href="https://github.com/minimistjs/minimist/commit/980d7ac61a0b4bd552711251ac107d506b23e41f"><code>980d7ac</code></a></li> </ul> <h2><a href="https://github.com/minimistjs/minimist/compare/v1.2.6...v1.2.7">v1.2.7</a> - 2022-10-10</h2> <h3>Commits</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minimistjs/minimist/commit/6901ee286bc4c16da6830b48b46ce1574703cea1"><code>6901ee2</code></a> v1.2.8</li> <li><a href="https://github.com/minimistjs/minimist/commit/a0267947c7870fc5847cf2d437fbe33f392767da"><code>a026794</code></a> Merge tag 'v0.2.3'</li> <li><a href="https://github.com/minimistjs/minimist/commit/c0b26618322e94adea26c68e613ef0be482c6c63"><code>c0b2661</code></a> v0.2.3</li> <li><a href="https://github.com/minimistjs/minimist/commit/63b8fee87b8e7a003216d5d77ba5d6decf3cfb0d"><code>63b8fee</code></a> [Fix] Fix long option followed by single dash (<a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/17">#17</a>)</li> <li><a href="https://github.com/minimistjs/minimist/commit/72239e6f0ea77d8be0ad4f682b7ae7d142144395"><code>72239e6</code></a> [Tests] Remove duplicate test (<a href="https://github-redirect.dependabot.com/minimistjs/minimist/issues/12">#12</a>)</li> <li><a href="https://github.com/minimistjs/minimist/commit/34b0f1ccaa45183c3c4f06a91f9b405180a6f982"><code>34b0f1c</code></a> [eslint] fix indentation</li> <li><a href="https://github.com/minimistjs/minimist/commit/3226afaf09e9d127ca369742437fe6e88f752d6b"><code>3226afa</code></a> [Dev Deps] add missing <code>npmignore</code> dev dep</li> <li><a href="https://github.com/minimistjs/minimist/commit/098873c213cdb7c92e55ae1ef5aa1af3a8192a79"><code>098873c</code></a> [Dev Deps] update <code>@ljharb/eslint-config</code>, <code>aud</code></li> <li><a href="https://github.com/minimistjs/minimist/commit/9ec4d279ced72ea2f60237218e71cc03aa0dfdd6"><code>9ec4d27</code></a> [Fix] Fix long option followed by single dash</li> <li><a href="https://github.com/minimistjs/minimist/commit/ba92fe6ebbdc0431cca9a2ea8f27beb492f5e4ec"><code>ba92fe6</code></a> [actions] Avoid 0.6 tests due to build failures</li> <li>Additional commits viewable in <a href="https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8">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/~ljharb">ljharb</a>, a new releaser for minimist since your current version.</p> </details> <br /> Updates `http-server` from 0.11.1 to 14.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/http-party/http-server/releases">http-server's releases</a>.</em></p> <blockquote> <h2>v14.1.1</h2> <ul> <li>Patch CVE-2021-44906 <a href="https://github.com/dpassen"><code>@​dpassen</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/803">#803</a>)</li> </ul> <h2>Other changes</h2> <ul> <li>Bump follow-redirects from 1.14.4 to 1.14.8 <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/794">#794</a>)</li> </ul> <h2>v14.1.0</h2> <p>This release contains an emergency fix which replaces colors.js with chalk. See <a href="https://github-redirect.dependabot.com/http-party/http-server/issues/781">#781</a> for more info and discussion, and <a href="https://github-redirect.dependabot.com/Marak/colors.js/issues/285">Marak/colors.js#285</a> for broader discussion about colors.js.</p> <ul> <li>Switch from colors to chalk <a href="https://github.com/zbynek"><code>@​zbynek</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/785">#785</a>)</li> </ul> <h2>v14.0.0</h2> <h2>Breaking changes</h2> <ul> <li>Add encoding charset sniffing <a href="https://github.com/boarwell"><code>@​boarwell</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/736">#736</a>)</li> <li>Drop Node.js 10 support <a href="https://github.com/boarwell"><code>@​boarwell</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/739">#739</a>) <ul> <li>Required to support charset sniffing</li> </ul> </li> </ul> <h2>Features and enhancements</h2> <ul> <li>add passphrase option <a href="https://github.com/chris"><code>@​chris</code></a>--jones (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/746">#746</a>)</li> <li>Make --ssl an alias for --tls <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/747">#747</a>)</li> <li>add ability to pass proxyOptions <a href="https://github.com/yannickglt"><code>@​yannickglt</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/688">#688</a>)</li> <li>Replace mkdirp in tests with native JS <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/743">#743</a>)</li> <li>Implement displaying last modified date in index <a href="https://github.com/owenl131"><code>@​owenl131</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/737">#737</a>)</li> <li>Adds version number to server startup output <a href="https://github.com/Innoveramera"><code>@​Innoveramera</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/734">#734</a>)</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Don't crash when file path errors <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/753">#753</a>)</li> <li>Fix CORS option detection <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/748">#748</a>)</li> <li>fix crash on redirect with formfeed in URL <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/749">#749</a>)</li> <li>Fixes --proxy without a protocol throwing an uncaught error <a href="https://github.com/Ratcoder"><code>@​Ratcoder</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/742">#742</a>)</li> <li>Fix tests EACCESS by finding an open port every time <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/741">#741</a>)</li> <li>Use relative paths in directory listing <a href="https://github-redirect.dependabot.com/http-party/http-server/issues/661">#661</a> <a href="https://github.com/boarwell"><code>@​boarwell</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/732">#732</a>)</li> </ul> <h2>Other changes</h2> <ul> <li>Add Contributing guide <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/752">#752</a>)</li> <li>Eslint config - replace common-style with eslint-config-populist <a href="https://github.com/chris"><code>@​chris</code></a>--jones (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/744">#744</a>)</li> <li>Update some dependencies <a href="https://github.com/thornjad"><code>@​thornjad</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/740">#740</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/http-party/http-server/compare/v13.0.2...v14.0.0">https://github.com/http-party/http-server/compare/v13.0.2...v14.0.0</a></p> <h2>v13.1.0</h2> <p>This release contains an emergency backport from v14.1.0 which replaces colors.js with chalk</p> <ul> <li>Switch from colors to chalk <a href="https://github.com/zbynek"><code>@​zbynek</code></a> (<a href="https://github-redirect.dependabot.com/http-party/http-server/issues/785">#785</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/http-party/http-server/commit/af0ac3e4b9bd5fff55337aee32bf37f6116c7b4f"><code>af0ac3e</code></a> 14.1.1</li> <li><a href="https://github.com/http-party/http-server/commit/e5301d37edc27f5455ec23307bce86a37454210f"><code>e5301d3</code></a> update license year</li> <li><a href="https://github.com/http-party/http-server/commit/318c55f8c966f7a7c98c84fee3c30fce2d0bf045"><code>318c55f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-party/http-server/issues/794">#794</a> from http-party/dependabot/npm_and_yarn/follow-redire...</li> <li><a href="https://github.com/http-party/http-server/commit/284a0b05885a1ad2a3f4bf8af271d344b1f8e4b4"><code>284a0b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-party/http-server/issues/803">#803</a> from dpassen/patch-CVE-2021-44906</li> <li><a href="https://github.com/http-party/http-server/commit/17cc8d6032f6c177343acde1d32bef13cee9add7"><code>17cc8d6</code></a> Patch CVE-2021-44906</li> <li><a href="https://github.com/http-party/http-server/commit/dc2fcf0ab34fee69c62285dc084580bfa9bb74ef"><code>dc2fcf0</code></a> Bump follow-redirects from 1.14.4 to 1.14.8</li> <li><a href="https://github.com/http-party/http-server/commit/33a6639a781564e921fc62bdb48991b43f6745b7"><code>33a6639</code></a> Update SECURITY.md</li> <li><a href="https://github.com/http-party/http-server/commit/251d4a1fdc79f654fa90fc52ec06046b3ad6a56f"><code>251d4a1</code></a> Update support commitments for Jan 2022</li> <li><a href="https://github.com/http-party/http-server/commit/e16ed1d4a5d91a2bdf55de565819ec1733048bbc"><code>e16ed1d</code></a> 14.1.0</li> <li><a href="https://github.com/http-party/http-server/commit/56bdf6e36393168ee0fe09c39a32ad280d6c8be0"><code>56bdf6e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-party/http-server/issues/785">#785</a> from zbynek/use-chalk</li> <li>Additional commits viewable in <a href="https://github.com/http-party/http-server/compare/0.11.1...v14.1.1">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/~thornjad">thornjad</a>, a new releaser for http-server since your current version.</p> </details> <br /> Updates `mkdirp` from 0.5.1 to 0.5.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-mkdirp/commit/92f086d2e28c6848951776fbe8ecadcf54c80c29"><code>92f086d</code></a> 0.5.6</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/2a2812536c0d3e23dce78978e1d4691d7ff445a7"><code>2a28125</code></a> clean up tests</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/c905d653e9cd294f7124c83ad499d95baed17088"><code>c905d65</code></a> update minimist</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/049cf185c9e91727bc505b796a2d16a4fe70d64d"><code>049cf18</code></a> 0.5.5</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/bea638225aa991095f29a9e16d914effa0c134fe"><code>bea6382</code></a> Remove unnecessary umask calls</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/42a012cc6dbd4648790f380df88190bb697dbb9c"><code>42a012c</code></a> 0.5.4</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/2867920c08dc6c47bad0ea5b385a8e78bade0c8f"><code>2867920</code></a> fix infinite loop on windows machines</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/d784e70d1eb3fc73bcda52f22f57ec55c00c2525"><code>d784e70</code></a> 0.5.3</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/d612c5ddca62d50282147f5d199810bf1de0b314"><code>d612c5d</code></a> add files list so this package isn't a monster</li> <li><a href="https://github.com/isaacs/node-mkdirp/commit/b2e7ba0dd8ac7029735969c5a6062d49e839b30d"><code>b2e7ba0</code></a> 0.5.2</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6">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/~isaacs">isaacs</a>, a new releaser for mkdirp since your current version.</p> </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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AEPKILL/devtools-detector/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:34:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/devtools-detector#82
No description provided.