Skip to content

Commit c7ddef9

Browse files
Bump jsonfile from 5.0.0 to 6.0.0 (#252)
Bumps [jsonfile](https://github.com/jprichardson/node-jsonfile) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/jprichardson/node-jsonfile/releases) - [Changelog](https://github.com/jprichardson/node-jsonfile/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-jsonfile@5.0.0...6.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5c357ac commit c7ddef9

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"commander": "^3.0.1",
4444
"execa": "^3.3.0",
4545
"fs-extra": "^8.1.0",
46-
"jsonfile": "^5.0.0",
46+
"jsonfile": "^6.0.0",
4747
"node-emoji": "^1.10.0",
4848
"param-case": "^2.1.1",
4949
"pascal-case": "^2.0.1",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,12 +3007,12 @@ jsonfile@^4.0.0:
30073007
optionalDependencies:
30083008
graceful-fs "^4.1.6"
30093009

3010-
jsonfile@^5.0.0:
3011-
version "5.0.0"
3012-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-5.0.0.tgz#e6b718f73da420d612823996fdf14a03f6ff6922"
3013-
integrity sha512-NQRZ5CRo74MhMMC3/3r5g2k4fjodJ/wh8MxjFbCViWKFjxrnudWSY5vomh+23ZaXzAS7J3fBZIR2dV6WbmfM0w==
3010+
jsonfile@^6.0.0:
3011+
version "6.0.0"
3012+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.0.tgz#14c51dd6fceb667d3beeba1d164a23aad619bb51"
3013+
integrity sha512-M4yexIvXXRwOw3TQILHJSxJa6i+efkRRIGmCYJoXy2sH91EovJihfIcryUzCG3uHgrcx9n3O/Hm8oY/uTdR59A==
30143014
dependencies:
3015-
universalify "^0.1.2"
3015+
universalify "^0.2.0"
30163016
optionalDependencies:
30173017
graceful-fs "^4.1.6"
30183018

@@ -4892,11 +4892,16 @@ unique-string@^2.0.0:
48924892
dependencies:
48934893
crypto-random-string "^2.0.0"
48944894

4895-
universalify@^0.1.0, universalify@^0.1.2:
4895+
universalify@^0.1.0:
48964896
version "0.1.2"
48974897
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
48984898
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
48994899

4900+
universalify@^0.2.0:
4901+
version "0.2.0"
4902+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
4903+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
4904+
49004905
unset-value@^1.0.0:
49014906
version "1.0.0"
49024907
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"

0 commit comments

Comments
 (0)