Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"jest-localstorage-mock": "^2.4.2",
"minimist": "^1.2.5",
"miragejs": "^0.1.40",
"moment-timezone": "^0.5.28",
"moment-timezone": "^0.6.0",
"sinon": "^11.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^5.0.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3421,7 +3421,7 @@ __metadata:
minimist: ^1.2.5
miragejs: ^0.1.40
moment: ^2.25.3
moment-timezone: ^0.5.28
moment-timezone: ^0.6.0
node-dotify: ^1.0.2
node-emoji: ^1.10.0
nprogress: ^0.2.0
Expand Down Expand Up @@ -11712,12 +11712,12 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"moment-timezone@npm:^0.5.28":
version: 0.5.28
resolution: "moment-timezone@npm:0.5.28"
"moment-timezone@npm:^0.6.0":
version: 0.6.0
resolution: "moment-timezone@npm:0.6.0"
dependencies:
moment: ">= 2.9.0"
checksum: 13f33e997556a89d082792b40a6ae2b8b3d02d1d55b152d1902a3da06453c690ed7c74cbedfa3aff602cbc66e3853736efbc793bf03eee7cd54a942da8f9a562
moment: ^2.29.4
checksum: d66b722aa44a7f18f4b0367d146840cdb63b0c1161b51c0dd96bd27dc41e0fa7a2c4645bde9d03963415f4b7036e17a60043afadf077ae5290b4712dd1087288
languageName: node
linkType: hard

Expand All @@ -11728,13 +11728,20 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"moment@npm:>= 2.9.0, moment@npm:^2.10.2, moment@npm:^2.25.3":
"moment@npm:^2.10.2, moment@npm:^2.25.3":
version: 2.25.3
resolution: "moment@npm:2.25.3"
checksum: 416971ff3c663c850d56095cbfb01a2c153ecc7f3511772c1ff7e09a7be0105e135e8227aba0b82dd058efa8747271906cebe3f75cf4a1c4b17ed1b568003103
languageName: node
linkType: hard

"moment@npm:^2.29.4":
version: 2.30.1
resolution: "moment@npm:2.30.1"
checksum: 74c146f9ea946b7f0fc480c305ea71198acabb435e0359817d2535927480275234bbc24fc82febc0b156e980e8b5d2614c4002ce700905f2412fbe257701a2e6
languageName: node
linkType: hard

"move-concurrently@npm:^1.0.1":
version: 1.0.1
resolution: "move-concurrently@npm:1.0.1"
Expand Down
Loading