diff --git a/README.md b/README.md
index 9d7b52e..a21185a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
> [!IMPORTANT]
> We are working to develop a version 2.0.0 of this project by improving and optimizing the code. Currently, we are aware that some functions are not working as they should.
+>
+> You can see the progress of the new version at: https://github.com/BrowserSourcesForOBS/obs-timer-controller/tree/dev
This repository is used for creating dynamic browser sources related to timers, ideal for use in OBS (Open Broadcaster Software).
diff --git a/package-lock.json b/package-lock.json
index 1d509cc..8e7f026 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.8",
"license": "ISC",
"dependencies": {
- "axios": "^1.5.1",
+ "axios": "^1.6.0",
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
@@ -478,9 +478,9 @@
}
},
"node_modules/axios": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
- "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
+ "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
diff --git a/package.json b/package.json
index cfbaa26..09c5641 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"url": "https://github.com/BrowserSourcesForOBS/obs-timer-controller.git"
},
"dependencies": {
- "axios": "^1.5.1",
+ "axios": "^1.6.0",
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",