From 26015b9c1f48b7f1786dbd1998d1867771f815e0 Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 14 Jun 2016 19:49:08 -0700 Subject: [PATCH 1/3] Pin all package versions Closes #2040 --- package.json | 80 ++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 11d1f176b2..6961933634 100644 --- a/package.json +++ b/package.json @@ -18,51 +18,51 @@ ], "license": "BSD-3-Clause", "dependencies": { - "babel-polyfill": "^6.5.0", - "babel-runtime": "^6.5.0", + "babel-polyfill": "6.5.0", + "babel-runtime": "6.5.0", "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.14.2", - "colors": "^1.1.2", - "commander": "^2.9.0", + "body-parser": "1.14.2", + "colors": "1.1.2", + "commander": "2.9.0", "deepcopy": "0.6.3", - "express": "^4.13.4", - "intersect": "^1.0.1", - "lodash": "^4.8.2", - "lru-cache": "^4.0.0", - "mailgun-js": "^0.7.7", - "mime": "^1.3.4", + "express": "4.13.4", + "intersect": "1.0.1", + "lodash": "4.8.2", + "lru-cache": "4.0.0", + "mailgun-js": "0.7.7", + "mime": "1.3.4", "mongodb": "2.1.18", - "multer": "^1.1.0", - "parse": "^1.8.0", - "parse-server-fs-adapter": "^1.0.0", - "parse-server-push-adapter": "^1.0.0", - "parse-server-s3-adapter": "^1.0.1", - "parse-server-simple-mailgun-adapter": "^1.0.0", - "pg-promise": "^4.4.0", - "redis": "^2.5.0-1", - "request": "^2.65.0", - "request-promise": "^3.0.0", - "tv4": "^1.2.7", - "winston": "^2.1.1", - "winston-daily-rotate-file": "^1.0.1", - "ws": "^1.0.1" + "multer": "1.1.0", + "parse": "1.8.0", + "parse-server-fs-adapter": "1.0.0", + "parse-server-push-adapter": "1.0.0", + "parse-server-s3-adapter": "1.0.1", + "parse-server-simple-mailgun-adapter": "1.0.0", + "pg-promise": "4.4.0", + "redis": "2.5.0-1", + "request": "2.65.0", + "request-promise": "3.0.0", + "tv4": "1.2.7", + "winston": "2.1.1", + "winston-daily-rotate-file": "1.0.1", + "ws": "1.0.1" }, "devDependencies": { - "babel-cli": "^6.5.1", - "babel-core": "^6.5.1", - "babel-istanbul": "^0.6.0", - "babel-plugin-syntax-flow": "^6.5.0", - "babel-plugin-transform-flow-strip-types": "^6.5.0", - "babel-preset-es2015": "^6.5.0", - "babel-preset-stage-0": "^6.5.0", - "babel-register": "^6.5.1", - "codecov": "^1.0.1", - "cross-env": "^1.0.7", - "deep-diff": "^0.3.3", - "gaze": "^1.0.0", - "jasmine": "^2.3.2", - "mongodb-runner": "^3.3.2", - "nodemon": "^1.8.1" + "babel-cli": "6.5.1", + "babel-core": "6.5.1", + "babel-istanbul": "0.6.0", + "babel-plugin-syntax-flow": "6.5.0", + "babel-plugin-transform-flow-strip-types": "6.5.0", + "babel-preset-es2015": "6.5.0", + "babel-preset-stage-0": "6.5.0", + "babel-register": "6.5.1", + "codecov": "1.0.1", + "cross-env": "1.0.7", + "deep-diff": "0.3.3", + "gaze": "1.0.0", + "jasmine": "2.3.2", + "mongodb-runner": "3.3.2", + "nodemon": "1.8.1" }, "scripts": { "dev": "npm run build && node bin/dev", From 16ab73e0586d47288889bd62513af7337216fa07 Mon Sep 17 00:00:00 2001 From: Drew Gross Date: Wed, 15 Jun 2016 13:44:45 -0700 Subject: [PATCH 2/3] Pin packages to a working version --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 6961933634..c35e4ad5e4 100644 --- a/package.json +++ b/package.json @@ -18,51 +18,51 @@ ], "license": "BSD-3-Clause", "dependencies": { - "babel-polyfill": "6.5.0", - "babel-runtime": "6.5.0", + "babel-polyfill": "6.8.0", + "babel-runtime": "6.6.1", "bcrypt-nodejs": "0.0.3", - "body-parser": "1.14.2", + "body-parser": "1.15.1", "colors": "1.1.2", "commander": "2.9.0", "deepcopy": "0.6.3", "express": "4.13.4", "intersect": "1.0.1", - "lodash": "4.8.2", - "lru-cache": "4.0.0", - "mailgun-js": "0.7.7", + "lodash": "4.12.0", + "lru-cache": "4.0.1", + "mailgun-js": "0.7.10", "mime": "1.3.4", "mongodb": "2.1.18", "multer": "1.1.0", - "parse": "1.8.0", + "parse": "1.8.5", "parse-server-fs-adapter": "1.0.0", - "parse-server-push-adapter": "1.0.0", - "parse-server-s3-adapter": "1.0.1", + "parse-server-push-adapter": "1.0.4", + "parse-server-s3-adapter": "1.0.3", "parse-server-simple-mailgun-adapter": "1.0.0", "pg-promise": "4.4.0", - "redis": "2.5.0-1", - "request": "2.65.0", + "redis": "2.5.3", + "request": "2.72.0", "request-promise": "3.0.0", "tv4": "1.2.7", - "winston": "2.1.1", + "winston": "2.2.0", "winston-daily-rotate-file": "1.0.1", "ws": "1.0.1" }, "devDependencies": { - "babel-cli": "6.5.1", - "babel-core": "6.5.1", - "babel-istanbul": "0.6.0", - "babel-plugin-syntax-flow": "6.5.0", - "babel-plugin-transform-flow-strip-types": "6.5.0", - "babel-preset-es2015": "6.5.0", + "babel-cli": "6.8.0", + "babel-core": "6.8.0", + "babel-istanbul": "0.6.1", + "babel-plugin-syntax-flow": "6.8.0", + "babel-plugin-transform-flow-strip-types": "6.8.0", + "babel-preset-es2015": "6.6.0", "babel-preset-stage-0": "6.5.0", - "babel-register": "6.5.1", + "babel-register": "6.8.0", "codecov": "1.0.1", "cross-env": "1.0.7", - "deep-diff": "0.3.3", + "deep-diff": "0.3.4", "gaze": "1.0.0", - "jasmine": "2.3.2", + "jasmine": "2.4.1", "mongodb-runner": "3.3.2", - "nodemon": "1.8.1" + "nodemon": "1.9.2" }, "scripts": { "dev": "npm run build && node bin/dev", @@ -71,7 +71,7 @@ "test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js", "test:win": "npm run pretest && cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/** ./node_modules/jasmine/bin/jasmine.js && npm run posttest", "posttest": "./node_modules/.bin/mongodb-runner stop", - "coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test", + "coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' -x */PostgresStorageAdapter.js npm test", "start": "node ./bin/parse-server", "prepublish": "npm run build" }, From 759787225adb5b5c0e577bcc7261f7e013e8585f Mon Sep 17 00:00:00 2001 From: Drew Date: Wed, 15 Jun 2016 13:49:25 -0700 Subject: [PATCH 3/3] Drop extra stuff --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c35e4ad5e4..2f5e403823 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js", "test:win": "npm run pretest && cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/** ./node_modules/jasmine/bin/jasmine.js && npm run posttest", "posttest": "./node_modules/.bin/mongodb-runner stop", - "coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' -x */PostgresStorageAdapter.js npm test", + "coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test", "start": "node ./bin/parse-server", "prepublish": "npm run build" },