Skip to content

Commit e0ad5ca

Browse files
fix: vulnerabilities (#334)
1 parent 373581e commit e0ad5ca

File tree

2 files changed

+266
-156
lines changed

2 files changed

+266
-156
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
"path-to-regexp": "3.3.0",
4646
"@babel/helpers": "7.26.10",
4747
"@babel/runtime": "7.26.10",
48-
"@babel/runtime-corejs3": "7.26.10"
48+
"@babel/runtime-corejs3": "7.26.10",
49+
"brace-expansion": "1.1.12",
50+
"on-headers": "1.1.0",
51+
"webpack-dev-server": "5.2.1"
4952
},
5053
"browserslist": {
5154
"production": [

0 commit comments

Comments
 (0)