File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 41
41
"apollo-server-express" : " ^2.18.2" ,
42
42
"common" : " file:../common" ,
43
43
"cors" : " ^2.8.5" ,
44
+ "date-fns" : " ^2.16.1" ,
44
45
"domain-model" : " file:../domain-model" ,
45
46
"dotenv" : " ^8.2.0" ,
46
47
"express" : " ^4.17.1" ,
Original file line number Diff line number Diff line change @@ -4707,6 +4707,11 @@ date-fns@^1.27.2:
4707
4707
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
4708
4708
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
4709
4709
4710
+ date-fns@^2.16.1:
4711
+ version "2.16.1"
4712
+ resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
4713
+ integrity sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==
4714
+
4710
4715
dateformat@~1.0.4-1.2.3:
4711
4716
version "1.0.12"
4712
4717
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9"
@@ -4965,7 +4970,7 @@ domain-browser@^1.1.1:
4965
4970
version "1.0.0"
4966
4971
dependencies:
4967
4972
bcrypt "^5.0.0"
4968
- common "file:../../Library/Caches/Yarn/v6/npm-domain-model-1.0.0-a1cdf867-6633-4dd5-94ee-3dc63ba11a20-1603102384288 /node_modules/common"
4973
+ common "file:../../Library/Caches/Yarn/v6/npm-domain-model-1.0.0-fa375160-5582-432d-a46b-890cd9373151-1603635599555 /node_modules/common"
4969
4974
dotenv "^8.2.0"
4970
4975
graphql-scalars "^1.2.6"
4971
4976
jsonwebtoken "^8.5.1"
You can’t perform that action at this time.
0 commit comments