STRML / react-router-component

Declarative router component for React.
http://strml.viewdocs.io/react-router-component
MIT License
874 stars 94 forks source link

Bump debug from 2.3.3 to 2.6.9 in /examples/master-detail #212

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps debug from 2.3.3 to 2.6.9.

Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 2.6.9 > ### Patches > > - Remove ReDoS regexp in `%o` formatter: [#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504) > > ### Credits > > Huge thanks to [@​zhuangya](https://github.com/zhuangya) for their help! > > ## release 2.6.7 > No release notes provided. > > ## release 2.6.6 > No release notes provided. > > ## release 2.6.5 > No release notes provided. > > ## release 2.6.4 > No release notes provided. > > ## release 2.6.3 > No release notes provided. > > ## release 2.6.2 > No release notes provided. > > ## release 2.6.1 > No release notes provided. > > ## release 2.6.0 > No release notes provided. > > ## release 2.5.2 > No release notes provided. > > ## release 2.5.1 > No release notes provided. > > ## release 2.4.5 > No release notes provided. > > ## release 2.4.4 > No release notes provided. > > ## release 2.4.3 > No release notes provided. > > ## release 2.4.2 > No release notes provided. > ... (truncated)
Changelog *Sourced from [debug's changelog](https://github.com/visionmedia/debug/blob/2.6.9/CHANGELOG.md).* > 2.6.9 / 2017-09-22 > ================== > > * remove ReDoS regexp in %o formatter ([#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504)) > > 2.6.8 / 2017-05-18 > ================== > > * Fix: Check for undefined on browser globals ([#462](https://github-redirect.dependabot.com/visionmedia/debug/issues/462), [@​marbemac](https://github.com/marbemac)) > > 2.6.7 / 2017-05-16 > ================== > > * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability ([#458](https://github-redirect.dependabot.com/visionmedia/debug/issues/458), [@​hubdotcom](https://github.com/hubdotcom)) > * Fix: Inline extend function in node implementation ([#452](https://github-redirect.dependabot.com/visionmedia/debug/issues/452), [@​dougwilson](https://github.com/dougwilson)) > * Docs: Fix typo ([#455](https://github-redirect.dependabot.com/visionmedia/debug/issues/455), [@​msasad](https://github.com/msasad)) > > 2.6.5 / 2017-04-27 > ================== > > * Fix: null reference check on window.documentElement.style.WebkitAppearance ([#447](https://github-redirect.dependabot.com/visionmedia/debug/issues/447), [@​thebigredgeek](https://github.com/thebigredgeek)) > * Misc: clean up browser reference checks ([#447](https://github-redirect.dependabot.com/visionmedia/debug/issues/447), [@​thebigredgeek](https://github.com/thebigredgeek)) > * Misc: add npm-debug.log to .gitignore ([@​thebigredgeek](https://github.com/thebigredgeek)) > > > 2.6.4 / 2017-04-20 > ================== > > * Fix: bug that would occure if process.env.DEBUG is a non-string value. ([#444](https://github-redirect.dependabot.com/visionmedia/debug/issues/444), [@​LucianBuzzo](https://github.com/LucianBuzzo)) > * Chore: ignore bower.json in npm installations. ([#437](https://github-redirect.dependabot.com/visionmedia/debug/issues/437), [@​joaovieira](https://github.com/joaovieira)) > * Misc: update "ms" to v0.7.3 ([@​tootallnate](https://github.com/tootallnate)) > > 2.6.3 / 2017-03-13 > ================== > > * Fix: Electron reference to `process.env.DEBUG` ([#431](https://github-redirect.dependabot.com/visionmedia/debug/issues/431), [@​paulcbetts](https://github.com/paulcbetts)) > * Docs: Changelog fix ([@​thebigredgeek](https://github.com/thebigredgeek)) > > 2.6.2 / 2017-03-10 > ================== > > * Fix: DEBUG_MAX_ARRAY_LENGTH ([#420](https://github-redirect.dependabot.com/visionmedia/debug/issues/420), [@​slavaGanzin](https://github.com/slavaGanzin)) > * Docs: Add backers and sponsors from Open Collective ([#422](https://github-redirect.dependabot.com/visionmedia/debug/issues/422), [@​piamancini](https://github.com/piamancini)) > * Docs: Add Slackin invite badge ([@​tootallnate](https://github.com/tootallnate)) > > 2.6.1 / 2017-02-10 > ================== > > * Fix: Module's `export default` syntax fix for IE8 `Expected identifier` error > * Fix: Whitelist DEBUG_FD for values 1 and 2 only ([#415](https://github-redirect.dependabot.com/visionmedia/debug/issues/415), [@​pi0](https://github.com/pi0)) > ... (truncated)
Commits - [`13abeae`](https://github.com/visionmedia/debug/commit/13abeae468fea297d0dccc50bc55590809241083) Release 2.6.9 - [`f53962e`](https://github.com/visionmedia/debug/commit/f53962e944a87e6ca9bb622a2a12dffc22a9bb5a) remove ReDoS regexp in %o formatter ([#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504)) - [`52e1f21`](https://github.com/visionmedia/debug/commit/52e1f21284322f167839e5d3a60f635c8b2dc842) Release 2.6.8 - [`2482e08`](https://github.com/visionmedia/debug/commit/2482e08e4ef36416154ee27e9a2d60e568a01d48) Check for undefined on browser globals ([#462](https://github-redirect.dependabot.com/visionmedia/debug/issues/462)) - [`6bb07f7`](https://github.com/visionmedia/debug/commit/6bb07f7e1bafa33631d8f36a779f17eb8abf5fea) release 2.6.7 - [`15850cb`](https://github.com/visionmedia/debug/commit/15850cb89debc3a2cd0b61ef7f9e298f257506cc) Fix Regular Expression Denial of Service (ReDoS) - [`4a6c85c`](https://github.com/visionmedia/debug/commit/4a6c85c6018a4a4cff4b04f40173ca9d2c72c1da) update "debug" to v1.0.0 ([#454](https://github-redirect.dependabot.com/visionmedia/debug/issues/454)) - [`b68dbf8`](https://github.com/visionmedia/debug/commit/b68dbf8cd4a8111dd4ccef56b8e2e3d463c5aadc) Fix typo ([#455](https://github-redirect.dependabot.com/visionmedia/debug/issues/455)) - [`1351d2f`](https://github.com/visionmedia/debug/commit/1351d2f91f20da46316be67265216761548db53c) Inline extend function in node implementation ([#452](https://github-redirect.dependabot.com/visionmedia/debug/issues/452)) - [`c211947`](https://github.com/visionmedia/debug/commit/c211947ea37e1b08ee78653d78defbda7438783d) update version for component - Additional commits viewable in [compare view](https://github.com/visionmedia/debug/compare/2.3.3...2.6.9)


Dependabot compatibility score

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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/STRML/react-router-component/network/alerts).
dependabot[bot] commented 4 years ago

Looks like debug is no longer updatable, so this is no longer needed.