From 16a84f1e4965df463e3e2920877cb8fadaa40265 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 21:42:52 +0000 Subject: [PATCH] fix: upgrade eslint from 6.3.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.3.0 to 6.8.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/jozprim777/project/0d26e748-3b0a-4188-a5a1-9d8087644a7c?utm_source=github&utm_medium=referral&page=upgrade-pr --- tutorials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/package.json b/tutorials/package.json index 337947b7c..259b1b44c 100644 --- a/tutorials/package.json +++ b/tutorials/package.json @@ -8,7 +8,7 @@ "test": "jasmine --config=test/jasmine.json" }, "devDependencies": { - "eslint": "^6.3.0", + "eslint": "^6.8.0", "eslint-config-google": "^0.13.0", "eslint-plugin-markdown": "^1.0.0", "jasmine": "^3.4.0"