From 538e47ae488c7351a551017d171a3065fa14b12b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 18:08:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a33e485..33331841 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ }, "homepage": "https://github.com/googlesamples/apps-script-oauth2", "devDependencies": { - "@google/clasp": "2.3.2", + "@google/clasp": "2.4.0", "chai": "4.2.0", "del": "1.2.1", - "eslint": "4.19.1", + "eslint": "9.0.0", "eslint-config-google": "0.14.0", "fibers": "5.0.0", "gas-local": "1.3.1",