Skip to content

Commit

Permalink
deps(*): bump versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 13, 2023
1 parent a0c54e0 commit 21887bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-karma",
"version": "2.1.2",
"version": "2.1.3",
"description": "A heuristics scoring and reputation engine for SMTP connections",
"main": "index.js",
"scripts": {
Expand All @@ -23,16 +23,16 @@
},
"homepage": "https://github.com/haraka/haraka-plugin-karma#readme",
"dependencies": {
"address-rfc2821": "*",
"haraka-constants": ">=1.0.2",
"haraka-utils": "*",
"haraka-plugin-redis": "2.0.5",
"redis": "4.6.11"
"address-rfc2821": "^2.1.1",
"haraka-constants": "^1.0.2",
"haraka-utils": "^1.0.3",
"haraka-plugin-redis": "^2.0.6",
"redis": "^4.6.11"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "^8.55.0",
"eslint-plugin-haraka": "*",
"haraka-test-fixtures": "*",
"mocha": "10.2.0"
"mocha": "^10.2.0"
}
}

0 comments on commit 21887bb

Please sign in to comment.