From ad1cc087ff1237bc2fe7c7761f9fc16fa86f7777 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 05:40:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aac49e..fa63c43 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dotenv": "4.0.0", "express": "4.14.1", "git-guppy": "2.1.0", - "googleapis": "16.1.0", + "googleapis": "25.0.0", "gulp": "3.9.1", "gulp-coffee": "2.3.3", "gulp-coffee-istanbul": "0.9.1", @@ -41,7 +41,7 @@ "gulp-jade": "1.1.0", "gulp-jasmine": "2.4.2", "gulp-jshint": "2.0.4", - "gulp-less": "3.3.0", + "gulp-less": "4.0.0", "gulp-mocha": "3.0.1", "gulp-plumber": "^1.1.0", "gulp-rename": "1.2.2",