Pinned moment dependency

- this shouldn't make any difference because `moment` has a resolution but we take
  the approach of pinning all our dependencies in this repository
This commit is contained in:
Daniel Lockyer 2022-10-12 15:42:46 +07:00
parent e2ba19b0df
commit 5aeaa977fd
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@
"sqlite3": "5.1.2"
},
"dependencies": {
"moment": "^2.29.3"
"moment": "2.29.3"
}
}

View File

@ -19328,7 +19328,7 @@ moment-timezone@0.5.23, moment-timezone@0.5.34, moment-timezone@^0.5.23, moment-
dependencies:
moment ">= 2.9.0"
moment@2.24.0, moment@2.27.0, moment@2.29.1, moment@2.29.4, "moment@>= 2.9.0", moment@^2.10.2, moment@^2.18.1, moment@^2.19.3, moment@^2.27.0, moment@^2.29.1, moment@^2.29.3:
moment@2.24.0, moment@2.27.0, moment@2.29.1, moment@2.29.3, moment@2.29.4, "moment@>= 2.9.0", moment@^2.10.2, moment@^2.18.1, moment@^2.19.3, moment@^2.27.0, moment@^2.29.1:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==