From bd1476d4b2d52b2240141a8b32f15ef899dc3e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:55:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30479ef..afa5768 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ }, "dependencies": { "browserify": "^16.3.0", - "gulp": "^4.0.2", + "gulp": "^5.0.0", "gulp-typescript": "^5.0.1", "gulp-util": "^3.0.8", "tsify": "^4.0.1", "typescript": "^3.5.3", "vinyl-source-stream": "^2.0.0", - "watchify": "^3.11.1" + "watchify": "^4.0.0" }, "devDependencies": {}, "scripts": {