diff --git a/package.json b/package.json index eea11e5..bef687b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "description": "A heuristics scoring and reputation engine for SMTP connections", "main": "index.js", "files": [ - "CHANGELOG.md", "config", "test" + "CHANGELOG.md", + "config", + "test" ], "scripts": { "format": "npm run prettier:fix && npm run lint:fix", @@ -13,7 +15,8 @@ "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "npx mocha@10", - "versions": "npx @msimerson/dependency-version-checker check" + "versions": "npx @msimerson/dependency-version-checker check", + "versions:fix": "npx @msimerson/dependency-version-checker update" }, "repository": { "type": "git", @@ -29,14 +32,14 @@ }, "homepage": "/~https://github.com/haraka/haraka-plugin-karma#readme", "dependencies": { - "address-rfc2821": "^2.1.1", - "haraka-constants": "^1.0.2", - "haraka-utils": "^1.0.3", + "address-rfc2821": "^2.1.2", + "haraka-constants": "^1.0.6", + "haraka-utils": "^1.1.1", "haraka-plugin-redis": "^2.0.6", - "redis": "^4.6.11" + "redis": "^4.6.13" }, "devDependencies": { "@haraka/eslint-config": "^1.1.2", - "haraka-test-fixtures": "*" + "haraka-test-fixtures": "^1.3.4" } }