From adb41b16c4ccf064c40c276a151ff7e1aeffb384 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 31 Mar 2020 08:14:46 +0300 Subject: [PATCH] fix: upgrade systeminformation from 4.22.5 to 4.23.0 (#955) Snyk has created this PR to upgrade systeminformation from 4.22.5 to 4.23.0. See this package in NPM: https://www.npmjs.com/package/systeminformation See this project in Snyk: https://app.snyk.io/org/symphony-njr/project/b79841fe-f841-44b4-980c-36ac32d1c8d9?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 22 +++++----------------- package.json | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index da20b66b..eaf60b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15801,7 +15801,8 @@ "run-script-os": { "version": "1.0.7", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/run-script-os/-/run-script-os-1.0.7.tgz", - "integrity": "sha1-fNURRKGcbKNk/maEM/VbR7q/R0k=" + "integrity": "sha1-fNURRKGcbKNk/maEM/VbR7q/R0k=", + "dev": true }, "rx-lite": { "version": "4.0.8", @@ -16177,19 +16178,6 @@ "object-assign": "^4.1.1" } }, - "screen-share-indicator-frame": { - "version": "1.4.4", - "resolved": "git+https://github.com/symphonyoss/ScreenShareIndicatorFrame.git#e389ca1e037d174de4b5facb69e435c32c74db76", - "optional": true, - "requires": { - "run-script-os": "1.0.7" - } - }, - "screen-snippet": { - "version": "1.0.6", - "resolved": "git+https://github.com/symphonyoss/ScreenSnippet2.git#c493f35831d7bf2a8164945f83c2669781dde3a7", - "optional": true - }, "semver": { "version": "5.5.1", "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/semver/-/semver-5.5.1.tgz", @@ -17339,9 +17327,9 @@ } }, "systeminformation": { - "version": "4.22.5", - "resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/systeminformation/-/systeminformation-4.22.5.tgz", - "integrity": "sha1-wIUSs4urTRrNJhyQh1c4iPgLsR4=" + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.23.0.tgz", + "integrity": "sha512-Gx24ttVOuqKpaGJ5bMYOt/Y7VTntc/Du6h0oh1evKPjxXdSeAcwk1+xsTxEizN3+ZuuVyoHl5hV0jtlHDOGeYA==" }, "tar": { "version": "2.2.1", diff --git a/package.json b/package.json index 4122f068..c3212195 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "react-dom": "16.13.0", "ref-napi": "1.4.3", "shell-path": "2.1.0", - "systeminformation": "4.22.5" + "systeminformation": "4.23.0" }, "optionalDependencies": { "screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet2.git#v1.0.6",