From 814c30b184d4c683717cff066725715a8e39b6fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 20:25:18 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 74729e636e5..0920740f6c6 100644 --- a/api/package.json +++ b/api/package.json @@ -61,7 +61,7 @@ "mysql2": "^2.3.3", "node-schedule": "^2.1.0", "node-sql-parser": "^4.5.0", - "octokit": "^1.7.1", + "octokit": "^2.0.2", "p-queue": "^7.3.0", "pinyin": "3.0.0-alpha.5", "prom-client": "^14.0.1",