ran npm audit fix --force

This commit is contained in:
Chris Troutner
2019-05-28 18:01:05 -07:00
parent c99315fc2b
commit b104958604
2 changed files with 2693 additions and 3400 deletions
+2689 -3396
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -48,7 +48,7 @@
"passport-http": "^0.3.0", "passport-http": "^0.3.0",
"pg": "^6.2.3", "pg": "^6.2.3",
"pg-hstore": "^2.3.2", "pg-hstore": "^2.3.2",
"slp-sdk": "3.2.1", "slp-sdk": "^4.4.0",
"slpjs": "0.15.5", "slpjs": "0.15.5",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"strftime": "^0.10.0", "strftime": "^0.10.0",
@@ -68,17 +68,17 @@
"eslint-plugin-prettier": "^2.6.2", "eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",
"gulp": "^3.9.1", "gulp": "^4.0.2",
"nock": "^10.0.0", "nock": "^10.0.0",
"node-mocks-http": "^1.7.0", "node-mocks-http": "^1.7.0",
"nodemon": "^1.18.1", "nodemon": "^1.18.1",
"nyc": "^11.6.0", "nyc": "^14.1.1",
"pandacash-core": "^0.3.1", "pandacash-core": "^0.3.1",
"prettier": "^1.14.2", "prettier": "^1.14.2",
"proxyquire": "^2.1.0", "proxyquire": "^2.1.0",
"request": "^2.88.0", "request": "^2.88.0",
"request-promise": "^4.2.2", "request-promise": "^4.2.2",
"semantic-release": "^15.11.0", "semantic-release": "^15.13.14",
"sinon": "^6.3.4", "sinon": "^6.3.4",
"typescript": "^3.1.4" "typescript": "^3.1.4"
}, },