office-addin-cli
Advanced tools
Comparing version 1.0.4 to 1.0.6
{ | ||
"name": "office-addin-cli", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "A command-line interface for Office Add-ins.", | ||
@@ -23,17 +23,17 @@ "main": "./lib/main.js", | ||
"dependencies": { | ||
"commander": "^2.19.0", | ||
"node-fetch": "^2.3.0" | ||
"commander": "^2.20.3", | ||
"node-fetch": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.0", | ||
"@types/node-fetch": "^2.1.6", | ||
"@types/sinon": "^7.0.10", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.14", | ||
"@types/node-fetch": "^2.5.4", | ||
"@types/sinon": "^7.5.1", | ||
"concurrently": "^3.5.0", | ||
"mocha": "^5.2.0", | ||
"rimraf": "^2.6.1", | ||
"sinon": "^7.2.7", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
"rimraf": "^2.7.1", | ||
"sinon": "^7.5.0", | ||
"ts-node": "^8.5.2", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -47,3 +47,3 @@ "repository": { | ||
}, | ||
"gitHead": "399e9aa10219294385d28ebd8d45b8485cdfaadb" | ||
"gitHead": "40c2b8861b8e861387db01074c64db5918ccf49d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updatedcommander@^2.20.3
Updatednode-fetch@^2.6.0