Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade cron-parser from 2.16.3 to 2.18.0 #8373

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade cron-parser from 2.16.3 to 2.18.0
Snyk has created this PR to upgrade cron-parser from 2.16.3 to 2.18.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/argoproj/project/6a18a1f2-ca23-4308-af78-ec3a9478fc95?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 12, 2022
commit 1726ff7d3957d13456fd8adbde7bebb9cc22ee1c
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"classnames": "^2.2.5",
"cron-parser": "^2.16.3",
"cron-parser": "^2.18.0",
"cronstrue": "^1.125.0",
"dagre": "^0.8.5",
"history": "^4.10.1",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3002,10 +3002,10 @@ create-react-context@^0.3.0:
gud "^1.0.0"
warning "^4.0.3"

cron-parser@^2.16.3:
version "2.16.3"
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.16.3.tgz#acb8e405eed1733aac542fdf604cb7c1daf0204a"
integrity sha512-XNJBD1QLFeAMUkZtZQuncAAOgJFWNhBdIbwgD22hZxrcWOImBFMKgPC66GzaXpyoJs7UvYLLgPH/8BRk/7gbZg==
cron-parser@^2.18.0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.18.0.tgz#de1bb0ad528c815548371993f81a54e5a089edcf"
integrity sha512-s4odpheTyydAbTBQepsqd2rNWGa2iV3cyo8g7zbI2QQYGLVsfbhmwukayS1XHppe02Oy1fg7mg6xoaraVJeEcg==
dependencies:
is-nan "^1.3.0"
moment-timezone "^0.5.31"
Expand Down