File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/material-moment-adapter/adapter Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export class MomentDateAdapter extends DateAdapter<Moment> {
251
251
252
252
/** Creates a Moment instance while respecting the current UTC settings. */
253
253
private _createMoment (
254
- date : MomentInput ,
254
+ date ? : MomentInput ,
255
255
format ?: MomentFormatSpecification ,
256
256
locale ?: string ,
257
257
) : Moment {
Original file line number Diff line number Diff line change @@ -9120,9 +9120,9 @@ module-lookup-amd@^6.1.0:
9120
9120
requirejs-config-file "^3.1.1"
9121
9121
9122
9122
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= =
9126
9126
9127
9127
morgan@^1.10.0, morgan@^1.8.2:
9128
9128
version "1.10.0"
You can’t perform that action at this time.
0 commit comments