Skip to content

Commit

Permalink
fix(deps): bump date-fns-tz from 1.3.3 to 1.3.4 (#121)
Browse files Browse the repository at this point in the history
Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.3.3 to 1.3.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md">date-fns-tz's changelog</a>.</em></p>
<blockquote>
<h3>v1.3.4 (28 April 2022)</h3>
<ul>
<li>[BUGFIX] Add new to <code>DateTimeFormat</code> invocation to fix mocking it in tests (<a href="https://github-redirect.dependabot.com/marnusw/date-fns-tz/issues/181">#181</a>)</li>
<li>[DOCS] Add notes on usage with Android</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marnusw/date-fns-tz/commit/8dfeaa3e3531a41c00b291e8efa3b8b27faf7e09"><code>8dfeaa3</code></a> 1.3.4</li>
<li><a href="https://github.com/marnusw/date-fns-tz/commit/a0f992f7eea0623b898574b8e0a47b9ff680743d"><code>a0f992f</code></a> Add usage with Android</li>
<li><a href="https://github.com/marnusw/date-fns-tz/commit/cfff8fdc3cc79ea119922fdaf476da46ab33f1c6"><code>cfff8fd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marnusw/date-fns-tz/issues/181">#181</a> from TrevorSayre/master</li>
<li><a href="https://github.com/marnusw/date-fns-tz/commit/84fd3669918de4aa2c0067a44cc5b91a97810b63"><code>84fd366</code></a> Add new to DateTimeFormat invocation</li>
<li>See full diff in <a href="https://github.com/marnusw/date-fns-tz/compare/v1.3.3...v1.3.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=date-fns-tz&package-manager=npm_and_yarn&previous-version=1.3.3&new-version=1.3.4)](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)


</details>
  • Loading branch information
dependabot[bot] committed May 2, 2022
1 parent c4680aa commit 639d553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"@relaycorp/relaynet-core": "^1.75.0",
"buffer-to-arraybuffer": "0.0.6",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"date-fns-tz": "^1.3.4",
"typeorm": "^0.3.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 639d553

Please sign in to comment.