From 1fb607dcf2f8c07d1d7cae0d699c747efe489fd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Feb 2026 21:43:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-15353398 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353387 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 523bc271..c71dd0bb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@uswitch/koa-timeout": "^1.7.1", "@uswitch/koa-tracer": "^1.8.1", "@uswitch/koa-zipkin": "^1.12.1", - "koa": "^2.15.4", + "koa": "^2.16.4", "koa-bodyparser": "^4.2.1", "koa-compose": "^4.1.0", "koa-helmet": "^4.0.0", @@ -66,10 +66,10 @@ "ajv-cli": "^5.0.0", "axios": "^1.7.0", "axios-cache-interceptor": "^1.6.0", - "del": "^3.0.0", + "del": "^8.0.0", "del-cli": "6.0.0", "jest": "^30.1.3", - "lerna": "^8.2.4", + "lerna": "^9.0.4", "npm-watch": "^0.13.0" }, "gitHead": "9c71aba948deb9f1f43a03b85f86cee818417afe",