Skip to content

Commit 0c030fc

Browse files
committed
fix: update get-port dependency
1 parent fc972a7 commit 0c030fc

File tree

2 files changed

+274
-477
lines changed

2 files changed

+274
-477
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
"homepage": "https://github.com/nodkz/mongodb-memory-server",
2626
"devDependencies": {
2727
"babel-cli": "^6.26.0",
28-
"babel-eslint": "^8.2.3",
29-
"babel-jest": "^23.0.1",
28+
"babel-eslint": "^8.2.6",
29+
"babel-jest": "^23.4.2",
3030
"babel-plugin-transform-class-properties": "^6.24.1",
3131
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3232
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3333
"babel-plugin-transform-runtime": "^6.23.0",
3434
"babel-preset-env": "^1.7.0",
3535
"cz-conventional-changelog": "^2.1.0",
36-
"eslint": "^5.0.1",
36+
"eslint": "^5.2.0",
3737
"eslint-config-airbnb-base": "^13.0.0",
3838
"eslint-config-prettier": "^2.9.0",
39-
"eslint-plugin-flowtype": "^2.49.3",
39+
"eslint-plugin-flowtype": "^2.50.0",
4040
"eslint-plugin-import": "^2.12.0",
41-
"eslint-plugin-prettier": "^2.6.0",
42-
"flow-bin": "^0.75.0",
43-
"jest": "^23.1.0",
44-
"mongodb": "3.1.0",
41+
"eslint-plugin-prettier": "^2.6.2",
42+
"flow-bin": "^0.77.0",
43+
"jest": "^23.4.2",
44+
"mongodb": "3.1.1",
4545
"npm-run-all": "^4.1.3",
46-
"prettier": "^1.13.5",
46+
"prettier": "^1.14.0",
4747
"rimraf": "^2.6.2",
48-
"semantic-release": "^15.5.2"
48+
"semantic-release": "^15.9.3"
4949
},
5050
"dependencies": {
5151
"babel-runtime": "^6.26.0",
5252
"debug": "^3.1.0",
5353
"decompress": "^4.2.0",
54-
"get-port": "^3.2.0",
54+
"get-port": "^4.0.0",
5555
"getos": "^3.1.0",
5656
"https-proxy-agent": "^2.2.1",
5757
"lockfile": "^1.0.4",

0 commit comments

Comments
 (0)