static-sitemap-cli
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "static-sitemap-cli", | ||
"description": "Simple CLI to pre-generate XML sitemaps for static sites locally.", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "Jason Lee <jason@zerodevx.com>", | ||
@@ -12,5 +12,5 @@ "bin": { | ||
"dependencies": { | ||
"@oclif/command": "^1.7.0", | ||
"@oclif/config": "^1.16.0", | ||
"@oclif/plugin-help": "^3.1.0", | ||
"@oclif/command": "^1.8.0", | ||
"@oclif/config": "^1.17.0", | ||
"@oclif/plugin-help": "^3.2.0", | ||
"fast-glob": "^3.2.4", | ||
@@ -23,8 +23,8 @@ "get-stdin": "^8.0.0", | ||
"devDependencies": { | ||
"@oclif/test": "^1.2.6", | ||
"@oclif/test": "^1.2.7", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.4.0", | ||
"mocha": "^8.0.1", | ||
"eslint": "^7.10.0", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5" | ||
"prettier": "^2.1.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
@@ -0,0 +0,0 @@ const { Command, flags } = require('@oclif/command'); |
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
17983
Updated@oclif/command@^1.8.0
Updated@oclif/config@^1.17.0
Updated@oclif/plugin-help@^3.2.0