Skip to content

Commit 6fb791c

Browse files
Bump debug from 4.3.6 to 4.3.7 in /webapp (#1136)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.6 to 4.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.3.7</h2> <h2>What's Changed</h2> <ul> <li>Upgrade ms to version 2.1.3 by <a href="https://github.com/realityking"><code>@​realityking</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/819">debug-js/debug#819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.6...4.3.7">https://github.com/debug-js/debug/compare/4.3.6...4.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/bc60914816e5e45a5fff1cd638410438fc317521"><code>bc60914</code></a> 4.3.7</li> <li><a href="https://github.com/debug-js/debug/commit/c63e96e6495cdb8e15d2affa8dad105c48a21c92"><code>c63e96e</code></a> Upgrade ms to version 2.1.3 (<a href="https://redirect.github.com/debug-js/debug/issues/819">#819</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/382864a45a782a84b29e457211c27704df77a75f"><code>382864a</code></a> remove archaic badges from readme</li> <li>See full diff in <a href="https://github.com/debug-js/debug/compare/4.3.6...4.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debug&package-manager=npm_and_yarn&previous-version=4.3.6&new-version=4.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35ea8d1 commit 6fb791c

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@microsoft/signalr": "^8.0.7",
2424
"@playwright/test": "^1.46.1",
2525
"@reduxjs/toolkit": "^2.2.7",
26-
"debug": "^4.3.6",
26+
"debug": "^4.3.7",
2727
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
2828
"react": "^18.3.1",
2929
"react-dom": "^18.3.1",

webapp/yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5172,12 +5172,12 @@ [email protected], debug@^2.6.0:
51725172
dependencies:
51735173
ms "2.0.0"
51745174

5175-
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6:
5176-
version "4.3.6"
5177-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
5178-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
5175+
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7:
5176+
version "4.3.7"
5177+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
5178+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
51795179
dependencies:
5180-
ms "2.1.2"
5180+
ms "^2.1.3"
51815181

51825182
debug@^3.2.7:
51835183
version "3.2.7"
@@ -8801,12 +8801,7 @@ [email protected]:
88018801
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
88028802
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
88038803

8804-
8805-
version "2.1.2"
8806-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
8807-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
8808-
8809-
[email protected], ms@^2.1.1:
8804+
[email protected], ms@^2.1.1, ms@^2.1.3:
88108805
version "2.1.3"
88118806
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
88128807
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

0 commit comments

Comments
 (0)