Skip to content

Commit bed4a3d

Browse files
authored
Fix dependabot vulnerabilities. (#167)
1 parent 684020d commit bed4a3d

File tree

2 files changed

+161
-563
lines changed

2 files changed

+161
-563
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
"tar@<6.2.1": ">=6.2.1",
7777
"cookie@<0.7.0": ">=0.7.0",
7878
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
79-
"path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0"
79+
"path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0",
80+
"dompurify@<3.2.4": ">=3.2.4",
81+
"esbuild@<=0.24.2": ">=0.25.0"
8082
}
8183
}
8284
}

0 commit comments

Comments
 (0)