Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b879a0

Browse files
committedJul 3, 2019
#1 - fix vulnerability issues reported by github
1 parent 7ce2def commit 6b879a0

File tree

2 files changed

+373
-326
lines changed

2 files changed

+373
-326
lines changed
 

‎package-lock.json

Lines changed: 364 additions & 317 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
"chai": "^4.1.1",
2222
"chai-as-promised": "^7.1.1",
2323
"mocha": "^5.2.0",
24-
"nock": "^10.0.1",
24+
"nock": "^10.0.6",
2525
"standard": "^12.0.1"
2626
},
2727
"dependencies": {
28-
"bluebird": "^3.5.3",
29-
"body-parser": "^1.18.3",
30-
"config": "^2.0.1",
28+
"bluebird": "^3.5.5",
29+
"body-parser": "^1.19.0",
30+
"config": "^2.0.2",
3131
"cors": "^2.8.5",
32-
"express": "^4.16.4",
32+
"express": "^4.17.1",
3333
"get-parameter-names": "^0.3.0",
34-
"http-status-codes": "^1.3.0",
35-
"joi": "^14.0.0",
34+
"http-status-codes": "^1.3.2",
35+
"joi": "^14.3.1",
3636
"lodash": "^4.17.11",
3737
"superagent": "^3.8.3",
38-
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6",
38+
"tc-core-library-js": "appirio-tech/tc-core-library-js.git",
3939
"topcoder-healthcheck-dropin": "^1.0.3",
4040
"uuid": "^3.3.2",
41-
"winston": "^3.1.0"
41+
"winston": "^3.2.1"
4242
}
4343
}

0 commit comments

Comments
 (0)
Please sign in to comment.