Skip to content

Commit 9bbdc89

Browse files
build(deps): bump jsonfile from 4.0.0 to 6.1.0 (#22)
Bumps [jsonfile](https://github.com/jprichardson/node-jsonfile) from 4.0.0 to 6.1.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@4.0.0...6.1.0) --- updated-dependencies: - dependency-name: jsonfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e139dff commit 9bbdc89

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"babel-eslint": "^10.1.0",
2121
"ember-cli-deploy-plugin": "^0.2.9",
2222
"eslint-config-peopledoc": "^2.0.2",
23-
"jsonfile": "^4.0.0",
23+
"jsonfile": "^6.1.0",
2424
"minimatch": "^3.0.4",
2525
"rsvp": "^4.8.5"
2626
},

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3903,6 +3903,15 @@ jsonfile@^4.0.0:
39033903
optionalDependencies:
39043904
graceful-fs "^4.1.6"
39053905

3906+
jsonfile@^6.1.0:
3907+
version "6.1.0"
3908+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
3909+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
3910+
dependencies:
3911+
universalify "^2.0.0"
3912+
optionalDependencies:
3913+
graceful-fs "^4.1.6"
3914+
39063915
jsonify@~0.0.0:
39073916
version "0.0.0"
39083917
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -6586,6 +6595,11 @@ universalify@^0.1.0:
65866595
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
65876596
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
65886597

6598+
universalify@^2.0.0:
6599+
version "2.0.0"
6600+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
6601+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
6602+
65896603
unpipe@1.0.0, unpipe@~1.0.0:
65906604
version "1.0.0"
65916605
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)