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 Mar 7, 2020
1 parent 94a92f9 commit 95b3423
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.1",
"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.1"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
dependencies:
universalify "^0.1.2"
universalify "^1.0.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@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==

[email protected]:
version "1.0.0"
Expand Down

0 comments on commit 95b3423

Please sign in to comment.