From cdc23384cc25d358a5d00eb9d0ded3aaa874d8a0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:46:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68afffe..ca30037 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ } }, "devDependencies": { - "@openapitools/openapi-generator-cli": "^2.22.0", + "@openapitools/openapi-generator-cli": "^2.28.3", "@typescript-eslint/eslint-plugin": "^5.62.0", - "eslint": "^8.45.0", + "eslint": "^10.0.0", "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^36.1.0", "husky": "^7.0.0",