diff --git a/package-lock.json b/package-lock.json index a20c3bf4..04224152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4925,9 +4925,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -11909,7 +11909,7 @@ "ajv": "^8.17.1", "async-mutex": "^0.5.0", "avsc": "^5.7.7", - "axios": "^1.7.3", + "axios": "^1.12.0", "axios-retry": "^4.5.0", "json-stringify-deterministic": "^1.0.12", "jsonata": "^2.0.5", @@ -11947,7 +11947,7 @@ "@confluentinc/kafka-javascript": "file:..", "@confluentinc/schemaregistry": "file:../schemaregistry", "@types/jest": "^29.5.14", - "axios": "^1.7.7", + "axios": "^1.12.0", "jest": "^29.7.0", "uuid": "^10.0.0" } diff --git a/schemaregistry-examples/package.json b/schemaregistry-examples/package.json index b893b83b..93b53624 100644 --- a/schemaregistry-examples/package.json +++ b/schemaregistry-examples/package.json @@ -11,7 +11,7 @@ "@confluentinc/kafka-javascript": "file:..", "@confluentinc/schemaregistry": "file:../schemaregistry", "@types/jest": "^29.5.14", - "axios": "^1.7.7", + "axios": "^1.12.0", "jest": "^29.7.0", "uuid": "^10.0.0" } diff --git a/schemaregistry/package.json b/schemaregistry/package.json index 0a49c87d..4a65d55e 100644 --- a/schemaregistry/package.json +++ b/schemaregistry/package.json @@ -46,7 +46,7 @@ "ajv": "^8.17.1", "async-mutex": "^0.5.0", "avsc": "^5.7.7", - "axios": "^1.7.3", + "axios": "^1.12.0", "axios-retry": "^4.5.0", "json-stringify-deterministic": "^1.0.12", "jsonata": "^2.0.5",