build(deps): bump dns-packet from 5.2.1 to 5.2.4

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.2.1 to 5.2.4.
- [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.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-27 04:35:09 +00:00 committed by GitHub
parent 5fda86d1fd
commit b2bca9aee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.0.113",
"version": "2.0.119",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -7354,9 +7354,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.4",
"resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.4.tgz",
"integrity": "sha512-vgu5Bx5IV8mXmh/9cn1lzn+J7okFlXe1vBRp+kCBJXg1nBED6Z/Q4e+QaDxQRSozMr14p/VQmdXwsf/I2wGjUA==",
"requires": {
"ip": "^1.1.5"
}