Bump moment-timezone from 0.5.23 to 0.5.35 in /ghost/versions/3.0.2 #33

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35 into master
dependabot[bot] commented 2022-08-31 02:20:54 +00:00 (Migrated from github.com)

Bumps moment-timezone from 0.5.23 to 0.5.35.

Release notes

Sourced from moment-timezone's releases.

Release 0.5.34

  • Updated data to IANA TZDB 2021e

Release 0.5.33

  • Updated data to IANA TZDB 2021a

Release 0.5.32

  • Updated data to IANA TZDB 2020d

Release 0.5.31

Fixed Travis builds for Node.js 4 and 6

Release 0.5.28

0.5.29 2020-02-21

Merged pull request #410 from @​adgrace:

  • Added a method moment.tz.zonesForCountry(country_code) which returns all timezones for the country
  • Added a method moment.tz(timezone_id).countries() to get countries for some time zone
  • Added a method moment.tz.countries() to get all country codes
  • And as you know moment.tz.names() already exists

Release 0.5.27

0.5.27 2019-10-14

  • Updated data to IANA TZDB `2019c

Release 0.5.26

  • Updated data to IANA TZDB 2019b
  • Fix: stabilize Array.sort #762

Release 0.5.25

  • Fix moment.tz.dataVersion to return 2019a #742
  • Update path in bower.json

Release 0.5.24

  • Updated data to IANA TZDB 2019a #737
  • Start shipping both a 1970-1930 file and a rolling 10-year file #614 #697
  • Fixed bug where _z time zone name was not cleared with .local() or .utcOffset(offset) #738
Changelog

Sourced from moment-timezone's changelog.

0.5.35 2022-08-23

Thanks to the OpenSSF Alpha-Omega project for reporting these!

0.5.34 2020-11-10

  • Updated data to IANA TZDB 2021e

0.5.33 2020-11-15

  • Updated data to IANA TZDB 2021a

0.5.32 2020-11-14

  • Updated data to IANA TZDB 2020d

0.5.31 2020-05-16

  • Fixed Travis builds for Node.js 4 and 6

0.5.30 2020-05-16

  • Updated data to IANA TZDB 2020a
  • Fixed typescript definitions

NOTE: You might need to un-install @​types/moment-timezone. Check moment/moment-timezone#858 for more info

0.5.29 2020-05-16

0.5.28 2020-02-21

Merged pull request #410 from @​adgrace:

  • Added a method moment.tz.zonesForCountry(country_code) which returns all timezones for the country
  • Added a method moment.tz(timezone_id).countries() to get countries for some time zone
  • Added a method moment.tz.countries() to get all country codes
  • And as you know moment.tz.zones() already exists

0.5.27 2019-10-14

  • Updated data to IANA TZDB 2019c

0.5.26 2019-06-06

  • Updated data to IANA TZDB 2019b
  • Fix: stabilize Array.sort #762

0.5.25 2019-04-17

  • Fix moment.tz.dataVersion to return 2019a #742
  • Update path in bower.json

0.5.24 2019-04-17

  • Updated data to IANA TZDB 2019a #737

... (truncated)

Commits
  • b8fb1ba Build moment-timezone 0.5.35
  • f1b5e5a Add changelog for 0.5.35
  • 8b0eb0c Bump version to 0.5.35
  • 7915ac5 Bugfix: Prevent cleartext transmission of tz data during build
  • ce955a3 Bugfix: Fix command injection vulnerability in grunt tzdata pipeline
  • 9430b4c Merge remote-tracking branch 'origin/master' into develop
  • feaf900 Updated contributing.md + added 2021e files
  • 704cfac updated contributing.md
  • 877c863 Updated contributing.md + added 2021e files
  • 5a3015c updated contributing.md
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.23 to 0.5.35. <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.34</h2> <ul> <li>Updated data to IANA TZDB <code>2021e</code></li> </ul> <h2>Release 0.5.33</h2> <ul> <li>Updated data to IANA TZDB <code>2021a</code></li> </ul> <h2>Release 0.5.32</h2> <ul> <li>Updated data to IANA TZDB <code>2020d</code></li> </ul> <h2>Release 0.5.31</h2> <p>Fixed Travis builds for Node.js 4 and 6</p> <h2>Release 0.5.28</h2> <h3><code>0.5.29</code> <em>2020-02-21</em></h3> <p>Merged pull request <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/410">#410</a> from <a href="https://github.com/adgrace"><code>@​adgrace</code></a>:</p> <ul> <li>Added a method <code>moment.tz.zonesForCountry(country_code)</code> which returns all timezones for the country</li> <li>Added a method <code>moment.tz(timezone_id).countries()</code> to get countries for some time zone</li> <li>Added a method <code>moment.tz.countries()</code> to get all country codes</li> <li>And as you know <code>moment.tz.names()</code> already exists</li> </ul> <h2>Release 0.5.27</h2> <h3><code>0.5.27</code> <em>2019-10-14</em></h3> <ul> <li>Updated data to IANA TZDB `2019c</li> </ul> <h2>Release 0.5.26</h2> <ul> <li>Updated data to IANA TZDB <code>2019b</code></li> <li>Fix: stabilize Array.sort <a href="https://github-redirect.dependabot.com/moment/moment-timezone/pull/762">#762</a></li> </ul> <h2>Release 0.5.25</h2> <ul> <li>Fix <code>moment.tz.dataVersion</code> to return <code>2019a</code> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/742">#742</a></li> <li>Update path in bower.json</li> </ul> <h2>Release 0.5.24</h2> <ul> <li>Updated data to IANA TZDB <code>2019a</code> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/737">#737</a></li> <li>Start shipping both a 1970-1930 file and a rolling 10-year file <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/614">#614</a> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/697">#697</a></li> <li>Fixed bug where <code>_z</code> time zone name was not cleared with <code>.local()</code> or <code>.utcOffset(offset)</code> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/738">#738</a></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.35</code> <em>2022-08-23</em></h3> <ul> <li>Fix command injection in data pipeline <a href="https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9">https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9</a></li> <li>Fix cleartext transmission of sensitive information <a href="https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c">https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c</a></li> </ul> <p>Thanks to the OpenSSF Alpha-Omega project for reporting these!</p> <h3><code>0.5.34</code> <em>2020-11-10</em></h3> <ul> <li>Updated data to IANA TZDB <code>2021e</code></li> </ul> <h3><code>0.5.33</code> <em>2020-11-15</em></h3> <ul> <li>Updated data to IANA TZDB <code>2021a</code></li> </ul> <h3><code>0.5.32</code> <em>2020-11-14</em></h3> <ul> <li>Updated data to IANA TZDB <code>2020d</code></li> </ul> <h3><code>0.5.31</code> <em>2020-05-16</em></h3> <ul> <li>Fixed Travis builds for Node.js 4 and 6</li> </ul> <h3><code>0.5.30</code> <em>2020-05-16</em></h3> <ul> <li>Updated data to IANA TZDB <code>2020a</code></li> <li>Fixed typescript definitions</li> </ul> <p>NOTE: You might need to un-install <code>@​types/moment-timezone</code>. Check <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/858">moment/moment-timezone#858</a> for more info</p> <h3><code>0.5.29</code> <em>2020-05-16</em></h3> <ul> <li>Merged fix of es6 module loading issue <a href="https://github.com/moment/moment-timezone/commit/1fd42349189b24e15c60f162dc8c40b42db79dfe">https://github.com/moment/moment-timezone/commit/1fd42349189b24e15c60f162dc8c40b42db79dfe</a></li> <li>Merged PR with typescript declarations <a href="https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03">https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03</a></li> <li>Merged fixes to changelog <a href="https://github.com/moment/moment-timezone/commit/adb7d7b43c7328d814311ac1355bfeef88eab6e8">https://github.com/moment/moment-timezone/commit/adb7d7b43c7328d814311ac1355bfeef88eab6e8</a></li> </ul> <h3><code>0.5.28</code> <em>2020-02-21</em></h3> <p>Merged pull request <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/410">#410</a> from <a href="https://github.com/adgrace"><code>@​adgrace</code></a>:</p> <ul> <li>Added a method <code>moment.tz.zonesForCountry(country_code)</code> which returns all timezones for the country</li> <li>Added a method <code>moment.tz(timezone_id).countries()</code> to get countries for some time zone</li> <li>Added a method <code>moment.tz.countries()</code> to get all country codes</li> <li>And as you know <code>moment.tz.zones()</code> already exists</li> </ul> <h3><code>0.5.27</code> <em>2019-10-14</em></h3> <ul> <li>Updated data to IANA TZDB <code>2019c</code></li> </ul> <h3><code>0.5.26</code> <em>2019-06-06</em></h3> <ul> <li>Updated data to IANA TZDB <code>2019b</code></li> <li>Fix: stabilize Array.sort <a href="https://github-redirect.dependabot.com/moment/moment-timezone/pull/762">#762</a></li> </ul> <h3><code>0.5.25</code> <em>2019-04-17</em></h3> <ul> <li>Fix <code>moment.tz.dataVersion</code> to return <code>2019a</code> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/742">#742</a></li> <li>Update path in bower.json</li> </ul> <h3><code>0.5.24</code> <em>2019-04-17</em></h3> <ul> <li>Updated data to IANA TZDB <code>2019a</code> <a href="https://github-redirect.dependabot.com/moment/moment-timezone/issues/737">#737</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moment/moment-timezone/commit/b8fb1bad6d304f9f085c2fb64b7ea1b6dda47680"><code>b8fb1ba</code></a> Build moment-timezone 0.5.35</li> <li><a href="https://github.com/moment/moment-timezone/commit/f1b5e5aec11ac5d948f19c7cd0a7c4c6d172c0f7"><code>f1b5e5a</code></a> Add changelog for 0.5.35</li> <li><a href="https://github.com/moment/moment-timezone/commit/8b0eb0ca6d6ba65f161bd667f98e87221fda0d42"><code>8b0eb0c</code></a> Bump version to 0.5.35</li> <li><a href="https://github.com/moment/moment-timezone/commit/7915ac567ab19700e44ad6b5d8ef0b85e48a9e75"><code>7915ac5</code></a> Bugfix: Prevent cleartext transmission of tz data during build</li> <li><a href="https://github.com/moment/moment-timezone/commit/ce955a301ff372e8e9fb3a5b516620c60e7a082a"><code>ce955a3</code></a> Bugfix: Fix command injection vulnerability in grunt tzdata pipeline</li> <li><a href="https://github.com/moment/moment-timezone/commit/9430b4c2895819e06942096108862374f438a358"><code>9430b4c</code></a> Merge remote-tracking branch 'origin/master' into develop</li> <li><a href="https://github.com/moment/moment-timezone/commit/feaf90069c469822b2cee35d9d0cd37560d351ef"><code>feaf900</code></a> Updated contributing.md + added 2021e files</li> <li><a href="https://github.com/moment/moment-timezone/commit/704cfacd51fb175f10b08b36588b6328aeb6447d"><code>704cfac</code></a> updated contributing.md</li> <li><a href="https://github.com/moment/moment-timezone/commit/877c86344f3f230e1bf5881253c29f89e39fe3d2"><code>877c863</code></a> Updated contributing.md + added 2021e files</li> <li><a href="https://github.com/moment/moment-timezone/commit/5a3015ce5482b1e9d23c3761dddf4e8fc63e84e6"><code>5a3015c</code></a> updated contributing.md</li> <li>Additional commits viewable in <a href="https://github.com/moment/moment-timezone/compare/0.5.23...0.5.35">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.23&new-version=0.5.35)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RileySeaburg/rileysblog/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:04:20 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #33 on branch dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with master.

