From 9899442dbc8135d78f4ab42dc7ef9791a32f4801 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Sep 2025 10:16:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PM2-10335843 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e318c6c..956962f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@mindjs/core": "^1.2.0", "@mindjs/platform-koa": "^1.2.0", "@mindjs/routing": "^1.2.0", - "pm2": "^4.3.0", + "pm2": "^6.0.9", "quotesy": "^1.0.5" } }