Skip to content

build(deps): bump debug from 4.3.7 to 4.4.0 #900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"@tokenizer/range": "^0.12.0",
"debug": "^4.3.7",
"debug": "^4.4.0",
"strtok3": "^10.0.1"
},
"packageManager": "[email protected]"
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ __metadata:
"@types/node": "npm:^22.10.1"
chai: "npm:^5.1.2"
coveralls: "npm:^3.1.1"
debug: "npm:^4.3.7"
debug: "npm:^4.4.0"
del-cli: "npm:^6.0.0"
karma: "npm:^6.4.4"
karma-chrome-launcher: "npm:^3.2.0"
Expand Down Expand Up @@ -1304,6 +1304,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.4.0":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
ms: "npm:^2.1.3"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
languageName: node
linkType: hard

"decamelize@npm:^4.0.0":
version: 4.0.0
resolution: "decamelize@npm:4.0.0"
Expand Down
Loading