Skip to content

Commit ef069d9

Browse files
committed
Update nbin
The latest version contains a fix for passing null options when reading a file. Fixes #544.
1 parent 6a864f9 commit ef069d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"patch:apply": "yarn ensure-in-vscode && cd ../../../ && git apply ./src/vs/server/scripts/vscode.patch"
1515
},
1616
"devDependencies": {
17-
"@coder/nbin": "^1.2.0",
17+
"@coder/nbin": "^1.2.2",
1818
"@types/pem": "^1.9.5",
1919
"@types/safe-compare": "^1.1.0",
2020
"@types/tar-fs": "^1.16.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-1.1.8.tgz#416a7221d84161ee35eca9cfa93ba9377639b4ee"
88
integrity sha512-NJDC4rZTx0deVYqAxZtJWACq3IrVR59BjFeZebO3i7OfTZZMkkbLsGsCFMnJd5KnX6KjnvvFq4XXtwJ9yf8/YQ==
99

10-
"@coder/nbin@^1.2.0":
11-
version "1.2.0"
12-
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.2.0.tgz#b1cc5ed51193ded98ccfe39825ceee500b90f849"
13-
integrity sha512-fHnOqx1yAuK65gr1D9Du7W4AXiITEcFPKIZ3JifvXMeSSwzdVzq3nvVSCPD45KTwK1nS6pDKkXC/CqrYinUf7Q==
10+
"@coder/nbin@^1.2.2":
11+
version "1.2.2"
12+
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.2.2.tgz#c5f9aaa2a0e84c2a13a4cce895547efbd66730b7"
13+
integrity sha512-1Z6aYBRZRY1AQ2xp0jmoz+TXR8M4WaHa9FfVkOPej0KPJjYtEp18I+/6CmffDtBLxSnIai0rc+AA0VhbjCN/rg==
1414
dependencies:
1515
"@coder/logger" "^1.1.8"
1616
fs-extra "^7.0.1"

0 commit comments

Comments
 (0)