Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
pin moment to v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Roebuck committed Mar 10, 2021
1 parent cf65326 commit 5b58d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"resolutions": {
"axios": "0.21.1",
"node-notifier": "8.0.1",
"lodash": "4.17.21"
"lodash": "4.17.21",
"moment": "2.24.0"
},
"workspaces": [
"packages/*/*"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11753,16 +11753,11 @@ moment-timezone@^0.5.26:
dependencies:
moment ">= 2.9.0"

[email protected]:
[email protected], "moment@>= 2.9.0", moment@^2.15.1, moment@^2.18.1, moment@^2.24.0:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==

"moment@>= 2.9.0", moment@^2.15.1, moment@^2.18.1, moment@^2.24.0:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==

move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
Expand Down

0 comments on commit 5b58d94

Please sign in to comment.