Skip to content

Commit

Permalink
chore(deps): update dependency jsonfile to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 24, 2020
1 parent 94a92f9 commit a8ada25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-plugin-module-resolver": "4.0.0",
"coveralls": "3.0.9",
"jest": "25.1.0",
"jsonfile": "5.0.0",
"jsonfile": "6.0.0",
"nodemon": "2.0.2",
"path": "0.12.7",
"rollup": "1.28.0",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4522,11 +4522,12 @@ json5@^2.1.0:
dependencies:
minimist "^1.2.0"

[email protected]:
version "5.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-5.0.0.tgz#e6b718f73da420d612823996fdf14a03f6ff6922"
[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.0.tgz#14c51dd6fceb667d3beeba1d164a23aad619bb51"
integrity sha512-M4yexIvXXRwOw3TQILHJSxJa6i+efkRRIGmCYJoXy2sH91EovJihfIcryUzCG3uHgrcx9n3O/Hm8oY/uTdR59A==
dependencies:
universalify "^0.1.2"
universalify "^0.2.0"
optionalDependencies:
graceful-fs "^4.1.6"

Expand Down Expand Up @@ -7357,9 +7358,10 @@ unique-string@^1.0.0:
dependencies:
crypto-random-string "^1.0.0"

universalify@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
universalify@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==

[email protected]:
version "1.0.0"
Expand Down

0 comments on commit a8ada25

Please sign in to comment.