Skip to content
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

Update dependency debug to v4.4.0 #5774

Merged
merged 1 commit into from
Dec 12, 2024
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios": "^1.6.7",
"codeceptjs": "3.6.7",
"dateformat": "^4.6.3",
"debug": "4.3.7",
"debug": "4.4.0",
"eslint": "^8.0.0",
"eslint-plugin-codeceptjs": "^1.3.0",
"glob": "^7.2.3",
Expand Down Expand Up @@ -55,7 +55,7 @@
"lint-ui-tests": "/usr/bin/yarn lint"
},
"peerDependencies": {
"debug": "4.3.7",
"debug": "4.4.0",
"mocha-junit-reporter": "^2.2.0",
"mocha-multi": "^1.1.7",
"mochawesome": "^6.3.1"
Expand Down
18 changes: 15 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4136,7 +4136,19 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4.3.7, debug@npm:^4.3.5":
"debug@npm:4.4.0":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
ms: ^2.1.3
peerDependenciesMeta:
supports-color:
optional: true
checksum: fb42df878dd0e22816fc56e1fdca9da73caa85212fbe40c868b1295a6878f9101ae684f4eeef516c13acfc700f5ea07f1136954f43d4cd2d477a811144136479
languageName: node
linkType: hard

"debug@npm:^4.3.5":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
Expand Down Expand Up @@ -5333,7 +5345,7 @@ __metadata:
axios: ^1.6.7
codeceptjs: 3.6.7
dateformat: ^4.6.3
debug: 4.3.7
debug: 4.4.0
dotenv: ^16.4.1
eslint: ^8.0.0
eslint-plugin-codeceptjs: ^1.3.0
Expand All @@ -5353,7 +5365,7 @@ __metadata:
typescript: ^5.4.5
webdriverio: 8.36.1
peerDependencies:
debug: 4.3.7
debug: 4.4.0
mocha-junit-reporter: ^2.2.0
mocha-multi: ^1.1.7
mochawesome: ^6.3.1
Expand Down
Loading