Skip to content

Commit 0812593

Browse files
chore: bump cron-parser from 4.5.0 to 4.6.0 in /site (#3809)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@4.5.0...4.6.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff026d4 commit 0812593

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
@@ -39,7 +39,7 @@
3939
"axios": "0.26.1",
4040
"can-ndjson-stream": "1.0.2",
4141
"chart.js": "^3.5.0",
42-
"cron-parser": "4.5.0",
42+
"cron-parser": "4.6.0",
4343
"cronstrue": "2.11.0",
4444
"dayjs": "1.11.4",
4545
"emoji-mart": "^5.2.1",

site/yarn.lock

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

5739-
cron-parser@4.5.0:
5740-
version "4.5.0"
5741-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.5.0.tgz#2c6240a0301eff1424689835ce9c8de4cde9cfbd"
5742-
integrity sha512-QHdeh3zLWz6YvYTFKpRb860rJlip16pEinbxXT1i2NZB/nOxBjd2RbSv54sn5UrAj9WykiSLYWWDgo8azQK0HA==
5739+
cron-parser@4.6.0:
5740+
version "4.6.0"
5741+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-4.6.0.tgz#404c3fdbff10ae80eef6b709555d577ef2fd2e0d"
5742+
integrity sha512-guZNLMGUgg6z4+eGhmHGw7ft+v6OQeuHzd1gcLxCo9Yg/qoxmG3nindp2/uwGCLizEisf2H0ptqeVXeoCpP6FA==
57435743
dependencies:
5744-
luxon "^2.4.0"
5744+
luxon "^3.0.1"
57455745

57465746
cronstrue@2.11.0:
57475747
version "2.11.0"
@@ -9808,10 +9808,10 @@ lru-cache@^6.0.0:
98089808
dependencies:
98099809
yallist "^4.0.0"
98109810

9811-
luxon@^2.4.0:
9812-
version "2.5.0"
9813-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.0.tgz#098090f67d690b247e83c090267a60b1aa8ea96c"
9814-
integrity sha512-IDkEPB80Rb6gCAU+FEib0t4FeJ4uVOuX1CQ9GsvU3O+JAGIgu0J7sf1OarXKaKDygTZIoJyU6YdZzTFRu+YR0A==
9811+
luxon@^3.0.1:
9812+
version "3.0.3"
9813+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.3.tgz#573e65531efd3d92265feb640f02ba7a192e2388"
9814+
integrity sha512-+EfHWnF+UT7GgTnq5zXg3ldnTKL2zdv7QJgsU5bjjpbH17E3qi/puMhQyJVYuCq+FRkogvB5WB6iVvUr+E4a7w==
98159815

98169816
lz-string@^1.4.4:
98179817
version "1.4.4"

0 commit comments

Comments
 (0)