15.md (9730B)
1 # PR #15 Bump debug from 2.2.0 to 2.6.9 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-07-21T08:04:06Z 6 - **Branch:** dependabot/npm_and_yarn/debug-2.6.9 → master 7 - **Merged:** 2022-07-21T08:07:40Z 8 - **Labels:** dependencies 9 - **Diff:** [15.diff](./15.diff) 10 11 --- 12 13 Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 to 2.6.9. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> 17 <blockquote> 18 <h2>2.6.9</h2> 19 <h3>Patches</h3> 20 <ul> 21 <li>Remove ReDoS regexp in <code>%o</code> formatter: <a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a></li> 22 </ul> 23 <h3>Credits</h3> 24 <p>Huge thanks to <a href="https://github.com/zhuangya"><code>@zhuangya</code></a> for their help!</p> 25 <h2>release 2.6.7</h2> 26 <p>No release notes provided.</p> 27 <h2>release 2.6.6</h2> 28 <p>No release notes provided.</p> 29 <h2>release 2.6.5</h2> 30 <p>No release notes provided.</p> 31 <h2>release 2.6.4</h2> 32 <p>No release notes provided.</p> 33 <h2>release 2.6.3</h2> 34 <p>No release notes provided.</p> 35 <h2>release 2.6.2</h2> 36 <p>No release notes provided.</p> 37 <h2>release 2.6.1</h2> 38 <p>No release notes provided.</p> 39 <h2>release 2.6.0</h2> 40 <p>No release notes provided.</p> 41 <h2>release 2.5.2</h2> 42 <p>No release notes provided.</p> 43 <h2>release 2.5.1</h2> 44 <p>No release notes provided.</p> 45 <h2>release 2.4.5</h2> 46 <p>No release notes provided.</p> 47 <h2>release 2.4.4</h2> 48 <p>No release notes provided.</p> 49 <h2>release 2.4.3</h2> 50 <p>No release notes provided.</p> 51 <h2>release 2.4.2</h2> 52 <p>No release notes provided.</p> 53 <!-- raw HTML omitted --> 54 </blockquote> 55 <p>... (truncated)</p> 56 </details> 57 <details> 58 <summary>Changelog</summary> 59 <p><em>Sourced from <a href="https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md">debug's changelog</a>.</em></p> 60 <blockquote> 61 <h1>2.6.9 / 2017-09-22</h1> 62 <ul> 63 <li>remove ReDoS regexp in %o formatter (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a>)</li> 64 </ul> 65 <h1>2.6.8 / 2017-05-18</h1> 66 <ul> 67 <li>Fix: Check for undefined on browser globals (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/462">#462</a>, <a href="https://github.com/marbemac"><code>@marbemac</code></a>)</li> 68 </ul> 69 <h1>2.6.7 / 2017-05-16</h1> 70 <ul> 71 <li>Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/458">#458</a>, <a href="https://github.com/hubdotcom"><code>@hubdotcom</code></a>)</li> 72 <li>Fix: Inline extend function in node implementation (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/452">#452</a>, <a href="https://github.com/dougwilson"><code>@dougwilson</code></a>)</li> 73 <li>Docs: Fix typo (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/455">#455</a>, <a href="https://github.com/msasad"><code>@msasad</code></a>)</li> 74 </ul> 75 <h1>2.6.5 / 2017-04-27</h1> 76 <ul> 77 <li>Fix: null reference check on window.documentElement.style.WebkitAppearance (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/447">#447</a>, <a href="https://github.com/thebigredgeek"><code>@thebigredgeek</code></a>)</li> 78 <li>Misc: clean up browser reference checks (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/447">#447</a>, <a href="https://github.com/thebigredgeek"><code>@thebigredgeek</code></a>)</li> 79 <li>Misc: add npm-debug.log to .gitignore (<a href="https://github.com/thebigredgeek"><code>@thebigredgeek</code></a>)</li> 80 </ul> 81 <h1>2.6.4 / 2017-04-20</h1> 82 <ul> 83 <li>Fix: bug that would occure if process.env.DEBUG is a non-string value. (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/444">#444</a>, <a href="https://github.com/LucianBuzzo"><code>@LucianBuzzo</code></a>)</li> 84 <li>Chore: ignore bower.json in npm installations. (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/437">#437</a>, <a href="https://github.com/joaovieira"><code>@joaovieira</code></a>)</li> 85 <li>Misc: update "ms" to v0.7.3 (<a href="https://github.com/tootallnate"><code>@tootallnate</code></a>)</li> 86 </ul> 87 <h1>2.6.3 / 2017-03-13</h1> 88 <ul> 89 <li>Fix: Electron reference to <code>process.env.DEBUG</code> (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/431">#431</a>, <a href="https://github.com/paulcbetts"><code>@paulcbetts</code></a>)</li> 90 <li>Docs: Changelog fix (<a href="https://github.com/thebigredgeek"><code>@thebigredgeek</code></a>)</li> 91 </ul> 92 <h1>2.6.2 / 2017-03-10</h1> 93 <ul> 94 <li>Fix: DEBUG_MAX_ARRAY_LENGTH (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/420">#420</a>, <a href="https://github.com/slavaGanzin"><code>@slavaGanzin</code></a>)</li> 95 <li>Docs: Add backers and sponsors from Open Collective (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/422">#422</a>, <a href="https://github.com/piamancini"><code>@piamancini</code></a>)</li> 96 <li>Docs: Add Slackin invite badge (<a href="https://github.com/tootallnate"><code>@tootallnate</code></a>)</li> 97 </ul> 98 <h1>2.6.1 / 2017-02-10</h1> 99 <ul> 100 <li>Fix: Module's <code>export default</code> syntax fix for IE8 <code>Expected identifier</code> error</li> 101 <li>Fix: Whitelist DEBUG_FD for values 1 and 2 only (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/415">#415</a>, <a href="https://github.com/pi0"><code>@pi0</code></a>)</li> 102 </ul> 103 <!-- raw HTML omitted --> 104 </blockquote> 105 <p>... (truncated)</p> 106 </details> 107 <details> 108 <summary>Commits</summary> 109 <ul> 110 <li><a href="https://github.com/debug-js/debug/commit/13abeae468fea297d0dccc50bc55590809241083"><code>13abeae</code></a> Release 2.6.9</li> 111 <li><a href="https://github.com/debug-js/debug/commit/f53962e944a87e6ca9bb622a2a12dffc22a9bb5a"><code>f53962e</code></a> remove ReDoS regexp in %o formatter (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/504">#504</a>)</li> 112 <li><a href="https://github.com/debug-js/debug/commit/52e1f21284322f167839e5d3a60f635c8b2dc842"><code>52e1f21</code></a> Release 2.6.8</li> 113 <li><a href="https://github.com/debug-js/debug/commit/2482e08e4ef36416154ee27e9a2d60e568a01d48"><code>2482e08</code></a> Check for undefined on browser globals (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/462">#462</a>)</li> 114 <li><a href="https://github.com/debug-js/debug/commit/6bb07f7e1bafa33631d8f36a779f17eb8abf5fea"><code>6bb07f7</code></a> release 2.6.7</li> 115 <li><a href="https://github.com/debug-js/debug/commit/15850cb89debc3a2cd0b61ef7f9e298f257506cc"><code>15850cb</code></a> Fix Regular Expression Denial of Service (ReDoS)</li> 116 <li><a href="https://github.com/debug-js/debug/commit/4a6c85c6018a4a4cff4b04f40173ca9d2c72c1da"><code>4a6c85c</code></a> update "debug" to v1.0.0 (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/454">#454</a>)</li> 117 <li><a href="https://github.com/debug-js/debug/commit/b68dbf8cd4a8111dd4ccef56b8e2e3d463c5aadc"><code>b68dbf8</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/455">#455</a>)</li> 118 <li><a href="https://github.com/debug-js/debug/commit/1351d2f91f20da46316be67265216761548db53c"><code>1351d2f</code></a> Inline extend function in node implementation (<a href="https://github-redirect.dependabot.com/debug-js/debug/issues/452">#452</a>)</li> 119 <li><a href="https://github.com/debug-js/debug/commit/c211947ea37e1b08ee78653d78defbda7438783d"><code>c211947</code></a> update version for component</li> 120 <li>Additional commits viewable in <a href="https://github.com/debug-js/debug/compare/2.2.0...2.6.9">compare view</a></li> 121 </ul> 122 </details> 123 <br /> 124 125 126 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 127 128 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`. 129 130 [//]: # (dependabot-automerge-start) 131 [//]: # (dependabot-automerge-end) 132 133 --- 134 135 <details> 136 <summary>Dependabot commands and options</summary> 137 <br /> 138 139 You can trigger Dependabot actions by commenting on this PR: 140 - `@dependabot rebase` will rebase this PR 141 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 142 - `@dependabot merge` will merge this PR after your CI passes on it 143 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 144 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 145 - `@dependabot reopen` will reopen this PR if it is closed 146 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 147 - `@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) 148 - `@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) 149 - `@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) 150 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Nordgedanken/nordgedanken.github.io/network/alerts). 151 152 </details> 153