From a8767f555419d69bfff65cf7130ced95107de887 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 19:30:25 +0000 Subject: [PATCH] feat: upgrade tar-stream from 2.2.0 to 3.1.7 Snyk has created this PR to upgrade tar-stream from 2.2.0 to 3.1.7. See this package in npm: tar-stream See this project in Snyk: https://app.snyk.io/org/graysonbarton/project/f1fbae4f-be7f-4a93-9123-56a14c0fdb2e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99a69bd79c..0c8848d92c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jsdom": "^15.0.0", "pagedjs": "^0.4.3", "pagedjs-cli": "^0.4.3", - "tar-stream": "^2.2.0", + "tar-stream": "^3.1.7", "tiny-json-http": "^7.1.2" } }