From 4cdc16accd1d7715b5fe401f5d8ea4201cf7341a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 04:17:46 +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 57c3de8..dc3b030 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ], "dependencies": { "@types/swagger-jsdoc": "^6.0.0", - "@typescript-eslint/eslint-plugin": "^4.15.2", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.15.2", "axios": "^0.21.1", "compression": "^1.7.4",