From e32a50967c6af8863b4e3b8b2eac9acce0dcc54b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:40:30 +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 ac7a0a8..d60e714 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/supertest": "2.0.11", "@types/swagger-jsdoc": "6.0.1", "@types/swagger-ui-express": "4.1.3", - "@typescript-eslint/eslint-plugin": "^4.22.1", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.22.1", "body-parser": "1.19.1", "bunyan": "2.0.5",