From 8e2f2917736078e2c7e3f92966319839219ac64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:40:49 +0000 Subject: [PATCH] Build(deps): bump nopt from 7.2.1 to 8.0.0 Bumps [nopt](https://github.com/npm/nopt) from 7.2.1 to 8.0.0. - [Release notes](https://github.com/npm/nopt/releases) - [Changelog](https://github.com/npm/nopt/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/nopt/compare/v7.2.1...v8.0.0) --- updated-dependencies: - dependency-name: nopt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fac504a..18003b0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "haraka-dsn": "^1.1.0", "haraka-net-utils": "^1.7.0", "ipaddr.js": "^2.2.0", - "nopt": "^7.2.1" + "nopt": "^8.0.0" }, "devDependencies": { "@haraka/eslint-config": "^1.1.5",