Skip to content

Commit cce807f

Browse files
Bump debug to ^4.3.1 (#16164)
* Fix Regular Expression Denial of Service in debug Affected versions of debug are vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. As it takes 50,000 characters to block the event loop for 2 seconds, this issue is a low severity issue. This was later re-introduced in version v3.2.0, and then repatched in versions 3.2.7 and 4.3.1. * Fix yarn process
1 parent a1da072 commit cce807f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/babel-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-split-export-declaration": "workspace:^",
2525
"@babel/parser": "workspace:^",
2626
"@babel/types": "workspace:^",
27-
"debug": "^4.1.0",
27+
"debug": "^4.3.1",
2828
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,7 +4304,7 @@ __metadata:
43044304
"@babel/helper-split-export-declaration": "workspace:^"
43054305
"@babel/parser": "workspace:^"
43064306
"@babel/types": "workspace:^"
4307-
debug: "npm:^4.1.0"
4307+
debug: "npm:^4.3.1"
43084308
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
43094309
languageName: unknown
43104310
linkType: soft
@@ -8095,7 +8095,7 @@ __metadata:
80958095
languageName: node
80968096
linkType: hard
80978097

8098-
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
8098+
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
80998099
version: 4.3.4
81008100
resolution: "debug@npm:4.3.4"
81018101
dependencies:

0 commit comments

Comments
 (0)