File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @mondaycom/apps-cli" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " A cli tool to manage apps (and monday-code projects) in monday.com" ,
55 "author" : " monday.com Apps Team" ,
66 "type" : " module" ,
5151 "archiver" : " ^5.3.1" ,
5252 "args-parser" : " ^1.3.0" ,
5353 "axios" : " ^1.2.1" ,
54+ "call-bind" : " ^1.0.2" ,
5455 "chalk" : " 4.1.2" ,
5556 "enquirer" : " ^2.3.6" ,
5657 "figlet" : " ^1.5.2" ,
Original file line number Diff line number Diff line change @@ -1974,14 +1974,22 @@ cacheable-request@^7.0.2:
19741974 normalize-url "^6.0.1"
19751975 responselike "^2.0.0"
19761976
1977- call-bind@^1.0.0, call-bind@^1.0.2 :
1977+ call-bind@^1.0.0 :
19781978 version "1.0.2"
19791979 resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
19801980 integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
19811981 dependencies :
19821982 function-bind "^1.1.1"
19831983 get-intrinsic "^1.0.2"
19841984
1985+ call-bind@^1.0.2 :
1986+ version "1.0.2"
1987+ resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1988+ integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1989+ dependencies :
1990+ function-bind "^1.1.1"
1991+ get-intrinsic "^1.0.2"
1992+
19851993callsites@^3.0.0 :
19861994 version "3.1.0"
19871995 resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
You can’t perform that action at this time.
0 commit comments