Skip to content

Commit d6bcf03

Browse files
fix(deps): update dependency human-interval to v2 (#1134)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6f1f8d8 commit d6bcf03

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"cron-parser": "^2.18.0",
4848
"date.js": "~0.3.3",
4949
"debug": "~4.3.0",
50-
"human-interval": "~1.0.0",
50+
"human-interval": "~2.0.0",
5151
"moment-timezone": "~0.5.27",
5252
"mongodb": "~3.6.2"
5353
},

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1953,10 +1953,12 @@ http-signature@~1.2.0:
19531953
jsprim "^1.2.2"
19541954
sshpk "^1.7.0"
19551955

1956-
human-interval@~1.0.0:
1957-
version "1.0.0"
1958-
resolved "https://registry.yarnpkg.com/human-interval/-/human-interval-1.0.0.tgz#7ba00a15f3d94ab6a4c16f76060e4aa07c713019"
1959-
integrity sha512-SWPw3rD6/ocA0JnGePoXp5Zf5eILzsoL5vdWdLwtTuyrElyCpfQb0whIcxMdK/gAKNl2rFDGkPAbwI2KGZCvNA==
1956+
human-interval@~2.0.0:
1957+
version "2.0.0"
1958+
resolved "https://registry.yarnpkg.com/human-interval/-/human-interval-2.0.0.tgz#a9f4cedf4544005398c39767a484fdf062f4287a"
1959+
integrity sha512-r9qKIElAPkR4+uKSY2T7ImenvKItsLhT2Rm3OmFbA0pBt44YC8mWBpSFsnAbHnVs2D47hm0GquhpCjN+yjR24g==
1960+
dependencies:
1961+
numbered "^1.1.0"
19601962

19611963
iconv-lite@^0.4.24:
19621964
version "0.4.24"
@@ -3026,6 +3028,11 @@ normalize-url@^4.1.0:
30263028
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
30273029
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
30283030

3031+
numbered@^1.1.0:
3032+
version "1.1.0"
3033+
resolved "https://registry.yarnpkg.com/numbered/-/numbered-1.1.0.tgz#9fcd79564c73a84b9574e8370c3d8e58fe3c133c"
3034+
integrity sha512-pv/ue2Odr7IfYOO0byC1KgBI10wo5YDauLhxY6/saNzAdAs0r1SotGCPzzCLNPL0xtrAwWRialLu23AAu9xO1g==
3035+
30293036
oauth-sign@~0.9.0:
30303037
version "0.9.0"
30313038
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"

0 commit comments

Comments
 (0)