Skip to content

Commit 0b5ce69

Browse files
Ashley WolfCopilot
andcommitted
Add file-type override to resolve Dependabot alert
Adds file-type >=21.3.1 to overrides to fix the transitive dependency vulnerability through jimp. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d949b4a commit 0b5ce69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"serve": "^14.2.6"
3939
},
4040
"overrides": {
41-
"xml2js": "^0.6.0"
41+
"xml2js": "^0.6.0",
42+
"file-type": ">=21.3.1"
4243
},
4344
"resolutions": {
4445
"jimp/@jimp/plugins/@jimp/plugin-print/load-bmfont/parse-bmfont-xml/xml2js": "^0.6.0"

0 commit comments

Comments
 (0)