Skip to content

Commit

Permalink
chore(deps): bump debug from 4.3.6 to 4.3.7 in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [debug](https://github.com/debug-js/debug).


Updates `debug` from 4.3.6 to 4.3.7
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.6...4.3.7)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 998d5e2 commit ed1bace
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@juggle/resize-observer": "3.4.0",
"debug": "4.3.6",
"debug": "4.3.7",
"react-hooks-shareable": "1.53.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"README.md"
],
"dependencies": {
"debug": "4.3.6",
"debug": "4.3.7",
"process": "0.11.10",
"ts-md5": "1.3.1",
"ws": "8.18.0"
Expand Down
28 changes: 20 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2267,15 +2267,15 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4.3.6, debug@npm:^4.3.6":
version: 4.3.6
resolution: "debug@npm:4.3.6"
"debug@npm:4.3.7":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
ms: 2.1.2
ms: ^2.1.3
peerDependenciesMeta:
supports-color:
optional: true
checksum: 1630b748dea3c581295e02137a9f5cbe2c1d85fea35c1e6597a65ca2b16a6fce68cec61b299d480787ef310ba927dc8c92d3061faba0ad06c6a724672f66be7f
checksum: 822d74e209cd910ef0802d261b150314bbcf36c582ccdbb3e70f0894823c17e49a50d3e66d96b633524263975ca16b6a833f3e3b7e030c157169a5fabac63160
languageName: node
linkType: hard

Expand All @@ -2288,6 +2288,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.3.6":
version: 4.3.6
resolution: "debug@npm:4.3.6"
dependencies:
ms: 2.1.2
peerDependenciesMeta:
supports-color:
optional: true
checksum: 1630b748dea3c581295e02137a9f5cbe2c1d85fea35c1e6597a65ca2b16a6fce68cec61b299d480787ef310ba927dc8c92d3061faba0ad06c6a724672f66be7f
languageName: node
linkType: hard

"debuglog@npm:^1.0.1":
version: 1.0.1
resolution: "debuglog@npm:1.0.1"
Expand Down Expand Up @@ -4152,7 +4164,7 @@ __metadata:
"@types/node": 20.12.5
"@types/ws": 8.5.12
buffer: 6.0.3
debug: 4.3.6
debug: 4.3.7
esbuild: 0.23.0
events: 3.3.0
global-jsdom: 9.2.0
Expand Down Expand Up @@ -4180,7 +4192,7 @@ __metadata:
"@types/styled-components": 5.1.34
"@vitejs/plugin-react": 4.3.1
chalk: 5.3.0
debug: 4.3.6
debug: 4.3.7
esbuild: 0.23.0
luxon: 3.5.0
media-stream-library: "workspace:^"
Expand Down Expand Up @@ -4440,7 +4452,7 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:^2.1.1":
"ms@npm:^2.1.1, ms@npm:^2.1.3":
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d
Expand Down

0 comments on commit ed1bace

Please sign in to comment.