diff --git a/binding.gyp b/binding.gyp index 8c8c535a6..75704aa40 100644 --- a/binding.gyp +++ b/binding.gyp @@ -14,6 +14,7 @@ '/guard:cf', '/sdl', '/W3', + '/w34146', '/w34244', '/w34267', '/ZH:SHA_256' diff --git a/deps/winpty/src/winpty.gyp b/deps/winpty/src/winpty.gyp index 1ac5758be..0d753ff48 100644 --- a/deps/winpty/src/winpty.gyp +++ b/deps/winpty/src/winpty.gyp @@ -50,6 +50,7 @@ 'ExceptionHandling': '1', # /EHsc 'AdditionalOptions': [ '/guard:cf', + '/w34146', '/w34244', '/w34267', '/ZH:SHA_256' @@ -152,6 +153,7 @@ 'ExceptionHandling': '1', # /EHsc 'AdditionalOptions': [ '/guard:cf', + '/w34146', '/w34244', '/w34267', '/ZH:SHA_256' diff --git a/package-lock.json b/package-lock.json index 0255eb076..168eaf398 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-pty", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-pty", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": {