File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3
3
{
4
4
"target_name" : "native" ,
5
5
"sources" : [
6
- "src/utils/password_hash.cc " ,
7
- "src/utils/password_verify.cc " ,
8
- "binding.cc "
6
+ "src/utils/password_hash.cpp " ,
7
+ "src/utils/password_verify.cpp " ,
8
+ "binding.cpp "
9
9
],
10
10
"include_dirs" : [
11
11
"<!@(node -p \" require('node-addon-api').include\" )" ,
Original file line number Diff line number Diff line change 34
34
"passport-facebook" : " ^2.1.1" ,
35
35
"passport-google-oauth" : " ^1.0.0" ,
36
36
"passport-twitter" : " ^1.0.4" ,
37
- "pg" : " ^7.2 .0" ,
37
+ "pg" : " ^7.3 .0" ,
38
38
"pretty-error" : " ^2.1.1" ,
39
39
"redis" : " ^2.8.0" ,
40
40
"source-map-support" : " ^0.4.17" ,
54
54
"babel-register" : " ^6.26.0" ,
55
55
"chokidar" : " ^1.7.0" ,
56
56
"del" : " 3.0.0" ,
57
- "eslint" : " ^4.6.0 " ,
57
+ "eslint" : " ^4.6.1 " ,
58
58
"eslint-config-airbnb-base" : " ^12.0.0" ,
59
59
"eslint-config-prettier" : " ^2.4.0" ,
60
60
"eslint-plugin-flowtype" : " ^2.35.1" ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -913,8 +913,8 @@ camelcase@^3.0.0:
913
913
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
914
914
915
915
caniuse-lite@^1.0.30000718 :
916
- version "1.0.30000721 "
917
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000721 .tgz#931a21a7bd85016300328d21f126d84b73437d35 "
916
+ version "1.0.30000722 "
917
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000722 .tgz#8cbfe07440478e3a16ab0d3b182feef1901eab55 "
918
918
919
919
caseless@~0.12.0 :
920
920
version "0.12.0"
@@ -1334,8 +1334,8 @@ detect-indent@^4.0.0:
1334
1334
repeating "^2.0.0"
1335
1335
1336
1336
diff@^3.2.0 :
1337
- version "3.3.0 "
1338
- resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0 .tgz#056695150d7aa93237ca7e378ac3b1682b7963b9 "
1337
+ version "3.3.1 "
1338
+ resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1 .tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75 "
1339
1339
1340
1340
1341
1341
version "1.5.0"
@@ -1536,9 +1536,9 @@ eslint-scope@^3.7.1:
1536
1536
esrecurse "^4.1.0"
1537
1537
estraverse "^4.1.1"
1538
1538
1539
- eslint@^4.6.0 :
1540
- version "4.6.0 "
1541
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.0 .tgz#98ced4a706a87abbe63207895d0023a38e250bbe "
1539
+ eslint@^4.6.1 :
1540
+ version "4.6.1 "
1541
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.1 .tgz#ddc7fc7fd70bf93205b0b3449bb16a1e9e7d4950 "
1542
1542
dependencies :
1543
1543
ajv "^5.2.0"
1544
1544
babel-code-frame "^6.22.0"
@@ -3600,9 +3600,9 @@ pg-types@~1.12.1:
3600
3600
postgres-date "~1.0.0"
3601
3601
postgres-interval "^1.1.0"
3602
3602
3603
- pg@^7.2 .0 :
3604
- version "7.2 .0"
3605
- resolved "https://registry.yarnpkg.com/pg/-/pg-7.2 .0.tgz#e92ff488b6e4ac2550ed13e80191bec3d690315c "
3603
+ pg@^7.3 .0 :
3604
+ version "7.3 .0"
3605
+ resolved "https://registry.yarnpkg.com/pg/-/pg-7.3 .0.tgz#275e27466e54a645f6b4a16f6acadf6b849ad83b "
3606
3606
dependencies :
3607
3607
buffer-writer "1.0.1"
3608
3608
js-string-escape "1.0.1"
You can’t perform that action at this time.
0 commit comments