Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit dcf1960

Browse files
chore(lambda): bump moment-timezone from 0.5.44 to 0.5.45 in /lambdas (#3841)
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.44 to 0.5.45. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moment/moment-timezone/releases">moment-timezone's releases</a>.</em></p> <blockquote> <h2>Release 0.5.45</h2> <ul> <li>Updated data to IANA TZDB <code>2024a</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moment/moment-timezone/blob/develop/changelog.md">moment-timezone's changelog</a>.</em></p> <blockquote> <h3><code>0.5.45</code> <em>2024-02-04</em></h3> <ul> <li>Updated data to IANA TZDB <code>2024a</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moment/moment-timezone/commit/16157c7521ab525b256c5e73f1435fb1fc313939"><code>16157c7</code></a> Build moment-timezone 0.5.45</li> <li><a href="https://github.com/moment/moment-timezone/commit/2d2b9a3ecdf2a4b680e4d187bec33685802afc9d"><code>2d2b9a3</code></a> Bump version to 0.5.45</li> <li><a href="https://github.com/moment/moment-timezone/commit/0a32e828fc43554391233cb1a55b834ac3162271"><code>0a32e82</code></a> ci: Update to latest version of all actions</li> <li><a href="https://github.com/moment/moment-timezone/commit/253bb00c2c514c36e1ac27cc0ecf88fe9214e9ed"><code>253bb00</code></a> Add editorconfig file for consistent indentation</li> <li><a href="https://github.com/moment/moment-timezone/commit/526030fa345c3195980defca0dc1527a727c2e71"><code>526030f</code></a> docs: Clarify data update PRs in contributing guide</li> <li><a href="https://github.com/moment/moment-timezone/commit/6c31d29936a39207be6420e82e9f2bf2f231c6da"><code>6c31d29</code></a> Merge pull request <a href="https://redirect.github.com/moment/moment-timezone/issues/1095">#1095</a> from moment/automated/data-update</li> <li><a href="https://github.com/moment/moment-timezone/commit/4d6bcedf29b8cc9d4f8beca4b68113f58c2f097a"><code>4d6bced</code></a> ci: Force running tests after updating data files</li> <li><a href="https://github.com/moment/moment-timezone/commit/a276881bb3b9bf2eff3f1569f97e21197b692162"><code>a276881</code></a> data: Add 2024a</li> <li><a href="https://github.com/moment/moment-timezone/commit/ba275d26b63878e19bb882424b778e80fdff6226"><code>ba275d2</code></a> ci: Allow downloading tzcode archive as well as tzdata</li> <li><a href="https://github.com/moment/moment-timezone/commit/6bf33a23678e3d2a2f816ff0c78a76081688c7c1"><code>6bf33a2</code></a> build(deps): bump <code>@​babel/traverse</code> from 7.17.3 to 7.23.2 (<a href="https://redirect.github.com/moment/moment-timezone/issues/1094">#1094</a>)</li> <li>Additional commits viewable in <a href="https://github.com/moment/moment-timezone/compare/0.5.44...0.5.45">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moment-timezone&package-manager=npm_and_yarn&previous-version=0.5.44&new-version=0.5.45)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9303a10 commit dcf1960

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
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.4",
33-
"moment-timezone": "^0.5.43",
33+
"moment-timezone": "^0.5.45",
3434
"nock": "^13.4.0",
3535
"prettier": "3.2.5",
3636
"ts-jest": "^29.1.0",

Diff for: lambdas/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6574,10 +6574,10 @@ mkdirp@^1.0.4:
65746574
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
65756575
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
65766576

6577-
moment-timezone@^0.5.43:
6578-
version "0.5.44"
6579-
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.44.tgz#a64a4e47b68a43deeab5ae4eb4f82da77cdf595f"
6580-
integrity sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==
6577+
moment-timezone@^0.5.45:
6578+
version "0.5.45"
6579+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.45.tgz#cb685acd56bac10e69d93c536366eb65aa6bcf5c"
6580+
integrity sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==
65816581
dependencies:
65826582
moment "^2.29.4"
65836583

0 commit comments

Comments
 (0)