From b447052c69b613f1f3b309e83b1718ad5016b7db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:29:18 +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 b28b366d..fe950b29 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/react-helmet": "^6.1.0", "@types/react-select": "^4.0.17", "@types/webpack-env": "^1.15.3", - "@typescript-eslint/eslint-plugin": "^4.7.0", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.7.0", "canvas": "^2.8.0", "eslint": "^7.13.0",