Skip to content

Commit

Permalink
fix(deps): update dependency debug to v4.4.0 (#988)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent f66ba91 commit f65509c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/axis-discovery-bonjour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@fantasticfiasco/expect": "1.1.0",
"array-flatten": "^2.1.0",
"debug": "4.3.7",
"debug": "4.4.0",
"deep-equal": "^2.0.0",
"dns-equal": "^1.0.0",
"dns-packet": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery-bonjour/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1705,10 +1705,10 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

debug@4.3.7:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
debug@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
ms "^2.1.3"

Expand Down
2 changes: 1 addition & 1 deletion packages/axis-discovery-ssdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@fantasticfiasco/expect": "1.1.0",
"debug": "4.3.7",
"debug": "4.4.0",
"got": "11.8.6",
"xml2js": "0.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery-ssdp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1746,10 +1746,10 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

debug@4.3.7:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
debug@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
ms "^2.1.3"

Expand Down
2 changes: 1 addition & 1 deletion packages/axis-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@fantasticfiasco/expect": "1.1.0",
"axis-discovery-bonjour": "3.0.0",
"axis-discovery-ssdp": "8.0.1",
"debug": "4.3.7"
"debug": "4.4.0"
},
"devDependencies": {
"@types/debug": "4.1.12",
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1789,10 +1789,10 @@ [email protected], debug@^4.3.1, debug@^4.3.4:
dependencies:
ms "2.1.2"

debug@4.3.7:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
debug@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
ms "^2.1.3"

Expand Down

0 comments on commit f65509c

Please sign in to comment.