Merge pull request #34881 from raisedadead/chore/update-deps

chore: update some deps in api-server
This commit is contained in:
mrugesh mohapatra
2019-02-04 20:32:42 +05:30
committed by Stuart Taylor
parent 29113fc9f2
commit 5160cb86b9
3 changed files with 1208 additions and 498 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,35 +25,35 @@
"dependencies": { "dependencies": {
"@freecodecamp/loopback-component-passport": "^1.1.0", "@freecodecamp/loopback-component-passport": "^1.1.0",
"accepts": "^1.3.0", "accepts": "^1.3.0",
"auth0-js": "^9.5.1", "auth0-js": "^9.9.0",
"body-parser": "^1.13.2", "body-parser": "^1.18.3",
"chai": "~3.4.1", "chai": "~3.4.1",
"compression": "^1.6.0", "compression": "^1.6.0",
"connect-mongo": "^1.3.2", "connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.0", "cookie-parser": "^1.4.0",
"cors": "^2.8.4", "cors": "^2.8.5",
"csurf": "^1.8.3", "csurf": "^1.8.3",
"d3": "~3.5.17", "d3": "~3.5.17",
"date-fns": "^1.29.0", "date-fns": "^1.29.0",
"debug": "^2.2.0", "debug": "^2.2.0",
"dedent": "~0.7.0", "dedent": "~0.7.0",
"dotenv": "^6.0.0", "dotenv": "^6.2.0",
"express-flash": "~0.0.2", "express-flash": "~0.0.2",
"express-session": "^1.12.1", "express-session": "^1.12.1",
"express-state": "^1.2.0", "express-state": "^1.2.0",
"express-validator": "^5.0.3", "express-validator": "^5.3.1",
"googleapis": "^16.1.0", "googleapis": "^16.1.0",
"helmet": "^3.1.0", "helmet": "^3.15.0",
"helmet-csp": "^2.1.0", "helmet-csp": "^2.1.0",
"jsonwebtoken": "^8.2.1", "jsonwebtoken": "^8.2.1",
"lodash": "^4.17.5", "lodash": "^4.17.11",
"loopback": "^3.16.2", "loopback": "^3.24.2",
"loopback-boot": "^2.27.1", "loopback-boot": "^2.27.1",
"loopback-connector-mongodb": "3.8.0", "loopback-connector-mongodb": "^3.9.2",
"method-override": "^3.0.0", "method-override": "^3.0.0",
"moment": "^2.19.3", "moment": "^2.19.3",
"moment-timezone": "^0.5.14", "moment-timezone": "^0.5.14",
"mongodb": "^3.0.4", "mongodb": "^3.1.10",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"nanoid": "^1.1.0", "nanoid": "^1.1.0",
"nodemailer-ses-transport": "^1.5.1", "nodemailer-ses-transport": "^1.5.1",
@ -64,13 +64,13 @@
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"passport-oauth": "^1.0.0", "passport-oauth": "^1.0.0",
"query-string": "^6.1.0", "query-string": "^6.1.0",
"redux": "^4.0.0", "redux": "^4.0.1",
"redux-actions": "^2.6.1", "redux-actions": "^2.6.4",
"redux-saga": "^0.16.0", "redux-saga": "^0.16.0",
"reselect": "^3.0.1", "reselect": "^3.0.1",
"rollbar": "^2.4.0", "rollbar": "^2.4.0",
"rss-parser": "^3.1.2", "rss-parser": "^3.1.2",
"shortid": "^2.2.12", "shortid": "^2.2.14",
"snyk": "^1.69.1", "snyk": "^1.69.1",
"stripe": "^6.1.0", "stripe": "^6.1.0",
"uuid": "^3.0.1", "uuid": "^3.0.1",
@ -88,7 +88,7 @@
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0", "babel-jest": "^23.6.0",
"babel-plugin-transform-function-bind": "^6.22.0", "babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-imports": "^1.5.0", "babel-plugin-transform-imports": "^1.5.1",
"commitizen": "^2.9.6", "commitizen": "^2.9.6",
"cz-freecodecamp": "^1.0.1", "cz-freecodecamp": "^1.0.1",
"eslint": "^4.10.0", "eslint": "^4.10.0",
@ -99,9 +99,9 @@
"joi": "^13.1.2", "joi": "^13.1.2",
"joi-objectid": "^2.0.0", "joi-objectid": "^2.0.0",
"loopback-component-explorer": "^6.3.1", "loopback-component-explorer": "^6.3.1",
"nodemon": "^1.18.4", "nodemon": "^1.18.9",
"passport-mock-strategy": "^1.1.1", "passport-mock-strategy": "^1.1.1",
"pm2": "^3.0.3", "pm2": "^3.2.8",
"prettier": "^1.14.2", "prettier": "^1.14.2",
"sinon": "^7.1.1", "sinon": "^7.1.1",
"tap-difflet": "^0.7.0", "tap-difflet": "^0.7.0",

View File

@ -6802,13 +6802,11 @@
}, },
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
@ -6821,18 +6819,15 @@
}, },
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true, "bundled": true
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@ -6935,8 +6930,7 @@
}, },
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true, "bundled": true
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
@ -6946,7 +6940,6 @@
"is-fullwidth-code-point": { "is-fullwidth-code-point": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
@ -6959,20 +6952,17 @@
"minimatch": { "minimatch": {
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
}, },
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true, "bundled": true
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.2.4", "version": "2.2.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"yallist": "^3.0.0" "yallist": "^3.0.0"
@ -6989,7 +6979,6 @@
"mkdirp": { "mkdirp": {
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
@ -7062,8 +7051,7 @@
}, },
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
@ -7073,7 +7061,6 @@
"once": { "once": {
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
@ -7180,7 +7167,6 @@
"string-width": { "string-width": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",