From 6b1ea216e42dd1fe6031a4eab976ac9c01fa2f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:31:31 +0000 Subject: [PATCH] Bump blaubergventojs from 1.0.0-alpha.1 to 1.0.0-alpha.3 Bumps [blaubergventojs](https://github.com/michaelkrog/blaubergventojs) from 1.0.0-alpha.1 to 1.0.0-alpha.3. - [Commits](https://github.com/michaelkrog/blaubergventojs/commits) --- updated-dependencies: - dependency-name: blaubergventojs dependency-type: direct:production update-type: version-update:semver-patch ... 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 f5094d1..9a68003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.0.3", - "blaubergventojs": "^1.0.0-alpha.1", + "blaubergventojs": "^1.0.0-alpha.3", "uuid": "^9.0.1" }, "devDependencies": { @@ -1726,9 +1726,9 @@ } }, "node_modules/blaubergventojs": { - "version": "1.0.0-alpha.1", - "resolved": "https://registry.npmjs.org/blaubergventojs/-/blaubergventojs-1.0.0-alpha.1.tgz", - "integrity": "sha512-z+bFRRZ+svQgGvJ7d9DkETeTAiI0AR6aDanWlrHMjgnaeH/VcR8GbJIGMbQYMcRv6u5ibwV8P6D5X/h4yHJ9PA==", + "version": "1.0.0-alpha.3", + "resolved": "https://registry.npmjs.org/blaubergventojs/-/blaubergventojs-1.0.0-alpha.3.tgz", + "integrity": "sha512-t+w6zRZCjYQKuOix1rZ5uFRtvlj8HMK2v0nqlk7CWhzl8rPIaEPt+gR4oWuh9bbm9QXV+xM0tafDJjZj38j0kA==", "dependencies": { "@apaq/leap-data-core": "^1.0.2", "typescript": "^4.2.3" diff --git a/package.json b/package.json index 5848b11..c3972a6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@iobroker/adapter-core": "^3.0.3", - "blaubergventojs": "^1.0.0-alpha.1", + "blaubergventojs": "^1.0.0-alpha.3", "uuid": "^9.0.1" }, "devDependencies": {