From b06548340db91093a16b1f597fb380c5ec93cdfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:30:42 +0000 Subject: [PATCH] Bump systeminformation from 5.17.12 to 5.21.8 in /examples/gRPC/orders Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.17.12 to 5.21.8. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.17.12...v5.21.8) --- updated-dependencies: - dependency-name: systeminformation dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/gRPC/orders/package-lock.json | 49 +++++++++++++------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/examples/gRPC/orders/package-lock.json b/examples/gRPC/orders/package-lock.json index 0d563f098..1da282e33 100644 --- a/examples/gRPC/orders/package-lock.json +++ b/examples/gRPC/orders/package-lock.json @@ -700,30 +700,6 @@ "version": "16.0.1", "license": "MIT" }, - "node_modules/@chronosmicro/tracker/node_modules/systeminformation": { - "version": "5.17.12", - "license": "MIT", - "os": [ - "darwin", - "linux", - "win32", - "freebsd", - "openbsd", - "netbsd", - "sunos", - "android" - ], - "bin": { - "systeminformation": "lib/cli.js" - }, - "engines": { - "node": ">=8.0.0" - }, - "funding": { - "type": "Buy me a coffee", - "url": "https://www.buymeacoffee.com/systeminfo" - } - }, "node_modules/@grpc/grpc-js": { "version": "1.8.14", "license": "Apache-2.0", @@ -2104,6 +2080,31 @@ "license": "MIT", "optional": true }, + "node_modules/systeminformation": { + "version": "5.21.8", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.8.tgz", + "integrity": "sha512-Xf1KDMUTQHLOT9Z7MjpSpsbaICOHcm4OZ9c9qqpkCoXuxq5MoyDrgu5GIQYpoiralXNPrqxDz3ND8MdllpXeQA==", + "os": [ + "darwin", + "linux", + "win32", + "freebsd", + "openbsd", + "netbsd", + "sunos", + "android" + ], + "bin": { + "systeminformation": "lib/cli.js" + }, + "engines": { + "node": ">=8.0.0" + }, + "funding": { + "type": "Buy me a coffee", + "url": "https://www.buymeacoffee.com/systeminfo" + } + }, "node_modules/tr46": { "version": "3.0.0", "license": "MIT",