diff --git a/gpii-service/package.json b/gpii-service/package.json index 1e2f153e4..6ee1b3772 100644 --- a/gpii-service/package.json +++ b/gpii-service/package.json @@ -20,7 +20,7 @@ "ffi-napi": "2.4.4", "json5": "2.1.0", "minimist": "1.2.0", - "@gpii/os-service": "2.2.0", + "@gpii/os-service": "javihernandez/node-os-service#GPII-4140", "ref-array-di": "1.2.1", "ref-napi": "1.4.0", "ref-struct-di": "1.1.0" diff --git a/package.json b/package.json index f055c4465..6b72063c3 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ "install": "powershell -ExecutionPolicy Bypass provisioning/NpmInstall.ps1" }, "dependencies": { - "edge-js": "10.3.1", - "ffi-napi": "2.4.3", + "edge-js": "12.3.1", + "ffi-napi": "2.4.5", "gpii-universal": "0.3.0-dev.20200422T182749Z.c74ee6a", - "@pokusew/pcsclite": "0.4.18", - "ref": "1.3.4", - "ref-struct": "1.1.0", - "ref-array": "1.1.2", + "@pokusew/pcsclite": "0.6.0", + "ref": "javihernandez/ref#64b0509c2340d2151e261e20decfd1a8502fabe2", + "ref-struct": "javihernandez/ref-struct#GPII-4140", + "ref-array": "javihernandez/ref-array#GPII-4140", "string-argv": "0.0.2", "rimraf": "2.6.2", "win-ca": "3.1.1" diff --git a/provisioning/Chocolatey.ps1 b/provisioning/Chocolatey.ps1 index 828280dad..9b1397290 100644 --- a/provisioning/Chocolatey.ps1 +++ b/provisioning/Chocolatey.ps1 @@ -15,7 +15,7 @@ Import-Module "$($originalBuildScriptPath)/Provisioning.psm1" -Force $chocolatey = "$env:ChocolateyInstall\bin\choco.exe" -f $env:SystemDrive $nodePath = "C:\Program Files (x86)\nodejs" -$nodeVersion = "10.11.0" +$nodeVersion = "12.16.3" Invoke-Command $chocolatey "install nodejs.install --version $($nodeVersion) --forcex86 -y" # TODO: Correct path and automatically added is this one # C:\Users\vagrant\AppData\Roaming\npm review it.