Skip to content

Commit 6644e06

Browse files
chore(runners): bump moment-timezone from 0.5.40 to 0.5.41 in /modules/runners/lambdas/runners (#3062)
chore(runners): bump moment-timezone in /modules/runners/lambdas/runners Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.40 to 0.5.41. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](moment/moment-timezone@0.5.40...0.5.41) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aed736f commit 6644e06

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jest": "^29.5",
3131
"jest-mock": "^29.5.0",
3232
"jest-mock-extended": "^3.0.1",
33-
"moment-timezone": "^0.5.40",
33+
"moment-timezone": "^0.5.41",
3434
"nock": "^13.3.0",
3535
"prettier": "2.8.1",
3636
"ts-jest": "^29.0.5",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,14 +3653,14 @@ mkdirp@^1.0.4:
36533653
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
36543654
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
36553655

3656-
moment-timezone@^0.5.40:
3657-
version "0.5.40"
3658-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.40.tgz#c148f5149fd91dd3e29bf481abc8830ecba16b89"
3659-
integrity sha512-tWfmNkRYmBkPJz5mr9GVDn9vRlVZOTe6yqY92rFxiOdWXbjaR0+9LwQnZGGuNR63X456NqmEkbskte8tWL5ePg==
3656+
moment-timezone@^0.5.41:
3657+
version "0.5.41"
3658+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.41.tgz#a7ad3285fd24aaf5f93b8119a9d749c8039c64c5"
3659+
integrity sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==
36603660
dependencies:
3661-
moment ">= 2.9.0"
3661+
moment "^2.29.4"
36623662

3663-
"moment@>= 2.9.0":
3663+
moment@^2.29.4:
36643664
version "2.29.4"
36653665
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
36663666
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

0 commit comments

Comments
 (0)