From 2bb9822fb8c20bb235e4caa2599695ddc68bd9eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 06:19:50 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - eslint from 8.18.0 to 9.9.0. See this package in npm: https://www.npmjs.com/package/eslint - eslint-plugin-googleappsscript from 1.0.4 to 1.0.5. See this package in npm: https://www.npmjs.com/package/eslint-plugin-googleappsscript See this project in Snyk: https://app.snyk.io/org/cachiman/project/f8905bb7-aa29-4296-a3e6-21b2ff81d841?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8a586000..aa1b4b783 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "API" ], "devDependencies": { - "eslint": "8.18.0", + "eslint": "9.9.0", "eslint-config-google": "0.14.0", - "eslint-plugin-googleappsscript": "1.0.4" + "eslint-plugin-googleappsscript": "1.0.5" }, "scripts": { "lint": "./node_modules/.bin/eslint **/*.gs",