Skip to content

Commit 0585388

Browse files
chore: Bump moment in /modules/runners/lambdas/runners (#208)
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.27.0...2.28.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a056db8 commit 0585388

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
@@ -26,7 +26,7 @@
2626
"@octokit/auth-app": "^2.4.14",
2727
"@octokit/rest": "^18.0.4",
2828
"cron-parser": "^2.16.3",
29-
"moment": "^2.27.0",
29+
"moment": "^2.28.0",
3030
"yn": "^4.0.0"
3131
}
3232
}

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,10 +2987,10 @@ moment-timezone@^0.5.31:
29872987
dependencies:
29882988
moment ">= 2.9.0"
29892989

2990-
"moment@>= 2.9.0", moment@^2.27.0:
2991-
version "2.27.0"
2992-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
2993-
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
2990+
"moment@>= 2.9.0", moment@^2.28.0:
2991+
version "2.28.0"
2992+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.28.0.tgz#cdfe73ce01327cee6537b0fafac2e0f21a237d75"
2993+
integrity sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==
29942994

29952995
29962996
version "2.0.0"

0 commit comments

Comments
 (0)