From 042b177c1181b572afe6dd47e62e5fce48e07d52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Nov 2021 00:49:15 +0000 Subject: [PATCH] fix: upgrade @typescript-eslint/typescript-estree from 4.13.0 to 4.33.0 Snyk has created this PR to upgrade @typescript-eslint/typescript-estree from 4.13.0 to 4.33.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/typescript-estree See this project in Snyk: https://app.snyk.io/org/fordamboy1/project/b02ef6fa-b8cf-473c-8500-b14f0f9d0e07?utm_source=github&utm_medium=referral&page=upgrade-pr --- common/tools/eslint-plugin-azure-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tools/eslint-plugin-azure-sdk/package.json b/common/tools/eslint-plugin-azure-sdk/package.json index e977ab013297..1fc0ce0e7110 100644 --- a/common/tools/eslint-plugin-azure-sdk/package.json +++ b/common/tools/eslint-plugin-azure-sdk/package.json @@ -68,7 +68,7 @@ "eslint-plugin-tsdoc": "^0.2.10" }, "dependencies": { - "@typescript-eslint/typescript-estree": "4.13.0", + "@typescript-eslint/typescript-estree": "4.33.0", "@types/eslint": "7.2.6", "@types/estree": "0.0.46", "eslint-config-prettier": "^7.0.0",