From b9cb1025f38e3fa91341f751c8dde02f1bbaef5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 12:29:09 +0000 Subject: [PATCH] Update dependency debug to v4.3.6 (#1197) 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.5` -> `4.3.6`](https://renovatebot.com/diffs/npm/debug/4.3.5/4.3.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/debug/4.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/debug/4.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/debug/4.3.5/4.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/debug/4.3.5/4.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
debug-js/debug (debug) ### [`v4.3.6`](https://togithub.com/debug-js/debug/releases/tag/4.3.6) [Compare Source](https://togithub.com/debug-js/debug/compare/4.3.5...4.3.6) #### What's Changed - Avoid using deprecated RegExp.$1 by [@​bluwy](https://togithub.com/bluwy) in [https://github.com/debug-js/debug/pull/969](https://togithub.com/debug-js/debug/pull/969) #### New Contributors - [@​bluwy](https://togithub.com/bluwy) made their first contribution in [https://github.com/debug-js/debug/pull/969](https://togithub.com/debug-js/debug/pull/969) **Full Changelog**: https://github.com/debug-js/debug/compare/4.3.5...4.3.6
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Canary-nextjs). --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 62f97609db..aa93389d35 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -203,7 +203,7 @@ "css.escape": "1.5.1", "cssnano-simple": "3.0.2", "data-uri-to-buffer": "6.0.2", - "debug": "4.3.5", + "debug": "4.3.6", "devalue": "5.0.0", "domain-browser": "5.7.0", "edge-runtime": "3.0.1",