Skip to content

Commit 8079908

Browse files
authored
chore: Update in-range updates (#799)
This tries to make greenkeeper happy about these modules and confirm if they really do break.
1 parent 35d24a2 commit 8079908

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"glob": "^7.0.0",
3232
"globals-docs": "^2.3.0",
3333
"highlight.js": "^9.1.0",
34-
"js-yaml": "^3.3.1",
34+
"js-yaml": "^3.8.4",
3535
"lodash": "^4.11.1",
3636
"mdast-util-inject": "^1.1.0",
3737
"micromatch": "^3.0.0",
@@ -72,9 +72,9 @@
7272
"eslint-config-prettier": "^2.1.1",
7373
"eslint-plugin-flowtype": "^2.32.1",
7474
"flow-bin": "^0.46.0",
75-
"fs-extra": "^3.0.0",
75+
"fs-extra": "^3.0.1",
7676
"husky": "^0.13.3",
77-
"jest": "^20.0.1",
77+
"jest": "^20.0.4",
7878
"json-schema": "0.2.3",
7979
"lint-staged": "^3.4.0",
8080
"mock-fs": "^4.2.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ babelify@^7.3.0:
978978
babel-core "^6.0.14"
979979
object-assign "^4.0.0"
980980

981-
babylon@^6.11.0, babylon@^6.11.4, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.17.0:
981+
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.17.0, babylon@^6.17.2:
982982
version "6.17.2"
983983
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.2.tgz#201d25ef5f892c41bae49488b08db0dd476e9f5c"
984984

@@ -2224,7 +2224,7 @@ fs-access@^1.0.0:
22242224
dependencies:
22252225
null-check "^1.0.0"
22262226

2227-
fs-extra@^3.0.0:
2227+
fs-extra@^3.0.1:
22282228
version "3.0.1"
22292229
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
22302230
dependencies:
@@ -3287,7 +3287,7 @@ jest-validate@^20.0.3:
32873287
leven "^2.1.0"
32883288
pretty-format "^20.0.3"
32893289

3290-
jest@^20.0.1:
3290+
jest@^20.0.4:
32913291
version "20.0.4"
32923292
resolved "https://registry.yarnpkg.com/jest/-/jest-20.0.4.tgz#3dd260c2989d6dad678b1e9cc4d91944f6d602ac"
32933293
dependencies:
@@ -3310,7 +3310,7 @@ [email protected]:
33103310
argparse "^1.0.7"
33113311
esprima "^2.6.0"
33123312

3313-
js-yaml@^3.3.1, js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.7.0:
3313+
js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.7.0, js-yaml@^3.8.4:
33143314
version "3.8.4"
33153315
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
33163316
dependencies:

0 commit comments

Comments
 (0)