Skip to content

Commit 6ab1ead

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 9dfc662 commit 6ab1ead

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.3",
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: 11 additions & 4 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"

0 commit comments

Comments
 (0)