Skip to content

Commit 260efdb

Browse files
chore: Bump cron-parser in /modules/runners/lambdas/runners (#118)
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 2.15.0 to 2.16.3. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](harrisiirak/cron-parser@2.15.0...2.16.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e59886b commit 260efdb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@octokit/auth-app": "^2.4.14",
2727
"@octokit/rest": "^18.0.3",
28-
"cron-parser": "^2.15.0",
28+
"cron-parser": "^2.16.3",
2929
"moment": "^2.27.0",
3030
"yn": "^4.0.0"
3131
}

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,10 +1313,10 @@ [email protected]:
13131313
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
13141314
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
13151315

1316-
cron-parser@^2.15.0:
1317-
version "2.15.0"
1318-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.15.0.tgz#04803cd51d8efcfcc6f83ac08e60f3f8c40c7ec5"
1319-
integrity sha512-rMFkrQw8+oG5OuwjiXesup4KeIlEG/IU82YtG4xyAHbO5jhKmYaHPp/ZNhq9+7TjSJ65E3zV3kQPUbmXSff2/g==
1316+
cron-parser@^2.16.3:
1317+
version "2.16.3"
1318+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.16.3.tgz#acb8e405eed1733aac542fdf604cb7c1daf0204a"
1319+
integrity sha512-XNJBD1QLFeAMUkZtZQuncAAOgJFWNhBdIbwgD22hZxrcWOImBFMKgPC66GzaXpyoJs7UvYLLgPH/8BRk/7gbZg==
13201320
dependencies:
13211321
is-nan "^1.3.0"
13221322
moment-timezone "^0.5.31"

0 commit comments

Comments
 (0)