From 9b1d47d19b4c0f8f7e09001adf7501f1e77df82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Ramos?= <47223013+jramsgz@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:20:35 +0000 Subject: [PATCH] add ipaddr.js --- package.json | 1 + pnpm-lock.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/package.json b/package.json index 57dc12d3463..8800eb7f102 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "follow-redirects": "^1.15.9", "gamedig": "^5.1.2", "i18next": "^21.10.0", + "ipaddr.js": "^2.2.0", "js-yaml": "^4.1.0", "json-rpc-2.0": "^1.7.0", "luxon": "^3.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3593f456085..cf4f0ffeec7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,6 +38,9 @@ importers: i18next: specifier: ^21.10.0 version: 21.10.0 + ipaddr.js: + specifier: ^2.2.0 + version: 2.2.0 js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -1474,6 +1477,10 @@ packages: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} + ipaddr.js@2.2.0: + resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} + engines: {node: '>= 10'} + is-array-buffer@3.0.4: resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} @@ -4262,6 +4269,8 @@ snapshots: interpret@1.4.0: {} + ipaddr.js@2.2.0: {} + is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7