From a4e21b3231f78204966608f16144cf07fb5c3528 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jun 2025 11:02:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6edc78..668aa7d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/mocha": "^7.0.2", "@types/node": "^13.13.0", "@typescript-eslint/eslint-plugin": "^2.28.0", - "@typescript-eslint/parser": "^2.28.0", + "@typescript-eslint/parser": "^4.0.0", "chai": "^4.2.0", "codecov": "^3.6.5", "eslint": "^6.8.0",