Skip to content

Commit 32489a2

Browse files
authored
chore(deps): update json 5 (#6)
chore(deps): update json 5
2 parents 53a64e6 + 808c111 commit 32489a2

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"homepage": "https://github.com/azu/rc-config-loader",
4040
"dependencies": {
41-
"debug": "^3.1.0",
41+
"debug": "^4.1.1",
4242
"js-yaml": "^3.12.0",
43-
"json5": "^1.0.1",
43+
"json5": "^2.1.0",
4444
"object-assign": "^4.1.0",
4545
"object-keys": "^1.0.12",
4646
"path-exists": "^3.0.0",

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ date-fns@^1.27.2:
12921292
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
12931293
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
12941294

1295-
[email protected], debug@^3.1.0, debug@^3.2.6:
1295+
[email protected], debug@^3.2.6:
12961296
version "3.2.6"
12971297
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
12981298
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -2448,13 +2448,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
24482448
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
24492449
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
24502450

2451-
json5@^1.0.1:
2452-
version "1.0.1"
2453-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
2454-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
2455-
dependencies:
2456-
minimist "^1.2.0"
2457-
24582451
json5@^2.1.0:
24592452
version "2.1.0"
24602453
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"

0 commit comments

Comments
 (0)