File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 20
20
"babel-eslint" : " ^10.1.0" ,
21
21
"ember-cli-deploy-plugin" : " ^0.2.9" ,
22
22
"eslint-config-peopledoc" : " ^2.0.2" ,
23
- "jsonfile" : " ^4.0 .0" ,
23
+ "jsonfile" : " ^6.1 .0" ,
24
24
"minimatch" : " ^3.0.4" ,
25
25
"rsvp" : " ^4.8.5"
26
26
},
Original file line number Diff line number Diff line change @@ -3903,6 +3903,15 @@ jsonfile@^4.0.0:
3903
3903
optionalDependencies :
3904
3904
graceful-fs "^4.1.6"
3905
3905
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
+
3906
3915
jsonify@~0.0.0 :
3907
3916
version "0.0.0"
3908
3917
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -6586,6 +6595,11 @@ universalify@^0.1.0:
6586
6595
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
6587
6596
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
6588
6597
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
+
6589
6603
unpipe@1.0.0, unpipe@~1.0.0 :
6590
6604
version "1.0.0"
6591
6605
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
You can’t perform that action at this time.
0 commit comments