diff options
author | Alex Shatov <alexs@att.com> | 2018-05-09 12:31:48 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-09 12:31:48 -0400 |
commit | bfdffbbb60b0ee6cff12022bbb17bd075c1ffd51 (patch) | |
tree | 05989ff73861a4a5d3fd2a76e09ad794f15b1413 /package.json | |
parent | d1195c61ca01888d8752a84a2c008719b24b6ba5 (diff) |
2.1.4 - fixed "value" argument is out of bounds
- using the original "adm-zip": "0.4.7" because
the latest "adm-zip": "0.4.9" is broken
- external version 2.1.4, internal version 4.4.4
- unit test code coverage
Statements : 83.99% ( 939/1118 )
Branches : 62.75% ( 320/510 )
Functions : 81.15% ( 155/191 )
Lines : 84.13% ( 928/1103 )
Change-Id: I7e82b1d7a51c562eb88cffbc12a0bfa0d92eebee
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-487
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 7cd05ce..261edd2 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "onap-dcae-deployment-handler", - "version": "4.4.3", + "version": "4.4.4", "description": "ONAP DCAE Deployment Handler", "main": "deployment-handler.js", "dependencies": { - "adm-zip": "^0.4.7", + "adm-zip": "0.4.7", "body-parser": "^1.15.0", "express": "^4.13.4", "log4js": "^0.6.33", |