Skip to content

Commit 0274f95

Browse files
authored
fix: babel security advisory GHSA-968p-4wvh-cqc8 (#200)
1 parent f03bf4f commit 0274f95

File tree

2 files changed

+56
-49
lines changed

2 files changed

+56
-49
lines changed

Diff for: package-lock.json

+52-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@
142142
"vitest": "^3.0.4"
143143
},
144144
"dependencies": {
145-
"@babel/core": "^7.26.7",
145+
"@babel/core": "^7.26.10",
146146
"@babel/generator": "^7.26.5",
147-
"@babel/parser": "^7.26.7",
148-
"@babel/traverse": "^7.26.7",
149-
"@babel/types": "^7.26.7",
147+
"@babel/parser": "^7.26.10",
148+
"@babel/traverse": "^7.26.10",
149+
"@babel/types": "^7.26.10",
150150
"@radix-ui/react-accordion": "^1.2.2",
151151
"@radix-ui/react-select": "^2.1.5",
152152
"beautify": "^0.0.8",

0 commit comments

Comments
 (0)