Skip to content

Commit 058d95b

Browse files
Bump cron-parser from 4.9.0 to 5.2.0
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.9.0 to 5.2.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.9.0...v5.2.0) --- updated-dependencies: - dependency-name: cron-parser dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f788ab commit 058d95b

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bucketclient": "scality/bucketclient#8.2.1",
2828
"bufferutil": "^4.0.8",
2929
"commander": "^12.1.0",
30-
"cron-parser": "^4.9.0",
30+
"cron-parser": "^5.2.0",
3131
"diskusage": "^1.2.0",
3232
"google-auto-auth": "^0.10.1",
3333
"http-proxy": "^1.18.1",

yarn.lock

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,6 +2116,13 @@ cron-parser@^4.2.0, cron-parser@^4.9.0:
21162116
dependencies:
21172117
luxon "^3.2.1"
21182118

2119+
cron-parser@^5.2.0:
2120+
version "5.2.0"
2121+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-5.2.0.tgz#909a070287d2140f799f68e7ab31c958da46ff64"
2122+
integrity sha512-ED2qJtcjelmUEuoV3btwxiOm3NI8H4/eCZNX3adUkrm+/b3Xq05+YoDXyjIN57VGhskuHx/KzC367GAklo1lRg==
2123+
dependencies:
2124+
luxon "^3.6.1"
2125+
21192126
cross-spawn@^6.0.5:
21202127
version "6.0.6"
21212128
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
@@ -4794,10 +4801,10 @@ ltgt@~2.1.1:
47944801
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.1.3.tgz#10851a06d9964b971178441c23c9e52698eece34"
47954802
integrity sha512-5VjHC5GsENtIi5rbJd+feEpDKhfr7j0odoUR2Uh978g+2p93nd5o34cTjQWohXsPsCZeqoDnIqEf88mPCe0Pfw==
47964803

4797-
luxon@^3.2.1:
4798-
version "3.5.0"
4799-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.5.0.tgz#6b6f65c5cd1d61d1fd19dbf07ee87a50bf4b8e20"
4800-
integrity sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==
4804+
luxon@^3.2.1, luxon@^3.6.1:
4805+
version "3.6.1"
4806+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.6.1.tgz#d283ffc4c0076cb0db7885ec6da1c49ba97e47b0"
4807+
integrity sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==
48014808

48024809
make-dir@^2.1.0:
48034810
version "2.1.0"
@@ -6625,7 +6632,16 @@ stream-to-pull-stream@^1.7.1:
66256632
looper "^3.0.0"
66266633
pull-stream "^3.2.3"
66276634

6628-
"string-width-cjs@npm:string-width@^4.2.0", [email protected], "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
6635+
"string-width-cjs@npm:string-width@^4.2.0":
6636+
version "4.2.3"
6637+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6638+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6639+
dependencies:
6640+
emoji-regex "^8.0.0"
6641+
is-fullwidth-code-point "^3.0.0"
6642+
strip-ansi "^6.0.1"
6643+
6644+
[email protected], "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
66296645
version "4.2.3"
66306646
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
66316647
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6688,7 +6704,14 @@ string_decoder@~0.10.x:
66886704
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
66896705
integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
66906706

6691-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6707+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6708+
version "6.0.1"
6709+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6710+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6711+
dependencies:
6712+
ansi-regex "^5.0.1"
6713+
6714+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66926715
version "6.0.1"
66936716
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
66946717
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7447,8 +7470,7 @@ workerpool@^6.5.1:
74477470
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
74487471
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
74497472

7450-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7451-
name wrap-ansi-cjs
7473+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
74527474
version "7.0.0"
74537475
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
74547476
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7466,6 +7488,15 @@ wrap-ansi@^6.2.0:
74667488
string-width "^4.1.0"
74677489
strip-ansi "^6.0.0"
74687490

7491+
wrap-ansi@^7.0.0:
7492+
version "7.0.0"
7493+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7494+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7495+
dependencies:
7496+
ansi-styles "^4.0.0"
7497+
string-width "^4.1.0"
7498+
strip-ansi "^6.0.0"
7499+
74697500
wrap-ansi@^8.1.0:
74707501
version "8.1.0"
74717502
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)