Skip to content

Commit c2d1153

Browse files
committed
update mongodb and eslint
1 parent d18e0f1 commit c2d1153

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"lower-case": "^1.1.4",
4848
"moment": "^2.22.2",
4949
"moment-timezone": "^0.5.21",
50-
"mongodb": "^3.1.4",
50+
"mongodb": "^3.1.6",
5151
"path": "^0.12.7",
5252
"request": "^2.88.0",
5353
"request-promise-native": "^1.0.5",
5454
"shelljs": "^0.8.2",
5555
"validator": "^10.7.1"
5656
},
5757
"devDependencies": {
58-
"eslint": "^5.5.0",
58+
"eslint": "^5.6.0",
5959
"eslint-config-airbnb": "^17.1.0",
6060
"eslint-plugin-import": "^2.14.0",
6161
"eslint-plugin-jest": "^21.22.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,9 +1315,9 @@ eslint-visitor-keys@^1.0.0:
13151315
version "1.0.0"
13161316
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
13171317

1318-
eslint@^5.5.0:
1319-
version "5.5.0"
1320-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.5.0.tgz#8557fcceab5141a8197da9ffd9904f89f64425c6"
1318+
eslint@^5.6.0:
1319+
version "5.6.0"
1320+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.0.tgz#b6f7806041af01f71b3f1895cbb20971ea4b6223"
13211321
dependencies:
13221322
"@babel/code-frame" "^7.0.0"
13231323
ajv "^6.5.3"
@@ -3205,21 +3205,21 @@ moment-timezone@^0.5.21:
32053205
version "2.22.2"
32063206
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
32073207

3208-
3209-
version "3.1.3"
3210-
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.3.tgz#b036bce5290b383fe507238965bef748dd8adb75"
3208+
3209+
version "3.1.5"
3210+
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.5.tgz#59ca67d7f6cea570d5437624a7afec8d752d477a"
32113211
dependencies:
32123212
bson "^1.1.0"
32133213
require_optional "^1.0.1"
32143214
safe-buffer "^5.1.2"
32153215
optionalDependencies:
32163216
saslprep "^1.0.0"
32173217

3218-
mongodb@^3.1.4:
3219-
version "3.1.4"
3220-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.4.tgz#0ff07a7409a4edf05e71f9ff8df3633bd278ed53"
3218+
mongodb@^3.1.6:
3219+
version "3.1.6"
3220+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.6.tgz#6054641973b5bf5b5ae1c67dcbcf8fa88280273d"
32213221
dependencies:
3222-
mongodb-core "3.1.3"
3222+
mongodb-core "3.1.5"
32233223
safe-buffer "^5.1.2"
32243224

32253225
morgan@^1.6.1:

0 commit comments

Comments
 (0)