Skip to content

Commit

Permalink
deps: bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 7, 2024
1 parent 9bd3bed commit 1cb2567
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 1cb2567

Please sign in to comment.