Skip to content

Commit fa99694

Browse files
authored
Fix dependabot alarms for React references in core (#64370)
1 parent 2f135c8 commit fa99694

2 files changed

Lines changed: 109 additions & 88 deletions

File tree

airflow-core/src/airflow/ui/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,15 @@
128128
"minimatch@>=3.0.0 <3.1.4": ">=3.1.4 <4.0.0",
129129
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7 <10.0.0",
130130
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
131-
"flatted@<3.4.0": ">=3.4.0"
131+
"flatted@<3.4.0": ">=3.4.0",
132+
"flatted@<=3.4.1": ">=3.4.2",
133+
"happy-dom@>=15.10.0 <=20.8.7": ">=20.8.8",
134+
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
135+
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
136+
"picomatch@<2.3.2": ">=2.3.2",
137+
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
138+
"yaml@>=1.0.0 <1.10.3": ">=1.10.3",
139+
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
132140
}
133141
}
134142
}

0 commit comments

Comments
 (0)