From cb5607bca3bb4c333788501d468a257b878a478a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 14:20:27 +0000 Subject: [PATCH] fix: packages/generator-confluent-schema-registry/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- packages/generator-confluent-schema-registry/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generator-confluent-schema-registry/package.json b/packages/generator-confluent-schema-registry/package.json index 51a908de..711187d6 100644 --- a/packages/generator-confluent-schema-registry/package.json +++ b/packages/generator-confluent-schema-registry/package.json @@ -33,7 +33,7 @@ "dependencies": { "@changesets/cli": "^2.29.6", "@eventcatalog/sdk": "^2.9.6", - "axios": "^1.12.0", + "axios": "^1.13.5", "chalk": "4.1.2", "update-notifier": "^7.3.1" },