ackee-report
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -7,2 +7,8 @@ # Changelog | ||
## [v0.6.3] - 2020-12-19 | ||
### Changed | ||
- update dependencies | ||
## [v0.6.2] - 2020-11-22 | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "ackee-report", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.", | ||
@@ -29,7 +29,7 @@ "bin": "./src/index.js", | ||
"axios": "^0.21.0", | ||
"commander": "^6.2.0", | ||
"commander": "^6.2.1", | ||
"configstore": "^5.0.1", | ||
"ejs": "^3.1.5", | ||
"feed": "^4.2.1", | ||
"nodemailer": "^6.4.14", | ||
"nodemailer": "^6.4.17", | ||
"ora": "^5.1.0", | ||
@@ -40,5 +40,5 @@ "prompt-sync": "^4.2.0" | ||
"@betahuhn/eslint-config-node": "^0.1.0", | ||
"ejs-serve": "^1.0.1", | ||
"eslint": "^7.9.0" | ||
"ejs-serve": "^1.0.2", | ||
"eslint": "^7.16.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
79158
Updatedcommander@^6.2.1
Updatednodemailer@^6.4.17