diff --git a/package-lock.json b/package-lock.json index 873fca7..50aed15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1631,6 +1631,11 @@ "resolved": "https://registry.npmjs.org/@hg8496/netmask/-/netmask-2.0.4.tgz", "integrity": "sha512-4xUZrj7IIBxYRPiUL+v73vCNIMRotNTI9zWNGH2hSNYobpDIx3xaNn77i2DIz1GuhaFsFwAmHZ6F1ZTKi1QEFw==" }, + "@leichtgewicht/ip-codec": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.2.tgz", + "integrity": "sha512-PjsLKLzJ0jWM1iM4xdYkrMyonAHP4kHGiXm81FRNfcnjToQA9UOknwZE28bxq0AGmEAMVBPSuuHurzla2wyYyA==" + }, "@material/animation": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@material/animation/-/animation-5.1.0.tgz", @@ -5446,11 +5451,11 @@ } }, "dns-packet": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.1.tgz", - "integrity": "sha512-JHj2yJeKOqlxzeuYpN1d56GfhzivAxavNwHj9co3qptECel27B1rLY5PifJAvubsInX5pGLDjAHuCfCUc2Zv/w==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.0.tgz", + "integrity": "sha512-Nce7YLu6YCgWRvOmDBsJMo9M5/jV3lEZ5vUWnWXYmwURvPylHvq7nkDWhNmk1ZQoZZOP7oQh/S0lSxbisKOfHg==", "requires": { - "ip": "^1.1.5" + "@leichtgewicht/ip-codec": "^2.0.1" } }, "dns-socket": { @@ -6940,11 +6945,6 @@ "loose-envify": "^1.0.0" } }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, "ip-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.1.0.tgz",