Skip to content

Commit d497e1c

Browse files
chore: bump cron-parser from 4.4.0 to 4.5.0 in /site (coder#2924)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.4.0...4.5.0) --- updated-dependencies: - dependency-name: cron-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 146473c commit d497e1c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@xstate/react": "3.0.0",
3737
"axios": "0.26.1",
3838
"can-ndjson-stream": "1.0.2",
39-
"cron-parser": "4.4.0",
39+
"cron-parser": "4.5.0",
4040
"cronstrue": "2.5.0",
4141
"dayjs": "1.11.3",
4242
"formik": "2.2.9",

site/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5528,12 +5528,12 @@ create-require@^1.1.0:
55285528
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
55295529
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
55305530

5531-
cron-parser@4.4.0:
5532-
version "4.4.0"
5533-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.4.0.tgz#829d67f9e68eb52fa051e62de0418909f05db983"
5534-
integrity sha512-TrE5Un4rtJaKgmzPewh67yrER5uKM0qI9hGLDBfWb8GGRe9pn/SDkhVrdHa4z7h0SeyeNxnQnogws/H+AQANQA==
5531+
cron-parser@4.5.0:
5532+
version "4.5.0"
5533+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd"
5534+
integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA==
55355535
dependencies:
5536-
luxon "^1.28.0"
5536+
luxon "^2.4.0"
55375537

55385538
cronstrue@2.5.0:
55395539
version "2.5.0"
@@ -9516,10 +9516,10 @@ lru-cache@^6.0.0:
95169516
dependencies:
95179517
yallist "^4.0.0"
95189518

9519-
luxon@^1.28.0:
9520-
version "1.28.0"
9521-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
9522-
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==
9519+
luxon@^2.4.0:
9520+
version "2.5.0"
9521+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.0.tgz#098090f67d690b247e83c090267a60b1aa8ea96c"
9522+
integrity sha512-IDkEPB80Rb6gCAU+FEib0t4FeJ4uVOuX1CQ9GsvU3O+JAGIgu0J7sf1OarXKaKDygTZIoJyU6YdZzTFRu+YR0A==
95239523

95249524
lz-string@^1.4.4:
95259525
version "1.4.4"

0 commit comments

Comments
 (0)