From 69f23ca79f58ea461e2a8b7e26d024a876190380 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:04:26 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - commander from 5.1.0 to 12.1.0. See this package in npm: https://www.npmjs.com/package/commander - koa-compress from 4.0.1 to 5.1.1. See this package in npm: https://www.npmjs.com/package/koa-compress - ws from 7.5.10 to 8.18.0. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/sherfeyinv/project/1ee3de87-4a5c-4c40-a9b5-93d890a45e7b?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 137ff787..49ab2885 100644 --- a/package.json +++ b/package.json @@ -62,14 +62,14 @@ "xml2js": "^0.4.23" }, "dependencies": { - "commander": "^5.0.0", + "commander": "^12.1.0", "handlebars": "^4.7.6", "koa": "^2.11.0", - "koa-compress": "^4.0.1", + "koa-compress": "^5.1.1", "koa-router": "^8.0.8", "koa-send": "^5.0.0", "licia": "^1.37.0", "request": "^2.88.2", - "ws": "^7.2.3" + "ws": "^8.18.0" } }