|
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/nodkz/mongodb-memory-server", |
27 | 27 | "devDependencies": { |
28 | | - "@babel/cli": "^7.2.0", |
| 28 | + "@babel/cli": "^7.2.3", |
29 | 29 | "@babel/core": "^7.2.2", |
30 | 30 | "@babel/node": "^7.2.2", |
31 | | - "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 31 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
32 | 32 | "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
33 | 33 | "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
34 | | - "@babel/plugin-transform-flow-strip-types": "^7.2.0", |
35 | | - "@babel/preset-env": "^7.2.0", |
| 34 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 35 | + "@babel/preset-env": "^7.2.3", |
36 | 36 | "@babel/preset-flow": "^7.0.0", |
37 | 37 | "@types/getos": "^3.0.0", |
38 | | - "@types/node": "^10.12.17", |
| 38 | + "@types/node": "^10.12.18", |
39 | 39 | "babel-core": "^7.0.0-bridge.0", |
40 | 40 | "babel-eslint": "^10.0.1", |
41 | 41 | "babel-jest": "^23.6.0", |
42 | 42 | "cross-env": "^5.2.0", |
43 | 43 | "cz-conventional-changelog": "^2.1.0", |
44 | | - "eslint": "^5.10.0", |
| 44 | + "eslint": "^5.12.0", |
45 | 45 | "eslint-config-airbnb-base": "^13.1.0", |
46 | | - "eslint-config-prettier": "^3.3.0", |
47 | | - "eslint-plugin-flowtype": "^3.2.0", |
| 46 | + "eslint-config-prettier": "^3.4.0", |
| 47 | + "eslint-plugin-flowtype": "^3.2.1", |
48 | 48 | "eslint-plugin-import": "^2.14.0", |
49 | | - "eslint-plugin-prettier": "^3.0.0", |
50 | | - "flow-bin": "^0.89.0", |
| 49 | + "eslint-plugin-prettier": "^3.0.1", |
| 50 | + "flow-bin": "^0.90.0", |
51 | 51 | "jest": "^23.6.0", |
52 | | - "mongodb": "^3.1.10", |
| 52 | + "mongodb": "^3.1.11", |
53 | 53 | "npm-run-all": "^4.1.5", |
54 | 54 | "prettier": "^1.15.3", |
55 | | - "rimraf": "^2.6.2", |
56 | | - "semantic-release": "^15.13.1", |
57 | | - "tslint": "^5.12.0", |
| 55 | + "rimraf": "^2.6.3", |
| 56 | + "semantic-release": "^15.13.3", |
| 57 | + "tslint": "^5.12.1", |
58 | 58 | "typescript": "^3.2.2" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | 61 | "@babel/runtime": "^7.2.0", |
62 | | - "debug": "^4.1.0", |
| 62 | + "debug": "^4.1.1", |
63 | 63 | "decompress": "^4.2.0", |
64 | 64 | "dedent": "^0.7.0", |
65 | 65 | "find-cache-dir": "^2.0.0", |
66 | | - "get-port": "^4.0.0", |
| 66 | + "get-port": "^4.1.0", |
67 | 67 | "getos": "^3.1.1", |
68 | 68 | "https-proxy-agent": "^2.2.1", |
69 | 69 | "lockfile": "^1.0.4", |
|
0 commit comments