From a13b5c402ae9153072393ffca6a7bcaddd066a07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 22:05:36 -0400 Subject: [PATCH] fix(deps): update dependency ipaddr.js to v2.1.0 (#11653) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 079ff3c327..8caf3cb307 100644 --- a/install/package.json +++ b/install/package.json @@ -69,7 +69,7 @@ "graceful-fs": "4.2.11", "helmet": "7.0.0", "html-to-text": "9.0.5", - "ipaddr.js": "2.0.1", + "ipaddr.js": "2.1.0", "jquery": "3.7.0", "jquery-deserialize": "2.0.0", "jquery-form": "4.3.0",