diff --git a/Ucode-Connect-Marathone-FullStack-main/Race01/package-lock.json b/Ucode-Connect-Marathone-FullStack-main/Race01/package-lock.json index 3b07adb..8975d2e 100644 --- a/Ucode-Connect-Marathone-FullStack-main/Race01/package-lock.json +++ b/Ucode-Connect-Marathone-FullStack-main/Race01/package-lock.json @@ -2603,9 +2603,10 @@ } }, "node_modules/systeminformation": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.7.7.tgz", - "integrity": "sha512-aQ7MBeVI2MKPYOi3YJAoZ45JVlRkBA7IXoqGgtVBamvtE0I6JLOyJzD/VVc9pnMXDb3yqaMwssAjhwtJax4/Rw==", + "version": "5.25.11", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.25.11.tgz", + "integrity": "sha512-jI01fn/t47rrLTQB0FTlMCC+5dYx8o0RRF+R4BPiUNsvg5OdY0s9DKMFmJGrx5SwMZQ4cag0Gl6v8oycso9b/g==", + "license": "MIT", "optional": true, "os": [ "darwin", @@ -2614,13 +2615,14 @@ "freebsd", "openbsd", "netbsd", - "sunos" + "sunos", + "android" ], "bin": { "systeminformation": "lib/cli.js" }, "engines": { - "node": ">=4.0.0" + "node": ">=8.0.0" }, "funding": { "type": "Buy me a coffee", @@ -4782,9 +4784,9 @@ } }, "systeminformation": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.7.7.tgz", - "integrity": "sha512-aQ7MBeVI2MKPYOi3YJAoZ45JVlRkBA7IXoqGgtVBamvtE0I6JLOyJzD/VVc9pnMXDb3yqaMwssAjhwtJax4/Rw==", + "version": "5.25.11", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.25.11.tgz", + "integrity": "sha512-jI01fn/t47rrLTQB0FTlMCC+5dYx8o0RRF+R4BPiUNsvg5OdY0s9DKMFmJGrx5SwMZQ4cag0Gl6v8oycso9b/g==", "optional": true }, "to-regex-range": {