From 47a0a6dceab6e838ea5d83dce50bd005892b6baa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 07:12:22 +0000 Subject: [PATCH] chore(deps): [security] bump dns-packet from 5.2.1 to 5.2.3 Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.2.1 to 5.2.3. **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.3) 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..e053b25 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.3", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.3.tgz", + "integrity": "sha512-qrcTxpFwILBjWasLSVQmBXTI8XVLP9Tbmyv9Mvb41Exnl7yLqQ5UkXV7Jf+Ak14PBwoeOfCpMZZCzqUQVX40Zw==", "requires": { "ip": "^1.1.5" }