Skip to content

Commit c37401c

Browse files
fix(deps): update dependency axios to v1.12.0 [security] (#366)
1 parent 6bad239 commit c37401c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemaregistry-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@confluentinc/kafka-javascript": "file:..",
1212
"@confluentinc/schemaregistry": "file:../schemaregistry",
1313
"@types/jest": "^29.5.14",
14-
"axios": "^1.7.7",
14+
"axios": "^1.12.0",
1515
"jest": "^29.7.0",
1616
"uuid": "^10.0.0"
1717
}

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ajv": "^8.17.1",
4747
"async-mutex": "^0.5.0",
4848
"avsc": "^5.7.7",
49-
"axios": "^1.7.3",
49+
"axios": "^1.12.0",
5050
"axios-retry": "^4.5.0",
5151
"json-stringify-deterministic": "^1.0.12",
5252
"jsonata": "^2.0.5",

0 commit comments

Comments
 (0)