Skip to content

Update node to 10.15.1 #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 16, 2019
Prev Previous commit
Next Next commit
Update nbin
  • Loading branch information
code-asher committed Apr 9, 2019
commit aa7956ff6b5fb79cfe047e507db21dd7cdf39a06
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:binary": "ts-node scripts/nbin.ts"
},
"dependencies": {
"@coder/nbin": "^1.0.7",
"@coder/nbin": "^1.0.8",
"commander": "^2.19.0",
"express": "^4.16.4",
"express-static-gzip": "^1.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-1.0.3.tgz#e0e1ae5496fde5a3c6ef3d748fdfb26a55add8b8"
integrity sha512-1o5qDZX2VZUNnzgz5KfAdMnaqaX6FNeTs0dUdg73MRHfQW94tFTIryFC1xTTCuzxGDjVHOHkaUAI4uHA2bheOA==

"@coder/nbin@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.0.7.tgz#fc6adeb8366bf9d7dc7c301ce0be9e741eccf14b"
integrity sha512-HkCFJnYyFuPaAjk6O8IcafEEBYlHG63SqxgwB0QSyUGwjq/hUekgB23BnKmywbcxNIuX26b9j2AGWt/DBdJlXA==
"@coder/nbin@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.0.8.tgz#d8fb6a0c6f9c3f468314e636b9f81f1a2af22775"
integrity sha512-djfaS7kupkjF05+OFizi2wy3xnGZ+o3+zqumtYXip1YoFeq814FCQ2uaAd1NZJCbf3NhjCbwCuJwQ5VDS9F9iA==
dependencies:
"@coder/logger" "^1.0.3"
fs-extra "^7.0.1"
Expand Down