## 🛠️ CodeTether Fix Picked up this request for PR #33 on branch `dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `master`.
codetether[bot] commented 2026-06-14 07:59:20 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Completed on the existing PR branch dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35.

What I did:

  • Fetched latest master and the PR branch.
  • Checked out the existing PR branch.
  • Merged origin/master into it; Git reported Already up to date.
  • Confirmed moment-timezone is bumped to 0.5.35 in:
    • ghost/versions/3.0.2/package.json
    • ghost/versions/3.0.2/yarn.lock
  • Ran:
    • git status --short
    • git diff --check
    • a small Node validation for the package.json entries
  • Pushed the PR branch; remote reported Everything up-to-date.

No new commit was created because the branch was already current and clean.

Current HEAD SHA: ca954f662ab152b8f0d42e4265b8e50457d777d4

## 🛠️ CodeTether Fix Completed on the existing PR branch `dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35`. What I did: - Fetched latest `master` and the PR branch. - Checked out the existing PR branch. - Merged `origin/master` into it; Git reported `Already up to date`. - Confirmed `moment-timezone` is bumped to `0.5.35` in: - `ghost/versions/3.0.2/package.json` - `ghost/versions/3.0.2/yarn.lock` - Ran: - `git status --short` - `git diff --check` - a small Node validation for the package.json entries - Pushed the PR branch; remote reported `Everything up-to-date`. No new commit was created because the branch was already current and clean. Current HEAD SHA: `ca954f662ab152b8f0d42e4265b8e50457d777d4`
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35:dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch master
git merge --squash dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch master
git merge --ff-only dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git switch master
git merge dependabot/npm_and_yarn/ghost/versions/3.0.2/moment-timezone-0.5.35
git push origin master
Sign in to join this conversation.
No description provided.