Skip to content

Commit a0c6c99

Browse files
chore: bump cron-parser from 4.4.0 to 4.5.0 in /site
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>
1 parent 08d90f7 commit a0c6c99

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

site/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -79,7 +79,7 @@
7979
"@types/superagent": "4.1.15",
8080
"@types/uuid": "8.3.4",
8181
"@typescript-eslint/eslint-plugin": "5.27.0",
82-
"@typescript-eslint/parser": "5.25.0",
82+
"@typescript-eslint/parser": "5.30.6",
8383
"@xstate/cli": "0.1.7",
8484
"chromatic": "6.5.4",
8585
"copy-webpack-plugin": "10.2.4",

site/yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,24 +3377,16 @@
33773377
semver "^7.3.7"
33783378
tsutils "^3.21.0"
33793379

3380-
"@typescript-eslint/parser@5.25.0":
3381-
version "5.25.0"
3382-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
3383-
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
3384-
dependencies:
3385-
"@typescript-eslint/scope-manager" "5.25.0"
3386-
"@typescript-eslint/types" "5.25.0"
3387-
"@typescript-eslint/typescript-estree" "5.25.0"
3380+
"@typescript-eslint/parser@5.30.6":
3381+
version "5.30.6"
3382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
3383+
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
3384+
dependencies:
3385+
"@typescript-eslint/scope-manager" "5.30.6"
3386+
"@typescript-eslint/types" "5.30.6"
3387+
"@typescript-eslint/typescript-estree" "5.30.6"
33883388
debug "^4.3.4"
33893389

3390-
"@typescript-eslint/scope-manager@5.25.0":
3391-
version "5.25.0"
3392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
3393-
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
3394-
dependencies:
3395-
"@typescript-eslint/types" "5.25.0"
3396-
"@typescript-eslint/visitor-keys" "5.25.0"
3397-
33983390
"@typescript-eslint/scope-manager@5.27.0":
33993391
version "5.27.0"
34003392
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
@@ -3403,6 +3395,14 @@
34033395
"@typescript-eslint/types" "5.27.0"
34043396
"@typescript-eslint/visitor-keys" "5.27.0"
34053397

3398+
"@typescript-eslint/scope-manager@5.30.6":
3399+
version "5.30.6"
3400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"
3401+
integrity sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==
3402+
dependencies:
3403+
"@typescript-eslint/types" "5.30.6"
3404+
"@typescript-eslint/visitor-keys" "5.30.6"
3405+
34063406
"@typescript-eslint/type-utils@5.27.0":
34073407
version "5.27.0"
34083408
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
@@ -3412,28 +3412,15 @@
34123412
debug "^4.3.4"
34133413
tsutils "^3.21.0"
34143414

3415-
"@typescript-eslint/types@5.25.0":
3416-
version "5.25.0"
3417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
3418-
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
3419-
34203415
"@typescript-eslint/types@5.27.0":
34213416
version "5.27.0"
34223417
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
34233418
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
34243419

3425-
"@typescript-eslint/typescript-estree@5.25.0":
3426-
version "5.25.0"
3427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
3428-
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
3429-
dependencies:
3430-
"@typescript-eslint/types" "5.25.0"
3431-
"@typescript-eslint/visitor-keys" "5.25.0"
3432-
debug "^4.3.4"
3433-
globby "^11.1.0"
3434-
is-glob "^4.0.3"
3435-
semver "^7.3.7"
3436-
tsutils "^3.21.0"
3420+
"@typescript-eslint/types@5.30.6":
3421+
version "5.30.6"
3422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
3423+
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
34373424

34383425
"@typescript-eslint/typescript-estree@5.27.0":
34393426
version "5.27.0"
@@ -3448,6 +3435,19 @@
34483435
semver "^7.3.7"
34493436
tsutils "^3.21.0"
34503437

3438+
"@typescript-eslint/typescript-estree@5.30.6":
3439+
version "5.30.6"
3440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
3441+
integrity sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==
3442+
dependencies:
3443+
"@typescript-eslint/types" "5.30.6"
3444+
"@typescript-eslint/visitor-keys" "5.30.6"
3445+
debug "^4.3.4"
3446+
globby "^11.1.0"
3447+
is-glob "^4.0.3"
3448+
semver "^7.3.7"
3449+
tsutils "^3.21.0"
3450+
34513451
"@typescript-eslint/utils@5.27.0", "@typescript-eslint/utils@^5.10.0":
34523452
version "5.27.0"
34533453
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
@@ -3460,14 +3460,6 @@
34603460
eslint-scope "^5.1.1"
34613461
eslint-utils "^3.0.0"
34623462

3463-
"@typescript-eslint/visitor-keys@5.25.0":
3464-
version "5.25.0"
3465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
3466-
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
3467-
dependencies:
3468-
"@typescript-eslint/types" "5.25.0"
3469-
eslint-visitor-keys "^3.3.0"
3470-
34713463
"@typescript-eslint/visitor-keys@5.27.0":
34723464
version "5.27.0"
34733465
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
@@ -3476,6 +3468,14 @@
34763468
"@typescript-eslint/types" "5.27.0"
34773469
eslint-visitor-keys "^3.3.0"
34783470

3471+
"@typescript-eslint/visitor-keys@5.30.6":
3472+
version "5.30.6"
3473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"
3474+
integrity sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==
3475+
dependencies:
3476+
"@typescript-eslint/types" "5.30.6"
3477+
eslint-visitor-keys "^3.3.0"
3478+
34793479
"@webassemblyjs/ast@1.11.1":
34803480
version "1.11.1"
34813481
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -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)