Skip to content

Commit a41430f

Browse files
Bump cron from 4.1.1 to 4.1.3 (#269)
Bumps [cron](https://github.com/kelektiv/node-cron) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](kelektiv/node-cron@v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3b4cd1 commit a41430f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -7322,12 +7322,12 @@ cron-parser@^4.2.0:
73227322
luxon "^3.2.1"
73237323

73247324
cron@*, cron@^4.0.0:
7325-
version "4.1.1"
7326-
resolved "https://registry.yarnpkg.com/cron/-/cron-4.1.1.tgz#181998256061baced723d20fea22f5a8816eefc0"
7327-
integrity sha512-PYZi/hkwkoZL4BA4zG2S6cF9DjKChVvtb8a/iltLl3dbmWkYT6dhlGRsaoV8pbygart5fjwXLQLeFbauBi67MQ==
7325+
version "4.1.3"
7326+
resolved "https://registry.yarnpkg.com/cron/-/cron-4.1.3.tgz#42661cebdf15483f90f63e799c9dbd33a298265c"
7327+
integrity sha512-HETm5kgivcdfboOmBIzq0cfC9c5bRilWZ1p7PWwnOMmbWviwIU6mPgZbeqbj5i0AzNan6P68WDTDEDezhKjOng==
73287328
dependencies:
73297329
"@types/luxon" "~3.4.0"
7330-
luxon "~3.5.0"
7330+
luxon "~3.6.0"
73317331

73327332
cron@^3.0.0:
73337333
version "3.5.0"
@@ -11423,7 +11423,12 @@ lru-cache@^9.0.0:
1142311423
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.2.tgz#255fdbc14b75589d6d0e73644ca167a8db506835"
1142411424
integrity sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==
1142511425

11426-
luxon@^3.0.0, luxon@^3.2.1, luxon@~3.5.0:
11426+
luxon@^3.0.0, luxon@^3.2.1, luxon@~3.6.0:
11427+
version "3.6.0"
11428+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.6.0.tgz#e84453dbdbd716b5eac95bee702b379863059f83"
11429+
integrity sha512-WE7p0p7W1xji9qxkLYsvcIxZyfP48GuFrWIBQZIsbjCyf65dG1rv4n83HcOyEyhvzxJCrUoObCRNFgRNIQ5KNA==
11430+
11431+
luxon@~3.5.0:
1142711432
version "3.5.0"
1142811433
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.5.0.tgz#6b6f65c5cd1d61d1fd19dbf07ee87a50bf4b8e20"
1142911434
integrity sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==

0 commit comments

Comments
 (0)