From b8e216d780e892bb8f88c539170aa2889c81e855 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 07:08:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad8807e..9f5fe02 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lint:fix": "eslint \"src/**/*.ts\" --fix" }, "dependencies": { - "express": "4.21.1", + "express": "4.21.2", "reflect-metadata": "0.2.2" }, "devDependencies": {