From 308c0739757ba9a5d088572200d82b7d7a468efd Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 19 Nov 2024 11:43:16 +0000 Subject: [PATCH] deps: bump versions to latest --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3288f30..7472c6d 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ }, "dependencies": { "haraka-dsn": "^1.1.0", - "haraka-net-utils": "^1.7.0", + "haraka-net-utils": "^1.7.1", "ipaddr.js": "^2.2.0", - "nopt": "^7.2.1" + "nopt": "^8.0.0" }, "devDependencies": { "@haraka/eslint-config": "^1.1.5", - "haraka-test-fixtures": "^1.3.7" + "haraka-test-fixtures": "^1.3.8" } }