From 35668f17dd1872ba2bff0c74e3da93cbdd953a2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:20:47 +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 123eb33..7d77cfd 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@types/node": "^14.14.10", "@types/superagent": "^4.1.10", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^4.29.0", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.29.0", "ajv-cli": "^5.0.0", "axios": "^0.26.1",