From 68d16e14e489b773fe79861bd4f68997c6438960 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 07:12:29 +0000 Subject: [PATCH] chore(deps): [security] bump dns-packet from 5.2.1 to 5.2.2 Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.2.1 to 5.2.2. **This update includes a security fix.** - [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.2.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 873fca7..1be088f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5446,9 +5446,9 @@ } }, "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.2.2", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.2.tgz", + "integrity": "sha512-sQN+vLwC3PvOXiCH/oHcdzML2opFeIdVh8gjjMZrM45n4dR80QF6o3AzInQy6F9Eoc0VJYog4JpQTilt4RFLYQ==", "requires": { "ip": "^1.1.5" }