From e89a8d683195aa754013c6fce431dacb97550a72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:48:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1ab115c245..76e7c60f142 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "prettify": "prettier -w ." }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^4.2.0", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.2.0", "opencollective": "^1.0.3" },