Skip to content

Commit 925fa9b

Browse files
build: bump moment from 2.22.2 to 2.29.1 (#21267)
* build: bump moment from 2.22.2 to 2.29.1 Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.1. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.22.2...2.29.1) Signed-off-by: dependabot[bot] <[email protected]> * fixup! build: bump moment from 2.22.2 to 2.29.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miles Malerba <[email protected]>
1 parent 75d9ac0 commit 925fa9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/material-moment-adapter/adapter/moment-date-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class MomentDateAdapter extends DateAdapter<Moment> {
251251

252252
/** Creates a Moment instance while respecting the current UTC settings. */
253253
private _createMoment(
254-
date: MomentInput,
254+
date?: MomentInput,
255255
format?: MomentFormatSpecification,
256256
locale?: string,
257257
): Moment {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9120,9 +9120,9 @@ module-lookup-amd@^6.1.0:
91209120
requirejs-config-file "^3.1.1"
91219121

91229122
moment@^2.18.1:
9123-
version "2.22.2"
9124-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
9125-
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=
9123+
version "2.29.1"
9124+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
9125+
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
91269126

91279127
morgan@^1.10.0, morgan@^1.8.2:
91289128
version "1.10.0"

0 commit comments

Comments
 (0)