From 3e84803565c880ef6e9173bbdd36144753ed5ed1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 07:00:06 +0000 Subject: [PATCH] chore(deps): [security] bump dns-packet from 5.2.1 to 5.3.0 Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.2.1 to 5.3.0. **This update includes security fixes.** - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v5.2.1...v5.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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",