From bd481b96bb72f39a26596ae23013b966a49f1014 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 19:03:52 +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 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a33e485..c81bf33c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@google/clasp": "2.3.2", "chai": "4.2.0", - "del": "1.2.1", + "del": "2.0.0", "eslint": "4.19.1", "eslint-config-google": "0.14.0", "fibers": "5.0.0", @@ -29,7 +29,7 @@ "gulp-expose": "0.0.7", "gulp-rename": "2.0.0", "jsdoc": "3.6.4", - "mocha": "9.0.0", + "mocha": "10.6.0", "urlsafe-base64": "1.0.0" }, "scripts": {