Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 2c16283

Browse files
fix(deps): update dependency load-json-file to v5.1.0 (#270)
1 parent 90e3398 commit 2c16283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"inquirer": "6.2.0",
4343
"jstransformer-handlebars": "1.1.0",
4444
"latest-semver": "1.0.0",
45-
"load-json-file": "5.0.0",
45+
"load-json-file": "5.1.0",
4646
"lodash.camelcase": "4.3.0",
4747
"metalsmith": "2.3.0",
4848
"metalsmith-ignore": "1.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3790,9 +3790,9 @@ levn@^0.3.0, levn@~0.3.0:
37903790
prelude-ls "~1.1.2"
37913791
type-check "~0.3.2"
37923792

3793-
load-json-file@5.0.0:
3794-
version "5.0.0"
3795-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.0.0.tgz#5b5ef7cb6e1e337408e02fe01fe679ccc0cd18d5"
3793+
load-json-file@5.1.0:
3794+
version "5.1.0"
3795+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.1.0.tgz#c062f048e0ee556bf7f535bb16f6e45bb9d06b18"
37963796
dependencies:
37973797
graceful-fs "^4.1.2"
37983798
parse-json "^4.0.0"

0 commit comments

Comments
 (0)