From 7ae14f0641c4372d04a2658d78b1814915d24f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:11:01 +0000 Subject: [PATCH] build(deps-dev): Bump ip-address Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.1.1 to 10.4.0. - [Release notes](https://github.com/beaugunderson/ip-address/releases) - [Commits](https://github.com/beaugunderson/ip-address/compare/v10.1.1...v10.4.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- internal/e2e-tests/fixtures/application.a/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/e2e-tests/fixtures/application.a/package-lock.json b/internal/e2e-tests/fixtures/application.a/package-lock.json index defc143972b..0c647cbd36b 100644 --- a/internal/e2e-tests/fixtures/application.a/package-lock.json +++ b/internal/e2e-tests/fixtures/application.a/package-lock.json @@ -2490,9 +2490,9 @@ } }, "node_modules/ip-address": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.1.tgz", - "integrity": "sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.4.0.tgz", + "integrity": "sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==", "dev": true, "license": "MIT", "peer": true,