From ef069d9b0eaad87eb3031487b0ec1a5d726c4d2d Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 16 Sep 2019 17:40:45 -0500 Subject: [PATCH] Update nbin The latest version contains a fix for passing null options when reading a file. Fixes #544. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44bca30e..72e01c96 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "patch:apply": "yarn ensure-in-vscode && cd ../../../ && git apply ./src/vs/server/scripts/vscode.patch" }, "devDependencies": { - "@coder/nbin": "^1.2.0", + "@coder/nbin": "^1.2.2", "@types/pem": "^1.9.5", "@types/safe-compare": "^1.1.0", "@types/tar-fs": "^1.16.1", diff --git a/yarn.lock b/yarn.lock index 49fcfcd5..650109f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-1.1.8.tgz#416a7221d84161ee35eca9cfa93ba9377639b4ee" integrity sha512-NJDC4rZTx0deVYqAxZtJWACq3IrVR59BjFeZebO3i7OfTZZMkkbLsGsCFMnJd5KnX6KjnvvFq4XXtwJ9yf8/YQ== -"@coder/nbin@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.2.0.tgz#b1cc5ed51193ded98ccfe39825ceee500b90f849" - integrity sha512-fHnOqx1yAuK65gr1D9Du7W4AXiITEcFPKIZ3JifvXMeSSwzdVzq3nvVSCPD45KTwK1nS6pDKkXC/CqrYinUf7Q== +"@coder/nbin@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.2.2.tgz#c5f9aaa2a0e84c2a13a4cce895547efbd66730b7" + integrity sha512-1Z6aYBRZRY1AQ2xp0jmoz+TXR8M4WaHa9FfVkOPej0KPJjYtEp18I+/6CmffDtBLxSnIai0rc+AA0VhbjCN/rg== dependencies: "@coder/logger" "^1.1.8" fs-extra "^7.0.1"