From 1ebd494dc7c354c00f37a3f3859915f615c475f2 Mon Sep 17 00:00:00 2001 From: XtoManuel Date: Tue, 11 Jun 2024 18:35:08 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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).

From 6774c2e77853fa49bce71435a8f1fcd3d02da92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:42:18 +0000 Subject: [PATCH 2/2] Bump axios in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",