From f63774dc9eb33484250abe25ac55d2dbcee20a45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jul 2024 08:48:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aac49e..7d6b984 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": "26.0.1", "gulp": "3.9.1", "gulp-coffee": "2.3.3", "gulp-coffee-istanbul": "0.9.1", @@ -46,7 +46,7 @@ "gulp-plumber": "^1.1.0", "gulp-rename": "1.2.2", "gulp-strip-debug": "1.1.0", - "gulp-uglify": "2.0.1", + "gulp-uglify": "2.1.0", "jshint": "2.9.4", "lodash": "^4.17.2", "moment": "2.19.3",