Skip to:
Content

BuddyPress.org

Changeset 11206


Ignore:
Timestamp:
10/21/2016 09:04:49 PM (9 years ago)
Author:
djpaul
Message:

Update Composer PHP requirement to 5.3+, and shrinkwrap latest NPM packages.

See #7195

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r11038 r11206  
    3030  "require": {
    3131    "composer/installers": "~1.0",
    32     "php": ">=5.2.4"
     32    "php": ">=5.3.0"
    3333  }
    3434}
  • trunk/npm-shrinkwrap.json

    r11159 r11206  
    11{
    22  "name": "buddypress",
    3   "version": "2.7.0-beta1",
     3  "version": "2.7.0",
    44  "dependencies": {
    55    "abbrev": {
     
    4949    },
    5050    "argparse": {
    51       "version": "1.0.7",
     51      "version": "1.0.9",
    5252      "from": "argparse@>=1.0.2 <2.0.0",
    53       "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz"
     53      "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz"
    5454    },
    5555    "arr-diff": {
     
    6969    },
    7070    "array-find-index": {
    71       "version": "1.0.1",
     71      "version": "1.0.2",
    7272      "from": "array-find-index@>=1.0.1 <2.0.0",
    73       "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz"
     73      "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
    7474    },
    7575    "array-index": {
     
    119119    },
    120120    "aws4": {
    121       "version": "1.4.1",
     121      "version": "1.5.0",
    122122      "from": "aws4@>=1.2.1 <2.0.0",
    123       "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz"
     123      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz"
    124124    },
    125125    "babel-runtime": {
     
    136136      "version": "1.0.0",
    137137      "from": "bcrypt-pbkdf@>=1.0.0 <2.0.0",
    138       "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz",
    139       "dependencies": {
    140         "tweetnacl": {
    141           "version": "0.14.3",
    142           "from": "tweetnacl@>=0.14.3 <0.15.0",
    143           "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
    144         }
    145       }
     138      "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz"
    146139    },
    147140    "beeper": {
     
    297290      "dependencies": {
    298291        "findup-sync": {
    299           "version": "0.4.2",
     292          "version": "0.4.3",
    300293          "from": "findup-sync@>=0.4.2 <0.5.0",
    301           "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.2.tgz"
     294          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz"
    302295        },
    303296        "lodash": {
    304           "version": "4.16.1",
     297          "version": "4.16.4",
    305298          "from": "lodash@>=4.15.0 <5.0.0",
    306           "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
     299          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.4.tgz"
    307300        }
    308301      }
     
    314307    },
    315308    "clean-css": {
    316       "version": "3.4.19",
     309      "version": "3.4.20",
    317310      "from": "clean-css@>=3.4.2 <3.5.0",
    318       "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.19.tgz"
     311      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.20.tgz"
    319312    },
    320313    "cli": {
     
    366359    },
    367360    "code-point-at": {
    368       "version": "1.0.0",
     361      "version": "1.0.1",
    369362      "from": "code-point-at@>=1.0.0 <2.0.0",
    370       "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz"
     363      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.1.tgz"
    371364    },
    372365    "coffee-script": {
     
    655648    },
    656649    "duplexify": {
    657       "version": "3.4.5",
     650      "version": "3.4.6",
    658651      "from": "duplexify@>=3.2.0 <4.0.0",
    659       "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.5.tgz",
     652      "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.6.tgz",
    660653      "dependencies": {
    661654        "end-of-stream": {
     
    829822    },
    830823    "file-type": {
    831       "version": "3.8.0",
     824      "version": "3.9.0",
    832825      "from": "file-type@>=3.1.0 <4.0.0",
    833       "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.8.0.tgz"
     826      "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz"
    834827    },
    835828    "filename-regex": {
     
    918911      "dependencies": {
    919912        "async": {
    920           "version": "2.0.1",
     913          "version": "2.1.2",
    921914          "from": "async@>=2.0.1 <3.0.0",
    922           "resolved": "https://registry.npmjs.org/async/-/async-2.0.1.tgz"
     915          "resolved": "https://registry.npmjs.org/async/-/async-2.1.2.tgz"
    923916        },
    924917        "lodash": {
    925           "version": "4.16.1",
    926           "from": "lodash@>=4.8.0 <5.0.0",
    927           "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
     918          "version": "4.16.4",
     919          "from": "lodash@>=4.14.0 <5.0.0",
     920          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.4.tgz"
    928921        }
    929922      }
     
    950943    },
    951944    "gaze": {
    952       "version": "1.1.1",
     945      "version": "1.1.2",
    953946      "from": "gaze@>=1.0.0 <2.0.0",
    954       "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.1.tgz"
     947      "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz"
    955948    },
    956949    "generate-function": {
     
    10321025        },
    10331026        "glob-parent": {
    1034           "version": "3.0.0",
     1027          "version": "3.0.1",
    10351028          "from": "glob-parent@>=3.0.0 <4.0.0",
    1036           "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.0.tgz"
     1029          "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.1.tgz"
    10371030        },
    10381031        "is-extglob": {
    1039           "version": "2.0.0",
    1040           "from": "is-extglob@>=2.0.0 <3.0.0",
    1041           "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.0.0.tgz"
     1032          "version": "2.1.0",
     1033          "from": "is-extglob@>=2.1.0 <3.0.0",
     1034          "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.0.tgz"
    10421035        },
    10431036        "is-glob": {
    1044           "version": "3.0.0",
    1045           "from": "is-glob@>=3.0.0 <4.0.0",
    1046           "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.0.0.tgz"
     1037          "version": "3.1.0",
     1038          "from": "is-glob@>=3.1.0 <4.0.0",
     1039          "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz"
    10471040        }
    10481041      }
     
    10811074    },
    10821075    "graceful-fs": {
    1083       "version": "4.1.6",
     1076      "version": "4.1.9",
    10841077      "from": "graceful-fs@>=4.1.2 <5.0.0",
    1085       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.6.tgz"
     1078      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.9.tgz"
    10861079    },
    10871080    "graceful-readlink": {
     
    10901083      "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
    10911084    },
    1092     "grunt": {
    1093       "version": "1.0.1",
    1094       "from": "grunt@>=1.0.1 <1.1.0",
    1095       "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
    1096       "dependencies": {
    1097         "grunt-cli": {
    1098           "version": "1.2.0",
    1099           "from": "grunt-cli@>=1.2.0 <1.3.0",
    1100           "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz"
    1101         }
    1102       }
    1103     },
    1104     "grunt-check-dependencies": {
    1105       "version": "0.12.0",
    1106       "from": "grunt-check-dependencies@>=0.12.0 <0.13.0",
    1107       "resolved": "https://registry.npmjs.org/grunt-check-dependencies/-/grunt-check-dependencies-0.12.0.tgz"
    1108     },
    1109     "grunt-checktextdomain": {
    1110       "version": "1.0.1",
    1111       "from": "grunt-checktextdomain@>=1.0.1 <1.1.0",
    1112       "resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",
    1113       "dependencies": {
    1114         "ansi-styles": {
    1115           "version": "0.2.0",
    1116           "from": "ansi-styles@>=0.2.0 <0.3.0",
    1117           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz"
    1118         },
    1119         "chalk": {
    1120           "version": "0.2.1",
    1121           "from": "chalk@>=0.2.1 <0.3.0",
    1122           "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz"
    1123         }
    1124       }
    1125     },
    1126     "grunt-contrib-clean": {
    1127       "version": "1.0.0",
    1128       "from": "grunt-contrib-clean@>=1.0.0 <1.1.0",
    1129       "resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.0.0.tgz",
    1130       "dependencies": {
    1131         "rimraf": {
    1132           "version": "2.5.4",
    1133           "from": "rimraf@>=2.5.1 <3.0.0",
    1134           "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"
    1135         }
    1136       }
    1137     },
    1138     "grunt-contrib-copy": {
    1139       "version": "1.0.0",
    1140       "from": "grunt-contrib-copy@>=1.0.0 <1.1.0",
    1141       "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz"
    1142     },
    1143     "grunt-contrib-cssmin": {
    1144       "version": "1.0.2",
    1145       "from": "grunt-contrib-cssmin@>=1.0.2 <1.1.0",
    1146       "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-1.0.2.tgz"
    1147     },
    1148     "grunt-contrib-imagemin": {
    1149       "version": "1.0.1",
    1150       "from": "grunt-contrib-imagemin@>=1.0.1 <1.1.0",
    1151       "resolved": "https://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-1.0.1.tgz",
    1152       "dependencies": {
    1153         "pretty-bytes": {
    1154           "version": "3.0.1",
    1155           "from": "pretty-bytes@>=3.0.1 <4.0.0",
    1156           "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz"
    1157         }
    1158       }
    1159     },
    1160     "grunt-contrib-jshint": {
    1161       "version": "1.0.0",
    1162       "from": "grunt-contrib-jshint@>=1.0.0 <1.1.0",
    1163       "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.0.0.tgz"
    1164     },
    1165     "grunt-contrib-uglify": {
    1166       "version": "2.0.0",
    1167       "from": "grunt-contrib-uglify@>=2.0.0 <2.1.0",
    1168       "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-2.0.0.tgz"
    1169     },
    1170     "grunt-contrib-watch": {
    1171       "version": "1.0.0",
    1172       "from": "grunt-contrib-watch@>=1.0.0 <1.1.0",
    1173       "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz"
    1174     },
    1175     "grunt-exec": {
    1176       "version": "1.0.1",
    1177       "from": "grunt-exec@>=1.0.1 <1.1.0",
    1178       "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-1.0.1.tgz"
    1179     },
    1180     "grunt-jsvalidate": {
    1181       "version": "0.2.2",
    1182       "from": "grunt-jsvalidate@>=0.2.2 <0.3.0",
    1183       "resolved": "https://registry.npmjs.org/grunt-jsvalidate/-/grunt-jsvalidate-0.2.2.tgz",
    1184       "dependencies": {
    1185         "esprima": {
    1186           "version": "1.0.4",
    1187           "from": "esprima@>=1.0.0 <1.1.0",
    1188           "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
    1189         }
    1190       }
    1191     },
    11921085    "grunt-known-options": {
    11931086      "version": "1.1.0",
     
    12241117      }
    12251118    },
    1226     "grunt-patch-wordpress": {
    1227       "version": "0.4.2",
    1228       "from": "grunt-patch-wordpress@>=0.4.2 <0.5.0",
    1229       "resolved": "https://registry.npmjs.org/grunt-patch-wordpress/-/grunt-patch-wordpress-0.4.2.tgz",
    1230       "dependencies": {
    1231         "underscore.string": {
    1232           "version": "3.3.4",
    1233           "from": "underscore.string@>=3.3.4 <3.4.0",
    1234           "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.4.tgz"
    1235         }
    1236       }
    1237     },
    1238     "grunt-rtlcss": {
    1239       "version": "2.0.1",
    1240       "from": "grunt-rtlcss@>=2.0.1 <2.1.0",
    1241       "resolved": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0.1.tgz"
    1242     },
    1243     "grunt-sass": {
    1244       "version": "1.2.1",
    1245       "from": "grunt-sass@>=1.2.1 <1.3.0",
    1246       "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-1.2.1.tgz"
    1247     },
    1248     "grunt-scss-lint": {
    1249       "version": "0.5.0",
    1250       "from": "grunt-scss-lint@>=0.5.0 <0.6.0",
    1251       "resolved": "https://registry.npmjs.org/grunt-scss-lint/-/grunt-scss-lint-0.5.0.tgz",
    1252       "dependencies": {
    1253         "lodash": {
    1254           "version": "4.16.1",
    1255           "from": "lodash@>=4.12.0 <5.0.0",
    1256           "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
    1257         }
    1258       }
    1259     },
    1260     "grunt-wp-i18n": {
    1261       "version": "0.5.4",
    1262       "from": "grunt-wp-i18n@>=0.5.4 <0.6.0",
    1263       "resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-0.5.4.tgz",
    1264       "dependencies": {
    1265         "argparse": {
    1266           "version": "0.1.16",
    1267           "from": "argparse@>=0.1.11 <0.2.0",
    1268           "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
    1269           "dependencies": {
    1270             "underscore": {
    1271               "version": "1.7.0",
    1272               "from": "underscore@>=1.7.0 <1.8.0",
    1273               "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz"
    1274             },
    1275             "underscore.string": {
    1276               "version": "2.4.0",
    1277               "from": "underscore.string@>=2.4.0 <2.5.0",
    1278               "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz"
    1279             }
    1280           }
    1281         },
    1282         "async": {
    1283           "version": "0.9.2",
    1284           "from": "async@>=0.9.0 <0.10.0",
    1285           "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz"
    1286         },
    1287         "coffee-script": {
    1288           "version": "1.3.3",
    1289           "from": "coffee-script@>=1.3.3 <1.4.0",
    1290           "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz"
    1291         },
    1292         "colors": {
    1293           "version": "0.6.2",
    1294           "from": "colors@>=0.6.2 <0.7.0",
    1295           "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz"
    1296         },
    1297         "dateformat": {
    1298           "version": "1.0.2-1.2.3",
    1299           "from": "dateformat@1.0.2-1.2.3",
    1300           "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz"
    1301         },
    1302         "esprima": {
    1303           "version": "1.0.4",
    1304           "from": "esprima@>=1.0.2 <1.1.0",
    1305           "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
    1306         },
    1307         "findup-sync": {
    1308           "version": "0.1.3",
    1309           "from": "findup-sync@>=0.1.2 <0.2.0",
    1310           "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
    1311           "dependencies": {
    1312             "glob": {
    1313               "version": "3.2.11",
    1314               "from": "glob@>=3.2.9 <3.3.0",
    1315               "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz"
    1316             },
    1317             "lodash": {
    1318               "version": "2.4.2",
    1319               "from": "lodash@>=2.4.1 <2.5.0",
    1320               "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
    1321             },
    1322             "minimatch": {
    1323               "version": "0.3.0",
    1324               "from": "minimatch@>=0.3.0 <0.4.0",
    1325               "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz"
    1326             }
    1327           }
    1328         },
    1329         "glob": {
    1330           "version": "3.1.21",
    1331           "from": "glob@>=3.1.21 <3.2.0",
    1332           "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
    1333           "dependencies": {
    1334             "inherits": {
    1335               "version": "1.0.2",
    1336               "from": "inherits@>=1.0.0 <2.0.0",
    1337               "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz"
    1338             }
    1339           }
    1340         },
    1341         "graceful-fs": {
    1342           "version": "1.2.3",
    1343           "from": "graceful-fs@>=1.2.0 <1.3.0",
    1344           "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz"
    1345         },
    1346         "grunt": {
    1347           "version": "0.4.5",
    1348           "from": "grunt@>=0.4.5 <0.5.0",
    1349           "resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
    1350           "dependencies": {
    1351             "async": {
    1352               "version": "0.1.22",
    1353               "from": "async@>=0.1.22 <0.2.0",
    1354               "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz"
    1355             },
    1356             "underscore.string": {
    1357               "version": "2.2.1",
    1358               "from": "underscore.string@>=2.2.1 <2.3.0",
    1359               "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz"
    1360             }
    1361           }
    1362         },
    1363         "grunt-legacy-log": {
    1364           "version": "0.1.3",
    1365           "from": "grunt-legacy-log@>=0.1.0 <0.2.0",
    1366           "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz",
    1367           "dependencies": {
    1368             "lodash": {
    1369               "version": "2.4.2",
    1370               "from": "lodash@>=2.4.1 <2.5.0",
    1371               "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
    1372             },
    1373             "underscore.string": {
    1374               "version": "2.3.3",
    1375               "from": "underscore.string@>=2.3.3 <2.4.0",
    1376               "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
    1377             }
    1378           }
    1379         },
    1380         "grunt-legacy-log-utils": {
    1381           "version": "0.1.1",
    1382           "from": "grunt-legacy-log-utils@>=0.1.1 <0.2.0",
    1383           "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz",
    1384           "dependencies": {
    1385             "lodash": {
    1386               "version": "2.4.2",
    1387               "from": "lodash@>=2.4.1 <2.5.0",
    1388               "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
    1389             },
    1390             "underscore.string": {
    1391               "version": "2.3.3",
    1392               "from": "underscore.string@>=2.3.3 <2.4.0",
    1393               "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
    1394             }
    1395           }
    1396         },
    1397         "grunt-legacy-util": {
    1398           "version": "0.2.0",
    1399           "from": "grunt-legacy-util@>=0.2.0 <0.3.0",
    1400           "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz",
    1401           "dependencies": {
    1402             "async": {
    1403               "version": "0.1.22",
    1404               "from": "async@>=0.1.22 <0.2.0",
    1405               "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz"
    1406             },
    1407             "underscore.string": {
    1408               "version": "2.2.1",
    1409               "from": "underscore.string@>=2.2.1 <2.3.0",
    1410               "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz"
    1411             }
    1412           }
    1413         },
    1414         "iconv-lite": {
    1415           "version": "0.2.11",
    1416           "from": "iconv-lite@>=0.2.11 <0.3.0",
    1417           "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz"
    1418         },
    1419         "js-yaml": {
    1420           "version": "2.0.5",
    1421           "from": "js-yaml@>=2.0.5 <2.1.0",
    1422           "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
    1423         },
    1424         "lodash": {
    1425           "version": "0.9.2",
    1426           "from": "lodash@>=0.9.2 <0.10.0",
    1427           "resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"
    1428         },
    1429         "lru-cache": {
    1430           "version": "2.7.3",
    1431           "from": "lru-cache@>=2.0.0 <3.0.0",
    1432           "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
    1433         },
    1434         "minimatch": {
    1435           "version": "0.2.14",
    1436           "from": "minimatch@>=0.2.12 <0.3.0",
    1437           "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
    1438         },
    1439         "nopt": {
    1440           "version": "1.0.10",
    1441           "from": "nopt@>=1.0.10 <1.1.0",
    1442           "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
    1443         },
    1444         "underscore.string": {
    1445           "version": "3.0.3",
    1446           "from": "underscore.string@>=3.0.3 <3.1.0",
    1447           "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.0.3.tgz"
    1448         },
    1449         "which": {
    1450           "version": "1.0.9",
    1451           "from": "which@>=1.0.5 <1.1.0",
    1452           "resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz"
    1453         }
    1454       }
    1455     },
    14561119    "gulp-decompress": {
    14571120      "version": "1.2.0",
     
    14661129    "gulp-sourcemaps": {
    14671130      "version": "1.6.0",
    1468       "from": "gulp-sourcemaps@>=1.5.2 <2.0.0",
     1131      "from": "gulp-sourcemaps@1.6.0",
    14691132      "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz",
    14701133      "dependencies": {
     
    16471310    },
    16481311    "inflight": {
    1649       "version": "1.0.5",
     1312      "version": "1.0.6",
    16501313      "from": "inflight@>=1.0.4 <2.0.0",
    1651       "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz"
     1314      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
    16521315    },
    16531316    "inherits": {
     
    16671330      "dependencies": {
    16681331        "lodash": {
    1669           "version": "4.16.1",
     1332          "version": "4.16.4",
    16701333          "from": "lodash@>=4.3.0 <5.0.0",
    1671           "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
     1334          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.4.tgz"
    16721335        }
    16731336      }
     
    17291392    },
    17301393    "is-finite": {
    1731       "version": "1.0.1",
     1394      "version": "1.0.2",
    17321395      "from": "is-finite@>=1.0.0 <2.0.0",
    1733       "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz"
     1396      "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz"
    17341397    },
    17351398    "is-fullwidth-code-point": {
     
    17591422    },
    17601423    "is-my-json-valid": {
    1761       "version": "2.14.0",
     1424      "version": "2.15.0",
    17621425      "from": "is-my-json-valid@>=2.12.4 <3.0.0",
    1763       "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.14.0.tgz"
     1426      "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz"
    17641427    },
    17651428    "is-natural-number": {
     
    19091572    },
    19101573    "jshint": {
    1911       "version": "2.9.3",
     1574      "version": "2.9.4",
    19121575      "from": "jshint@>=2.9.1 <2.10.0",
    1913       "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.3.tgz",
     1576      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.4.tgz",
    19141577      "dependencies": {
    19151578        "lodash": {
     
    19411604    },
    19421605    "jsonpointer": {
    1943       "version": "2.0.0",
    1944       "from": "jsonpointer@2.0.0",
    1945       "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz"
     1606      "version": "4.0.0",
     1607      "from": "jsonpointer@>=4.0.0 <5.0.0",
     1608      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.0.tgz"
    19461609    },
    19471610    "jsprim": {
     
    21241787      "from": "map-obj@>=1.0.1 <2.0.0",
    21251788      "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
    2126     },
    2127     "matchdep": {
    2128       "version": "1.0.1",
    2129       "from": "matchdep@>=1.0.1 <1.1.0",
    2130       "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-1.0.1.tgz"
    21311789    },
    21321790    "maxmin": {
     
    22421900    },
    22431901    "node-sass": {
    2244       "version": "3.10.0",
     1902      "version": "3.10.1",
    22451903      "from": "node-sass@>=3.7.0 <4.0.0",
    2246       "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.10.0.tgz"
     1904      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.10.1.tgz"
    22471905    },
    22481906    "node-status-codes": {
     
    22771935    },
    22781936    "number-is-nan": {
    2279       "version": "1.0.0",
     1937      "version": "1.0.1",
    22801938      "from": "number-is-nan@>=1.0.0 <2.0.0",
    2281       "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
     1939      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
    22821940    },
    22831941    "oauth-sign": {
     
    23442002    },
    23452003    "os-homedir": {
    2346       "version": "1.0.1",
     2004      "version": "1.0.2",
    23472005      "from": "os-homedir@>=1.0.0 <2.0.0",
    2348       "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz"
     2006      "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
    23492007    },
    23502008    "os-locale": {
     
    23542012    },
    23552013    "os-tmpdir": {
    2356       "version": "1.0.1",
     2014      "version": "1.0.2",
    23572015      "from": "os-tmpdir@>=1.0.0 <2.0.0",
    2358       "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
     2016      "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
    23592017    },
    23602018    "osenv": {
     
    23882046      "resolved": "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz"
    23892047    },
     2048    "path-dirname": {
     2049      "version": "1.0.2",
     2050      "from": "path-dirname@>=1.0.0 <2.0.0",
     2051      "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz"
     2052    },
    23902053    "path-exists": {
    23912054      "version": "2.1.0",
     
    23942057    },
    23952058    "path-is-absolute": {
    2396       "version": "1.0.0",
     2059      "version": "1.0.1",
    23972060      "from": "path-is-absolute@>=1.0.0 <1.1.0",
    2398       "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
     2061      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
    23992062    },
    24002063    "path-type": {
     
    24242087    },
    24252088    "postcss": {
    2426       "version": "5.2.0",
     2089      "version": "5.2.5",
    24272090      "from": "postcss@>=5.0.0 <6.0.0",
    2428       "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.0.tgz",
     2091      "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.5.tgz",
    24292092      "dependencies": {
    24302093        "source-map": {
     
    26422305        },
    26432306        "lodash": {
    2644           "version": "4.16.1",
     2307          "version": "4.16.4",
    26452308          "from": "lodash@>=4.0.0 <5.0.0",
    2646           "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
     2309          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.4.tgz"
    26472310        },
    26482311        "window-size": {
     
    27292392    },
    27302393    "spdx-expression-parse": {
    2731       "version": "1.0.3",
     2394      "version": "1.0.4",
    27322395      "from": "spdx-expression-parse@>=1.0.0 <1.1.0",
    2733       "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.3.tgz"
     2396      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz"
    27342397    },
    27352398    "spdx-license-ids": {
     
    27492412    },
    27502413    "sshpk": {
    2751       "version": "1.10.0",
     2414      "version": "1.10.1",
    27522415      "from": "sshpk@>=1.7.0 <2.0.0",
    2753       "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.0.tgz",
     2416      "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz",
    27542417      "dependencies": {
    27552418        "assert-plus": {
     
    29522615    },
    29532616    "tweetnacl": {
    2954       "version": "0.13.3",
    2955       "from": "tweetnacl@>=0.13.0 <0.14.0",
    2956       "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"
     2617      "version": "0.14.3",
     2618      "from": "tweetnacl@>=0.14.0 <0.15.0",
     2619      "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
    29572620    },
    29582621    "type-is": {
     
    30692732    },
    30702733    "vinyl-fs": {
    3071       "version": "2.4.3",
     2734      "version": "2.4.4",
    30722735      "from": "vinyl-fs@>=2.1.1 <3.0.0",
    3073       "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.3.tgz",
     2736      "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz",
    30742737      "dependencies": {
    30752738        "through2": {
Note: See TracChangeset for help on using the changeset viewer.