Merge pull request #4185 from FreeCodeCamp/greenkeeper-browser-sync-2.9.12

Update browser-sync to version 2.9.12 🚀
This commit is contained in:
Berkeley Martinez
2015-11-06 23:26:27 -08:00

View File

@ -27,17 +27,15 @@
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"dependencies": { "dependencies": {
"accepts": "~1.3.0", "accepts": "~1.3.0",
"async": "~1.5.0", "async": "^1.5.0",
"babel": "5.8.29", "babel": "5.8.29",
"babel-core": "5.8.33", "babel-core": "5.8.33",
"babel-eslint": "^4.1.4", "babel-eslint": "^4.1.4",
"babel-loader": "5.3.3", "babel-loader": "5.3.3",
"bcrypt-nodejs": "~0.0.3",
"body-parser": "^1.13.2", "body-parser": "^1.13.2",
"chai-jquery": "~2.0.0", "chai-jquery": "~2.0.0",
"cheerio": "~0.19.0", "cheerio": "~0.19.0",
"classnames": "^2.1.2", "classnames": "^2.1.2",
"clockwork": "~0.1.1",
"compression": "~1.6.0", "compression": "~1.6.0",
"connect-mongo": "~0.8.2", "connect-mongo": "~0.8.2",
"cookie-parser": "~1.4.0", "cookie-parser": "~1.4.0",
@ -56,13 +54,11 @@
"express-state": "^1.2.0", "express-state": "^1.2.0",
"express-validator": "~2.18.0", "express-validator": "~2.18.0",
"fetchr": "^0.5.12", "fetchr": "^0.5.12",
"font-awesome": "~4.4.0",
"forever": "~0.15.1", "forever": "~0.15.1",
"frameguard": "^0.2.2", "frameguard": "^0.2.2",
"github-api": "~0.10.6",
"gulp": "~3.9.0", "gulp": "~3.9.0",
"gulp-inject": "~3.0.0",
"gulp-eslint": "~1.0.0", "gulp-eslint": "~1.0.0",
"gulp-inject": "~3.0.0",
"gulp-jsonlint": "^1.1.0", "gulp-jsonlint": "^1.1.0",
"gulp-less": "^3.0.3", "gulp-less": "^3.0.3",
"gulp-minify-css": "~1.2.1", "gulp-minify-css": "~1.2.1",
@ -83,16 +79,12 @@
"lodash": "^3.9.3", "lodash": "^3.9.3",
"loopback": "^2.22.0", "loopback": "^2.22.0",
"loopback-boot": "^2.13.0", "loopback-boot": "^2.13.0",
"loopback-component-explorer": "^2.1.1",
"loopback-component-passport": "https://github.com/FreeCodeCamp/loopback-component-passport.git#feature/flashfailure", "loopback-component-passport": "https://github.com/FreeCodeCamp/loopback-component-passport.git#feature/flashfailure",
"loopback-connector-mongodb": "^1.10.0", "loopback-connector-mongodb": "^1.10.0",
"lusca": "~1.3.0",
"method-override": "~2.3.0", "method-override": "~2.3.0",
"moment": "~2.10.2", "moment": "~2.10.2",
"mongodb": "^2.0.33", "mongodb": "^2.0.33",
"morgan": "~1.6.1", "morgan": "~1.6.1",
"node-libs-browser": "^0.5.2",
"node-slack": "0.0.7",
"node-uuid": "^1.4.3", "node-uuid": "^1.4.3",
"nodemailer": "~1.8.0", "nodemailer": "~1.8.0",
"normalize-url": "^1.3.1", "normalize-url": "^1.3.1",
@ -117,7 +109,6 @@
"rx": "^4.0.0", "rx": "^4.0.0",
"sanitize-html": "~1.11.1", "sanitize-html": "~1.11.1",
"sort-keys": "^1.1.1", "sort-keys": "^1.1.1",
"source-map-support": "^0.3.2",
"store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server", "store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server",
"thundercats": "^3.0.0", "thundercats": "^3.0.0",
"thundercats-react": "^0.4.0", "thundercats-react": "^0.4.0",
@ -126,14 +117,12 @@
"url-regex": "^3.0.0", "url-regex": "^3.0.0",
"validator": "^4.2.1", "validator": "^4.2.1",
"webpack": "^1.9.12", "webpack": "^1.9.12",
"xss-filters": "^1.2.6", "xss-filters": "^1.2.6"
"yui": "~3.18.1"
}, },
"devDependencies": { "devDependencies": {
"blessed": "~0.1.81", "blessed": "~0.1.81",
"bower-main-files": "~0.0.4", "bower-main-files": "~0.0.4",
"browser-sync": "~2.9.11", "browser-sync": "~2.9.12",
"browserify": "^12.0.1",
"chai": "~3.4.0", "chai": "~3.4.0",
"envify": "^3.4.0", "envify": "^3.4.0",
"istanbul": "^0.4.0", "istanbul": "^0.4.0",
@ -141,10 +130,7 @@
"loopback-component-explorer": "^2.1.1", "loopback-component-explorer": "^2.1.1",
"loopback-testing": "^1.1.0", "loopback-testing": "^1.1.0",
"mocha": "~2.3.3", "mocha": "~2.3.3",
"multiline": "~1.0.1",
"supertest": "~1.1.0",
"tap-nyan": "0.0.2", "tap-nyan": "0.0.2",
"tape": "^4.2.2", "tape": "^4.2.2"
"vinyl-source-stream": "^1.1.0"
} }
} }