From 7e5a8f15b34e642531efeaf59345efd7225ba47b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 19:31:01 -0500 Subject: [PATCH] Update dependency debug to v4.3.4 (#161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debug](https://togithub.com/debug-js/debug) | [`4.3.3` -> `4.3.4`](https://renovatebot.com/diffs/npm/debug/4.3.3/4.3.4) | [![age](https://badges.renovateapi.com/packages/npm/debug/4.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/debug/4.3.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/debug/4.3.4/compatibility-slim/4.3.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/debug/4.3.4/confidence-slim/4.3.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
debug-js/debug ### [`v4.3.4`](https://togithub.com/debug-js/debug/releases/tag/4.3.4) [Compare Source](https://togithub.com/debug-js/debug/compare/4.3.3...4.3.4) #### What's Changed - Add section about configuring JS console to show debug messages by [@​gitname](https://togithub.com/gitname) in [https://github.com/debug-js/debug/pull/866](https://togithub.com/debug-js/debug/pull/866) - Replace deprecated String.prototype.substr() by [@​CommanderRoot](https://togithub.com/CommanderRoot) in [https://github.com/debug-js/debug/pull/876](https://togithub.com/debug-js/debug/pull/876) #### New Contributors - [@​gitname](https://togithub.com/gitname) made their first contribution in [https://github.com/debug-js/debug/pull/866](https://togithub.com/debug-js/debug/pull/866) - [@​CommanderRoot](https://togithub.com/CommanderRoot) made their first contribution in [https://github.com/debug-js/debug/pull/876](https://togithub.com/debug-js/debug/pull/876) **Full Changelog**: https://github.com/debug-js/debug/compare/4.3.3...4.3.4
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/gagoar/github-app-installation-token). Co-authored-by: Renovate Bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 168146b..b9025e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/auth-app": "3.6.1", "@octokit/rest": "18.12.0", "commander": "6.2.1", - "debug": "4.3.3", + "debug": "4.3.4", "node-rsa": "1.1.1", "ora": "6.0.1" }, @@ -3270,9 +3270,9 @@ } }, "node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { "ms": "2.1.2" }, @@ -16831,9 +16831,9 @@ } }, "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "requires": { "ms": "2.1.2" } diff --git a/package.json b/package.json index cd1cd56..b784a36 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@octokit/auth-app": "3.6.1", "@octokit/rest": "18.12.0", "commander": "6.2.1", - "debug": "4.3.3", + "debug": "4.3.4", "node-rsa": "1.1.1", "ora": "6.0.1" },