diff --git a/CHANGELOG.md b/CHANGELOG.md
index b33a3ed36..00b0b6159 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [9.16.1](https://github.com/gemini-testing/html-reporter/compare/v9.16.0...v9.16.1) (2024-01-17)
+
+
+### Bug Fixes
+
+* use axios[@1](https://github.com/1).6.3 ([d397aaa](https://github.com/gemini-testing/html-reporter/commit/d397aaa))
+
+
+
# [9.16.0](https://github.com/gemini-testing/html-reporter/compare/v9.15.0...v9.16.0) (2024-01-17)
diff --git a/package-lock.json b/package-lock.json
index 48c1071f3..dcd469847 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.16.0",
+ "version": "9.16.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index b3fab10e7..da810bda5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.16.0",
+ "version": "9.16.1",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"files": [
"build"