Skip to content

Commit 3718cc9

Browse files
committed
feat(deps): load-json-file@^5.3.0
1 parent 4fa7dea commit 3718cc9

File tree

6 files changed

+39
-21
lines changed

6 files changed

+39
-21
lines changed

core/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "echo \"Run tests from root\" && exit 1"
3232
},
3333
"dependencies": {
34-
"load-json-file": "^4.0.0",
34+
"load-json-file": "^5.3.0",
3535
"npm-package-arg": "^6.1.0",
3636
"write-pkg": "^3.1.0"
3737
}

core/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dot-prop": "^4.2.0",
4040
"glob-parent": "^3.1.0",
4141
"globby": "^9.2.0",
42-
"load-json-file": "^4.0.0",
42+
"load-json-file": "^5.3.0",
4343
"npmlog": "^4.1.2",
4444
"p-map": "^1.2.0",
4545
"resolve-from": "^4.0.0",

helpers/commit-change-to-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@lerna-test/git-add": "file:../git-add",
1010
"@lerna-test/git-commit": "file:../git-commit",
11-
"load-json-file": "^4.0.0",
11+
"load-json-file": "^5.3.0",
1212
"write-json-file": "^3.2.0"
1313
}
1414
}

helpers/load-manifests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"license": "MIT",
88
"dependencies": {
99
"globby": "^9.2.0",
10-
"load-json-file": "^4.0.0"
10+
"load-json-file": "^5.3.0"
1111
}
1212
}

package-lock.json

Lines changed: 34 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"globby": "^9.2.0",
7171
"jest": "^24.8.0",
7272
"jest-circus": "^24.8.0",
73+
"load-json-file": "^5.3.0",
7374
"normalize-newline": "^3.0.0",
7475
"normalize-path": "^3.0.0",
7576
"path-key": "^2.0.1",

0 commit comments

Comments
 (0)