build(deps): 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.
- [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[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-25 07:58:50 +00:00 committed by GitHub
parent 5fda86d1fd
commit 75d469c869
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", "name": "botserver",
"version": "2.0.113", "version": "2.0.119",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -7354,9 +7354,9 @@
} }
}, },
"dns-packet": { "dns-packet": {
"version": "5.2.1", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.1.tgz", "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.2.tgz",
"integrity": "sha512-JHj2yJeKOqlxzeuYpN1d56GfhzivAxavNwHj9co3qptECel27B1rLY5PifJAvubsInX5pGLDjAHuCfCUc2Zv/w==", "integrity": "sha512-sQN+vLwC3PvOXiCH/oHcdzML2opFeIdVh8gjjMZrM45n4dR80QF6o3AzInQy6F9Eoc0VJYog4JpQTilt4RFLYQ==",
"requires": { "requires": {
"ip": "^1.1.5" "ip": "^1.1.5"
} }