From 8a4fae6bdf98a0297cec7108a40d269643ca8482 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 14:34:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e318c6c..088314d 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.14", "quotesy": "^1.0.5" } }