From 4f08a4a0a8642750fb7f010c7d953da8285e17d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:00:46 -0700 Subject: [PATCH] Bump systeminformation from 5.23.5 to 5.23.8 (#1549) Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.23.5 to 5.23.8. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.23.5...v5.23.8) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++++++------ packages/ring-client-api/package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e91f61d9..4f89acf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8292,7 +8292,9 @@ } }, "node_modules/systeminformation": { - "version": "5.23.5", + "version": "5.23.8", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.23.8.tgz", + "integrity": "sha512-Osd24mNKe6jr/YoXLLK3k8TMdzaxDffhpCxgkfgBHcapykIkd50HXThM3TCEuHO2pPuCsSx2ms/SunqhU5MmsQ==", "license": "MIT", "os": [ "darwin", @@ -9487,12 +9489,12 @@ "devDependencies": { "dotenv": "16.4.5", "eslint-config-shared": "*", - "ring-client-api": "13.2.1-beta.0", + "ring-client-api": "13.2.1", "tsconfig": "*" } }, "packages/homebridge-ring": { - "version": "13.2.1-beta.0", + "version": "13.2.1", "funding": [ { "type": "paypal", @@ -9507,7 +9509,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.7", "@homebridge/plugin-ui-utils": "^1.0.3", - "ring-client-api": "13.2.1-beta.0", + "ring-client-api": "13.2.1", "werift": "0.20.1" }, "devDependencies": { @@ -9523,7 +9525,7 @@ } }, "packages/ring-client-api": { - "version": "13.2.1-beta.0", + "version": "13.2.1", "funding": [ { "type": "paypal", @@ -9543,7 +9545,7 @@ "json-bigint": "^1.0.0", "rxjs": "^7.8.1", "socket.io-client": "^2.5.0", - "systeminformation": "^5.23.5", + "systeminformation": "^5.23.8", "undici": "^6.21.0", "uuid": "^11.0.3", "werift": "0.20.1", diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index c1e5644f..ab5941da 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -25,7 +25,7 @@ "json-bigint": "^1.0.0", "rxjs": "^7.8.1", "socket.io-client": "^2.5.0", - "systeminformation": "^5.23.5", + "systeminformation": "^5.23.8", "undici": "^6.21.0", "uuid": "^11.0.3", "werift": "0.20.1",