Skip to content

Commit 3a67aa9

Browse files
committed
📦 deps: add tar-fs dependency with version >=3.0.9
This adds the tar-fs package to handle tar file operations securely with a minimum version requirement to avoid known vulnerabilities.
1 parent 09a1766 commit 3a67aa9

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
@@ -55,7 +55,8 @@
5555
"sanity": "^3.91.0",
5656
"sitemap": "^8.0.0",
5757
"ts-node": "^10.9.2",
58-
"zod": "^3.25.51"
58+
"zod": "^3.25.51",
59+
"tar-fs": ">=3.0.9"
5960
},
6061
"devDependencies": {
6162
"@jest/expect": "^29.7.0",

0 commit comments

Comments
 (0)