From 58519a5d9a12dd404035a5c767cea8b4cdb4e578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:12:54 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [ipaddr.js](https://github.com/whitequark/ipaddr.js), [node-gyp](https://github.com/nodejs/node-gyp), [nopt](https://github.com/npm/nopt) and [redis](https://github.com/redis/node-redis). Updates `ipaddr.js` from 2.2.0 to 2.3.0 - [Changelog](https://github.com/whitequark/ipaddr.js/blob/main/Changes.md) - [Commits](https://github.com/whitequark/ipaddr.js/compare/v2.2.0...v2.3.0) Updates `node-gyp` from 11.5.0 to 12.1.0 - [Release notes](https://github.com/nodejs/node-gyp/releases) - [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-gyp/compare/v11.5.0...v12.1.0) Updates `nopt` from 8.1.0 to 9.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/v8.1.0...v9.0.0) Updates `redis` from 5.8.3 to 5.10.0 - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/redis@5.8.3...redis@5.10.0) --- updated-dependencies: - dependency-name: ipaddr.js dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: node-gyp dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: nopt dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: redis dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b2e1f044f..3dc601534 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "haraka-results": "^2.2.6", "haraka-tld": "^1.2.4", "haraka-utils": "^1.1.4", - "ipaddr.js": "~2.2.0", - "node-gyp": "^11.5.0", - "nopt": "^8.1.0", + "ipaddr.js": "~2.3.0", + "node-gyp": "^12.1.0", + "nopt": "^9.0.0", "npid": "~0.4.0", - "redis": "~5.8.3", + "redis": "~5.10.0", "semver": "^7.7.3", "sockaddr": "^1.0.1", "sprintf-js": "~1.1.3"