From ae1f9d04688bbdc3e4fd1bae32b78e021e201d6c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Jan 2024 22:03:25 +0100
Subject: [PATCH] Bump moment-timezone from 0.5.43 to 0.5.44 in /vendor (#3317)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from
0.5.43 to 0.5.44.
Release notes
Sourced from moment-timezone's
releases.
Release 0.5.44
- Updated data to IANA TZDB
2023d
.
- Fixed
.valueOf()
to return NaN
for invalid
zoned objects (matching default moment
) #1082.
- Performance improvements:
- Use binary search when looking up zone information #720.
- Avoid redundant checks in
tz.guess()
.
- Avoid redundant
getZone()
calls in
.tz()
.
Changelog
Sourced from moment-timezone's
changelog.
0.5.44
2023-12-29
- Updated data to IANA TZDB
2023d
.
- Fixed
.valueOf()
to return NaN
for invalid
zoned objects (matching default moment
) #1082.
- Performance improvements:
- Use binary search when looking up zone information #720.
- Avoid redundant checks in
tz.guess()
.
- Avoid redundant
getZone()
calls in
.tz()
.
Commits
25f19b6
Build moment-timezone 0.5.44
4734cb2
Bump version to 0.5.44
585fabf
Merge pull request #1085
from moment/data/2023d
ece926a
Add test for valueOf behaviour with invalid moments (#1075)
341beac
Ensure valueOf returns NaN for invalid instances (#1082)
69d856d
data: Add 2023d
dc53e6c
build(deps): bump @​babel/traverse
(#1076)
dffed7a
perf: Reduce unnecessary getZone() calls in moment.tz()
f7d8fc2
docs: Add note about maintenance mode in contributing guide
4b1419b
docs: Update contributing guide to reflect the latest data process
- Additional commits viewable in compare
view
[](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)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
vendor/package-lock.json | 8 ++++----
vendor/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/vendor/package-lock.json b/vendor/package-lock.json
index 4b8ad7ad..c20e2d49 100644
--- a/vendor/package-lock.json
+++ b/vendor/package-lock.json
@@ -10,7 +10,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"animate.css": "^4.1.1",
"moment": "^2.30.1",
- "moment-timezone": "^0.5.43",
+ "moment-timezone": "^0.5.44",
"nunjucks": "^3.2.4",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"
@@ -57,9 +57,9 @@
}
},
"node_modules/moment-timezone": {
- "version": "0.5.43",
- "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz",
- "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==",
+ "version": "0.5.44",
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz",
+ "integrity": "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==",
"dependencies": {
"moment": "^2.29.4"
},
diff --git a/vendor/package.json b/vendor/package.json
index d3182f20..3d1ef83e 100644
--- a/vendor/package.json
+++ b/vendor/package.json
@@ -13,7 +13,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"animate.css": "^4.1.1",
"moment": "^2.30.1",
- "moment-timezone": "^0.5.43",
+ "moment-timezone": "^0.5.44",
"nunjucks": "^3.2.4",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"