Skip to content

Commit d934e6a

Browse files
committed
Update dependency jsonfile to ^6.1.0
1 parent 5056561 commit d934e6a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"body-parser": "^1.19.0",
6464
"cross-env": "^7.0.2",
6565
"express": "^4.17.1",
66-
"jsonfile": "^6.0.1",
66+
"jsonfile": "^6.1.0",
6767
"node-sass": "^4.14.1",
6868
"nuxt": "^2.14.6",
6969
"nuxt-buefy": "^0.4.3",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6230,6 +6230,15 @@ jsonfile@^6.0.1:
62306230
optionalDependencies:
62316231
graceful-fs "^4.1.6"
62326232

6233+
jsonfile@^6.1.0:
6234+
version "6.1.0"
6235+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
6236+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
6237+
dependencies:
6238+
universalify "^2.0.0"
6239+
optionalDependencies:
6240+
graceful-fs "^4.1.6"
6241+
62336242
jsprim@^1.2.2:
62346243
version "1.4.1"
62356244
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -10368,6 +10377,11 @@ universalify@^1.0.0:
1036810377
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1036910378
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1037010379

10380+
universalify@^2.0.0:
10381+
version "2.0.0"
10382+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
10383+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
10384+
1037110385
unpipe@1.0.0, unpipe@~1.0.0:
1037210386
version "1.0.0"
1037310387
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)