compact-yarn-audit
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "compact-yarn-audit", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Presents output from yarn audit in a compact table", | ||
@@ -34,3 +34,3 @@ "engines": { | ||
"scm:stage": "git add .", | ||
"test": "NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 93 --functions 100 --lines 100 --exclude \"{src/**/*.spec.ts,src/__mocks__/*,src/__fixtures__/*}\" --reporter text-summary --reporter html --reporter json-summary mocha --exit", | ||
"test": "NODE_OPTIONS=--no-warnings c8 mocha", | ||
"update-dependencies": "npm-run-all upem:update upem:install format test", | ||
@@ -56,20 +56,20 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run", | ||
"@types/text-table": "0.2.2", | ||
"@typescript-eslint/eslint-plugin": "5.46.0", | ||
"@typescript-eslint/parser": "5.46.0", | ||
"@typescript-eslint/eslint-plugin": "5.52.0", | ||
"@typescript-eslint/parser": "5.52.0", | ||
"c8": "7.12.0", | ||
"eslint": "8.29.0", | ||
"eslint": "8.34.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-budapestian": "5.0.1", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-security": "1.5.0", | ||
"eslint-plugin-unicorn": "45.0.1", | ||
"mocha": "10.1.0", | ||
"eslint-plugin-security": "1.7.1", | ||
"eslint-plugin-unicorn": "45.0.2", | ||
"mocha": "10.2.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.8.1", | ||
"prettier": "2.8.4", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.4", | ||
"typescript": "4.9.5", | ||
"upem": "7.3.1" | ||
@@ -76,0 +76,0 @@ }, |
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
11352